Struct gapi_grpc::google::iam::admin::v1::DeleteServiceAccountKeyRequest[][src]

pub struct DeleteServiceAccountKeyRequest {
    pub name: String,
}

The service account key delete request.

Fields

name: String

Required. The resource name of the service account key in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}. Using - as a wildcard for the PROJECT_ID will infer the project from the account. The ACCOUNT value can be the email address or the unique_id of the service account.

Trait Implementations

impl Clone for DeleteServiceAccountKeyRequest[src]

impl Debug for DeleteServiceAccountKeyRequest[src]

impl Default for DeleteServiceAccountKeyRequest[src]

impl Message for DeleteServiceAccountKeyRequest[src]

impl PartialEq<DeleteServiceAccountKeyRequest> for DeleteServiceAccountKeyRequest[src]

impl StructuralPartialEq for DeleteServiceAccountKeyRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for DeleteServiceAccountKeyRequest

impl Send for DeleteServiceAccountKeyRequest

impl Sync for DeleteServiceAccountKeyRequest

impl Unpin for DeleteServiceAccountKeyRequest

impl UnwindSafe for DeleteServiceAccountKeyRequest

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]