Struct gapi_grpc::google::cloud::aiplatform::v1beta1::GenericOperationMetadata[][src]

pub struct GenericOperationMetadata {
    pub partial_failures: Vec<Status>,
    pub create_time: Option<Timestamp>,
    pub update_time: Option<Timestamp>,
}

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]