Enum gapi_grpc::google::ads::googleads::v4::services::mutate_operation::Operation [−][src]
The mutate operation.
Variants
AdGroupAdLabelOperation(AdGroupAdLabelOperation)
An ad group ad label mutate operation.
AdGroupAdOperation(AdGroupAdOperation)
An ad group ad mutate operation.
AdGroupBidModifierOperation(AdGroupBidModifierOperation)
An ad group bid modifier mutate operation.
AdGroupCriterionLabelOperation(AdGroupCriterionLabelOperation)
An ad group criterion label mutate operation.
AdGroupCriterionOperation(AdGroupCriterionOperation)
An ad group criterion mutate operation.
AdGroupExtensionSettingOperation(AdGroupExtensionSettingOperation)
An ad group extension setting mutate operation.
AdGroupFeedOperation(AdGroupFeedOperation)
An ad group feed mutate operation.
AdGroupLabelOperation(AdGroupLabelOperation)
An ad group label mutate operation.
AdGroupOperation(AdGroupOperation)
An ad group mutate operation.
AdOperation(AdOperation)
An ad mutate operation.
AdParameterOperation(AdParameterOperation)
An ad parameter mutate operation.
AssetOperation(AssetOperation)
An asset mutate operation.
BiddingStrategyOperation(BiddingStrategyOperation)
A bidding strategy mutate operation.
CampaignBidModifierOperation(CampaignBidModifierOperation)
A campaign bid modifier mutate operation.
CampaignBudgetOperation(CampaignBudgetOperation)
A campaign budget mutate operation.
CampaignCriterionOperation(CampaignCriterionOperation)
A campaign criterion mutate operation.
CampaignDraftOperation(CampaignDraftOperation)
A campaign draft mutate operation.
CampaignExperimentOperation(CampaignExperimentOperation)
A campaign experiment mutate operation.
CampaignExtensionSettingOperation(CampaignExtensionSettingOperation)
A campaign extension setting mutate operation.
CampaignFeedOperation(CampaignFeedOperation)
A campaign feed mutate operation.
CampaignLabelOperation(CampaignLabelOperation)
A campaign label mutate operation.
CampaignOperation(CampaignOperation)
A campaign mutate operation.
A campaign shared set mutate operation.
ConversionActionOperation(ConversionActionOperation)
A conversion action mutate operation.
CustomerExtensionSettingOperation(CustomerExtensionSettingOperation)
A customer extension setting mutate operation.
CustomerFeedOperation(CustomerFeedOperation)
A customer feed mutate operation.
CustomerLabelOperation(CustomerLabelOperation)
A customer label mutate operation.
CustomerNegativeCriterionOperation(CustomerNegativeCriterionOperation)
A customer negative criterion mutate operation.
CustomerOperation(CustomerOperation)
A customer mutate operation.
ExtensionFeedItemOperation(ExtensionFeedItemOperation)
An extension feed item mutate operation.
FeedItemOperation(FeedItemOperation)
A feed item mutate operation.
FeedItemTargetOperation(FeedItemTargetOperation)
A feed item target mutate operation.
FeedMappingOperation(FeedMappingOperation)
A feed mapping mutate operation.
FeedOperation(FeedOperation)
A feed mutate operation.
KeywordPlanAdGroupOperation(KeywordPlanAdGroupOperation)
A keyword plan ad group operation.
KeywordPlanAdGroupKeywordOperation(KeywordPlanAdGroupKeywordOperation)
A keyword plan ad group keyword operation.
KeywordPlanCampaignKeywordOperation(KeywordPlanCampaignKeywordOperation)
A keyword plan campaign keyword operation.
KeywordPlanCampaignOperation(KeywordPlanCampaignOperation)
A keyword plan campaign operation.
KeywordPlanOperation(KeywordPlanOperation)
A keyword plan operation.
LabelOperation(LabelOperation)
A label mutate operation.
MediaFileOperation(MediaFileOperation)
A media file mutate operation.
RemarketingActionOperation(RemarketingActionOperation)
A remarketing action mutate operation.
A shared criterion mutate operation.
A shared set mutate operation.
UserListOperation(UserListOperation)
A user list mutate operation.
Implementations
impl Operation
[src]
pub fn encode<B>(&self, buf: &mut B) where
B: BufMut,
[src]
B: BufMut,
pub fn merge<B>(
field: &mut Option<Operation>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
[src]
field: &mut Option<Operation>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
pub fn encoded_len(&self) -> usize
[src]
Trait Implementations
impl Clone for Operation
[src]
impl Debug for Operation
[src]
impl PartialEq<Operation> for Operation
[src]
impl StructuralPartialEq for Operation
[src]
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> IntoRequest<T> for T
[src]
pub fn into_request(self) -> Request<T>
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,