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

pub struct PatchServiceAccountRequest {
    pub service_account: Option<ServiceAccount>,
    pub update_mask: Option<FieldMask>,
}

The request for [PatchServiceAccount][google.iam.admin.v1.PatchServiceAccount].

You can patch only the display_name and description fields. You must use the update_mask field to specify which of these fields you want to patch.

Only the fields specified in the request are guaranteed to be returned in the response. Other fields may be empty in the response.

Fields

service_account: Option<ServiceAccount>update_mask: Option<FieldMask>

Trait Implementations

impl Clone for PatchServiceAccountRequest[src]

impl Debug for PatchServiceAccountRequest[src]

impl Default for PatchServiceAccountRequest[src]

impl Message for PatchServiceAccountRequest[src]

impl PartialEq<PatchServiceAccountRequest> for PatchServiceAccountRequest[src]

impl StructuralPartialEq for PatchServiceAccountRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for PatchServiceAccountRequest

impl Send for PatchServiceAccountRequest

impl Sync for PatchServiceAccountRequest

impl Unpin for PatchServiceAccountRequest

impl UnwindSafe for PatchServiceAccountRequest

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]