Enum gapi_grpc::google::ads::googleads::v7::services::mutate_operation_response::Response [−][src]
The mutate response.
Variants
AdGroupAdLabelResult(MutateAdGroupAdLabelResult)
The result for the ad group ad label mutate.
AdGroupAdResult(MutateAdGroupAdResult)
The result for the ad group ad mutate.
AdGroupAssetResult(MutateAdGroupAssetResult)
The result for the ad group asset mutate.
AdGroupBidModifierResult(MutateAdGroupBidModifierResult)
The result for the ad group bid modifier mutate.
AdGroupCriterionLabelResult(MutateAdGroupCriterionLabelResult)
The result for the ad group criterion label mutate.
AdGroupCriterionResult(MutateAdGroupCriterionResult)
The result for the ad group criterion mutate.
AdGroupExtensionSettingResult(MutateAdGroupExtensionSettingResult)
The result for the ad group extension setting mutate.
AdGroupFeedResult(MutateAdGroupFeedResult)
The result for the ad group feed mutate.
AdGroupLabelResult(MutateAdGroupLabelResult)
The result for the ad group label mutate.
AdGroupResult(MutateAdGroupResult)
The result for the ad group mutate.
AdParameterResult(MutateAdParameterResult)
The result for the ad parameter mutate.
AdResult(MutateAdResult)
The result for the ad mutate.
AssetResult(MutateAssetResult)
The result for the asset mutate.
BiddingStrategyResult(MutateBiddingStrategyResult)
The result for the bidding strategy mutate.
CampaignAssetResult(MutateCampaignAssetResult)
The result for the campaign asset mutate.
CampaignBidModifierResult(MutateCampaignBidModifierResult)
The result for the campaign bid modifier mutate.
CampaignBudgetResult(MutateCampaignBudgetResult)
The result for the campaign budget mutate.
CampaignCriterionResult(MutateCampaignCriterionResult)
The result for the campaign criterion mutate.
CampaignDraftResult(MutateCampaignDraftResult)
The result for the campaign draft mutate.
CampaignExperimentResult(MutateCampaignExperimentResult)
The result for the campaign experiment mutate.
CampaignExtensionSettingResult(MutateCampaignExtensionSettingResult)
The result for the campaign extension setting mutate.
CampaignFeedResult(MutateCampaignFeedResult)
The result for the campaign feed mutate.
CampaignLabelResult(MutateCampaignLabelResult)
The result for the campaign label mutate.
CampaignResult(MutateCampaignResult)
The result for the campaign mutate.
The result for the campaign shared set mutate.
ConversionActionResult(MutateConversionActionResult)
The result for the conversion action mutate.
ConversionCustomVariableResult(MutateConversionCustomVariableResult)
The result for the conversion custom variable mutate.
CustomerAssetResult(MutateCustomerAssetResult)
The result for the customer asset mutate.
CustomerExtensionSettingResult(MutateCustomerExtensionSettingResult)
The result for the customer extension setting mutate.
CustomerFeedResult(MutateCustomerFeedResult)
The result for the customer feed mutate.
CustomerLabelResult(MutateCustomerLabelResult)
The result for the customer label mutate.
CustomerNegativeCriterionResult(MutateCustomerNegativeCriteriaResult)
The result for the customer negative criterion mutate.
CustomerResult(MutateCustomerResult)
The result for the customer mutate.
ExtensionFeedItemResult(MutateExtensionFeedItemResult)
The result for the extension feed item mutate.
FeedItemResult(MutateFeedItemResult)
The result for the feed item mutate.
FeedItemSetResult(MutateFeedItemSetResult)
The result for the feed item set mutate.
FeedItemSetLinkResult(MutateFeedItemSetLinkResult)
The result for the feed item set link mutate.
FeedItemTargetResult(MutateFeedItemTargetResult)
The result for the feed item target mutate.
FeedMappingResult(MutateFeedMappingResult)
The result for the feed mapping mutate.
FeedResult(MutateFeedResult)
The result for the feed mutate.
KeywordPlanAdGroupResult(MutateKeywordPlanAdGroupResult)
The result for the keyword plan ad group mutate.
KeywordPlanCampaignResult(MutateKeywordPlanCampaignResult)
The result for the keyword plan campaign mutate.
KeywordPlanAdGroupKeywordResult(MutateKeywordPlanAdGroupKeywordResult)
The result for the keyword plan ad group keyword mutate.
KeywordPlanCampaignKeywordResult(MutateKeywordPlanCampaignKeywordResult)
The result for the keyword plan campaign keyword mutate.
KeywordPlanResult(MutateKeywordPlansResult)
The result for the keyword plan mutate.
LabelResult(MutateLabelResult)
The result for the label mutate.
MediaFileResult(MutateMediaFileResult)
The result for the media file mutate.
RemarketingActionResult(MutateRemarketingActionResult)
The result for the remarketing action mutate.
The result for the shared criterion mutate.
The result for the shared set mutate.
UserListResult(MutateUserListResult)
The result for the user list mutate.
Implementations
impl Response
[src]
pub fn encode<B>(&self, buf: &mut B) where
B: BufMut,
[src]
B: BufMut,
pub fn merge<B>(
field: &mut Option<Response>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
[src]
field: &mut Option<Response>,
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 Response
[src]
impl Debug for Response
[src]
impl PartialEq<Response> for Response
[src]
impl StructuralPartialEq for Response
[src]
Auto Trait Implementations
impl RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl UnwindSafe for Response
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>,