Struct gapi_grpc::google::appengine::v1::OperationMetadataV1[][src]

pub struct OperationMetadataV1 {
    pub method: String,
    pub insert_time: Option<Timestamp>,
    pub end_time: Option<Timestamp>,
    pub user: String,
    pub target: String,
    pub ephemeral_message: String,
    pub warning: Vec<String>,
    pub method_metadata: Option<MethodMetadata>,
}

Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].

Fields

method: String

API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.

@OutputOnly

insert_time: Option<Timestamp>

Time that this operation was created.

@OutputOnly

end_time: Option<Timestamp>

Time that this operation completed.

@OutputOnly

user: String

User who requested this operation.

@OutputOnly

target: String

Name of the resource that this operation is acting on. Example: apps/myapp/services/default.

@OutputOnly

ephemeral_message: String

Ephemeral message that may change every time the operation is polled. @OutputOnly

warning: Vec<String>

Durable messages that persist on every operation poll. @OutputOnly

method_metadata: Option<MethodMetadata>

Metadata specific to the type of operation in progress. @OutputOnly

Trait Implementations

impl Clone for OperationMetadataV1[src]

impl Debug for OperationMetadataV1[src]

impl Default for OperationMetadataV1[src]

impl Message for OperationMetadataV1[src]

impl PartialEq<OperationMetadataV1> for OperationMetadataV1[src]

impl StructuralPartialEq for OperationMetadataV1[src]

Auto Trait Implementations

impl RefUnwindSafe for OperationMetadataV1

impl Send for OperationMetadataV1

impl Sync for OperationMetadataV1

impl Unpin for OperationMetadataV1

impl UnwindSafe for OperationMetadataV1

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]