Struct gapi_grpc::google::cloud::aiplatform::v1::GenericOperationMetadata [−][src]
Generic Metadata shared by all operations.
Fields
partial_failures: Vec<Status>
Output only. Partial failures encountered. E.g. single files that couldn’t be read. This field should never exceed 20 entries. Status details field will contain standard GCP error details.
create_time: Option<Timestamp>
Output only. Time when the operation was created.
update_time: Option<Timestamp>
Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.
Trait Implementations
impl Clone for GenericOperationMetadata
[src][+]
impl Debug for GenericOperationMetadata
[src][+]
impl Default for GenericOperationMetadata
[src][+]
impl Message for GenericOperationMetadata
[src][+]
impl PartialEq<GenericOperationMetadata> for GenericOperationMetadata
[src][+]
impl StructuralPartialEq for GenericOperationMetadata
[src]
Auto Trait Implementations
impl RefUnwindSafe for GenericOperationMetadata
impl Send for GenericOperationMetadata
impl Sync for GenericOperationMetadata
impl Unpin for GenericOperationMetadata
impl UnwindSafe for GenericOperationMetadata
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,