Struct gapi_grpc::google::cloud::datacatalog::v1::SystemTimestamps[][src]

pub struct SystemTimestamps {
    pub create_time: Option<Timestamp>,
    pub update_time: Option<Timestamp>,
    pub expire_time: Option<Timestamp>,
}

Timestamps about this resource according to a particular system.

Fields

create_time: Option<Timestamp>

The creation time of the resource within the given system.

update_time: Option<Timestamp>

The last-modified time of the resource within the given system.

expire_time: Option<Timestamp>

Output only. The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.

Trait Implementations

impl Clone for SystemTimestamps[src]

impl Debug for SystemTimestamps[src]

impl Default for SystemTimestamps[src]

impl Message for SystemTimestamps[src]

impl PartialEq<SystemTimestamps> for SystemTimestamps[src]

impl StructuralPartialEq for SystemTimestamps[src]

Auto Trait Implementations

impl RefUnwindSafe for SystemTimestamps

impl Send for SystemTimestamps

impl Sync for SystemTimestamps

impl Unpin for SystemTimestamps

impl UnwindSafe for SystemTimestamps

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]