Struct gapi_grpc::google::storage::v1::HmacKeyMetadata[][src]

pub struct HmacKeyMetadata {
    pub id: String,
    pub access_id: String,
    pub project_id: String,
    pub service_account_email: String,
    pub state: String,
    pub time_created: Option<Timestamp>,
    pub updated: Option<Timestamp>,
    pub etag: String,
}

Hmac Key Metadata, which includes all information other than the secret.

Fields

id: String

Resource name ID of the key in the format /.

access_id: String

Globally unique id for keys.

project_id: String

The project ID that the hmac key is contained in.

service_account_email: String

Email of the service account the key authenticates as.

state: String

State of the key. One of ACTIVE, INACTIVE, or DELETED.

time_created: Option<Timestamp>

The creation time of the HMAC key in RFC 3339 format.

updated: Option<Timestamp>

The last modification time of the HMAC key metadata in RFC 3339 format.

etag: String

Tag updated with each key update.

Trait Implementations

impl Clone for HmacKeyMetadata[src]

impl Debug for HmacKeyMetadata[src]

impl Default for HmacKeyMetadata[src]

impl Message for HmacKeyMetadata[src]

impl PartialEq<HmacKeyMetadata> for HmacKeyMetadata[src]

impl StructuralPartialEq for HmacKeyMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for HmacKeyMetadata

impl Send for HmacKeyMetadata

impl Sync for HmacKeyMetadata

impl Unpin for HmacKeyMetadata

impl UnwindSafe for HmacKeyMetadata

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]