Struct gapi_grpc::google::cloud::resourcemanager::v3::DeleteTagKeyRequest[][src]

pub struct DeleteTagKeyRequest {
    pub name: String,
    pub validate_only: bool,
    pub etag: String,
}

The request message for deleting a TagKey.

Fields

name: String

Required. The resource name of a TagKey to be deleted in the format tagKeys/123. The TagKey cannot be a parent of any existing TagValues or it will not be deleted successfully.

validate_only: bool

Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.

etag: String

Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.

Trait Implementations

impl Clone for DeleteTagKeyRequest[src]

impl Debug for DeleteTagKeyRequest[src]

impl Default for DeleteTagKeyRequest[src]

impl Message for DeleteTagKeyRequest[src]

impl PartialEq<DeleteTagKeyRequest> for DeleteTagKeyRequest[src]

impl StructuralPartialEq for DeleteTagKeyRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for DeleteTagKeyRequest

impl Send for DeleteTagKeyRequest

impl Sync for DeleteTagKeyRequest

impl Unpin for DeleteTagKeyRequest

impl UnwindSafe for DeleteTagKeyRequest

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]