Struct gapi_grpc::google::api::servicemanagement::v1::OperationMetadata[][src]

pub struct OperationMetadata {
    pub resource_names: Vec<String>,
    pub steps: Vec<Step>,
    pub progress_percentage: i32,
    pub start_time: Option<Timestamp>,
}

The metadata associated with a long running operation resource.

Fields

resource_names: Vec<String>

The full name of the resources that this operation is directly associated with.

steps: Vec<Step>

Detailed status information for each step. The order is undetermined.

progress_percentage: i32

Percentage of completion of this operation, ranging from 0 to 100.

start_time: Option<Timestamp>

The start time of the operation.

Trait Implementations

impl Clone for OperationMetadata[src]

impl Debug for OperationMetadata[src]

impl Default for OperationMetadata[src]

impl Message for OperationMetadata[src]

impl PartialEq<OperationMetadata> for OperationMetadata[src]

impl StructuralPartialEq for OperationMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for OperationMetadata

impl Send for OperationMetadata

impl Sync for OperationMetadata

impl Unpin for OperationMetadata

impl UnwindSafe for OperationMetadata

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]