Struct gapi_grpc::google::bigtable::admin::v2::SnapshotTableMetadata[][src]

pub struct SnapshotTableMetadata {
    pub original_request: Option<SnapshotTableRequest>,
    pub request_time: Option<Timestamp>,
    pub finish_time: Option<Timestamp>,
}

The metadata for the Operation returned by SnapshotTable.

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

Fields

original_request: Option<SnapshotTableRequest>

The request that prompted the initiation of this SnapshotTable operation.

request_time: Option<Timestamp>

The time at which the original request was received.

finish_time: Option<Timestamp>

The time at which the operation failed or was completed successfully.

Trait Implementations

impl Clone for SnapshotTableMetadata[src]

impl Debug for SnapshotTableMetadata[src]

impl Default for SnapshotTableMetadata[src]

impl Message for SnapshotTableMetadata[src]

impl PartialEq<SnapshotTableMetadata> for SnapshotTableMetadata[src]

impl StructuralPartialEq for SnapshotTableMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for SnapshotTableMetadata

impl Send for SnapshotTableMetadata

impl Sync for SnapshotTableMetadata

impl Unpin for SnapshotTableMetadata

impl UnwindSafe for SnapshotTableMetadata

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]