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

pub struct UpdateTagValueRequest {
    pub tag_value: Option<TagValue>,
    pub update_mask: Option<FieldMask>,
    pub validate_only: bool,
}

The request message for updating a TagValue.

Fields

tag_value: Option<TagValue>

Required. The new definition of the TagValue. Only fields description and etag fields can be updated by this request. If the etag field is nonempty, it must match the etag field of the existing ControlGroup. Otherwise, FAILED_PRECONDITION will be returned.

update_mask: Option<FieldMask>

Optional. Fields to be updated.

validate_only: bool

Optional. True to perform validations necessary for updating the resource, but not actually perform the action.

Trait Implementations

impl Clone for UpdateTagValueRequest[src]

impl Debug for UpdateTagValueRequest[src]

impl Default for UpdateTagValueRequest[src]

impl Message for UpdateTagValueRequest[src]

impl PartialEq<UpdateTagValueRequest> for UpdateTagValueRequest[src]

impl StructuralPartialEq for UpdateTagValueRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateTagValueRequest

impl Send for UpdateTagValueRequest

impl Sync for UpdateTagValueRequest

impl Unpin for UpdateTagValueRequest

impl UnwindSafe for UpdateTagValueRequest

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]