Struct gapi_grpc::google::ads::googleads::v7::services::AdGroupExtensionSettingOperation[][src]

pub struct AdGroupExtensionSettingOperation {
    pub update_mask: Option<FieldMask>,
    pub response_content_type: i32,
    pub operation: Option<Operation>,
}

A single operation (create, update, remove) on an ad group extension setting.

Fields

update_mask: Option<FieldMask>

FieldMask that determines which resource fields are modified in an update.

response_content_type: i32

The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation.

operation: Option<Operation>

The mutate operation.

Implementations

impl AdGroupExtensionSettingOperation[src]

pub fn response_content_type(&self) -> ResponseContentType[src]

Returns the enum value of response_content_type, or the default if the field is set to an invalid enum value.

pub fn set_response_content_type(&mut self, value: ResponseContentType)[src]

Sets response_content_type to the provided enum value.

Trait Implementations

impl Clone for AdGroupExtensionSettingOperation[src]

impl Debug for AdGroupExtensionSettingOperation[src]

impl Default for AdGroupExtensionSettingOperation[src]

impl Message for AdGroupExtensionSettingOperation[src]

impl PartialEq<AdGroupExtensionSettingOperation> for AdGroupExtensionSettingOperation[src]

impl StructuralPartialEq for AdGroupExtensionSettingOperation[src]

Auto Trait Implementations

impl RefUnwindSafe for AdGroupExtensionSettingOperation

impl Send for AdGroupExtensionSettingOperation

impl Sync for AdGroupExtensionSettingOperation

impl Unpin for AdGroupExtensionSettingOperation

impl UnwindSafe for AdGroupExtensionSettingOperation

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]