Struct gapi_grpc::google::cloud::domains::v1alpha2::ConfigureManagementSettingsRequest[][src]

pub struct ConfigureManagementSettingsRequest {
    pub registration: String,
    pub management_settings: Option<ManagementSettings>,
    pub update_mask: Option<FieldMask>,
}

Request for the ConfigureManagementSettings method.

Fields

registration: String

Required. The name of the Registration whose management settings are being updated, in the format projects/*/locations/*/registrations/*.

management_settings: Option<ManagementSettings>

Fields of the ManagementSettings to update.

update_mask: Option<FieldMask>

Required. The field mask describing which fields to update as a comma-separated list. For example, if only the transfer lock is being updated, the update_mask would be "transfer_lock_state".

Trait Implementations

impl Clone for ConfigureManagementSettingsRequest[src]

impl Debug for ConfigureManagementSettingsRequest[src]

impl Default for ConfigureManagementSettingsRequest[src]

impl Message for ConfigureManagementSettingsRequest[src]

impl PartialEq<ConfigureManagementSettingsRequest> for ConfigureManagementSettingsRequest[src]

impl StructuralPartialEq for ConfigureManagementSettingsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ConfigureManagementSettingsRequest

impl Send for ConfigureManagementSettingsRequest

impl Sync for ConfigureManagementSettingsRequest

impl Unpin for ConfigureManagementSettingsRequest

impl UnwindSafe for ConfigureManagementSettingsRequest

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]