lib/google/ads/google_ads/factories/v1/operations.rb in google-ads-googleads-3.1.0 vs lib/google/ads/google_ads/factories/v1/operations.rb in google-ads-googleads-3.2.0
- old
+ new
@@ -10,146 +10,106 @@
def self.feed_attribute
require "google/ads/google_ads/v1/resources/feed_pb.rb"
Google::Ads::GoogleAds::V1::Resources::FeedAttributeOperation.new
end
+ # Create a new CampaignExperimentOperation
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignExperimentOperation] the operation
+ def self.campaign_experiment
+ require "google/ads/google_ads/v1/services/campaign_experiment_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::CampaignExperimentOperation.new
+ end
+
# Create a new KeywordPlanKeywordOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanKeywordOperation] the operation
def self.keyword_plan_keyword
require "google/ads/google_ads/v1/services/keyword_plan_keyword_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::KeywordPlanKeywordOperation.new
end
- # Create a new FeedMappingOperation
+ # Create a new KeywordPlanOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::FeedMappingOperation] the operation
- def self.feed_mapping
- require "google/ads/google_ads/v1/services/feed_mapping_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::FeedMappingOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation] the operation
+ def self.keyword_plan
+ require "google/ads/google_ads/v1/services/keyword_plan_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation.new
end
- # Create a new FeedOperation
+ # Create a new LabelOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::FeedOperation] the operation
- def self.feed
- require "google/ads/google_ads/v1/services/feed_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::FeedOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::LabelOperation] the operation
+ def self.label
+ require "google/ads/google_ads/v1/services/label_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::LabelOperation.new
end
- # Create a new AdGroupCriterionLabelOperation
+ # Create a new CampaignCriterionOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::AdGroupCriterionLabelOperation] the operation
- def self.ad_group_criterion_label
- require "google/ads/google_ads/v1/services/ad_group_criterion_label_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::AdGroupCriterionLabelOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation] the operation
+ def self.campaign_criterion
+ require "google/ads/google_ads/v1/services/campaign_criterion_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation.new
end
- # Create a new ConversionActionOperation
- #
- # @return [Google::Ads::GoogleAds::V1::Services::ConversionActionOperation] the operation
- def self.conversion_action
- require "google/ads/google_ads/v1/services/conversion_action_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::ConversionActionOperation.new
- end
-
- # Create a new BiddingStrategyOperation
- #
- # @return [Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation] the operation
- def self.bidding_strategy
- require "google/ads/google_ads/v1/services/bidding_strategy_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation.new
- end
-
- # Create a new AccountBudgetProposalOperation
- #
- # @return [Google::Ads::GoogleAds::V1::Services::AccountBudgetProposalOperation] the operation
- def self.account_budget_proposal
- require "google/ads/google_ads/v1/services/account_budget_proposal_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::AccountBudgetProposalOperation.new
- end
-
- # Create a new FeedItemOperation
- #
- # @return [Google::Ads::GoogleAds::V1::Services::FeedItemOperation] the operation
- def self.feed_item
- require "google/ads/google_ads/v1/services/feed_item_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::FeedItemOperation.new
- end
-
- # Create a new CampaignBudgetOperation
- #
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation] the operation
- def self.campaign_budget
- require "google/ads/google_ads/v1/services/campaign_budget_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation.new
- end
-
- # Create a new AdGroupBidModifierOperation
- #
- # @return [Google::Ads::GoogleAds::V1::Services::AdGroupBidModifierOperation] the operation
- def self.ad_group_bid_modifier
- require "google/ads/google_ads/v1/services/ad_group_bid_modifier_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::AdGroupBidModifierOperation.new
- end
-
- # Create a new CustomerOperation
- #
- # @return [Google::Ads::GoogleAds::V1::Services::CustomerOperation] the operation
- def self.customer
- require "google/ads/google_ads/v1/services/customer_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::CustomerOperation.new
- end
-
# Create a new CampaignLabelOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::CampaignLabelOperation] the operation
def self.campaign_label
require "google/ads/google_ads/v1/services/campaign_label_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::CampaignLabelOperation.new
end
- # Create a new SharedCriterionOperation
+ # Create a new CustomInterestOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::SharedCriterionOperation] the operation
- def self.shared_criterion
- require "google/ads/google_ads/v1/services/shared_criterion_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::SharedCriterionOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::CustomInterestOperation] the operation
+ def self.custom_interest
+ require "google/ads/google_ads/v1/services/custom_interest_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::CustomInterestOperation.new
end
- # Create a new KeywordPlanAdGroupOperation
+ # Create a new ApplyRecommendationOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation] the operation
- def self.keyword_plan_ad_group
- require "google/ads/google_ads/v1/services/keyword_plan_ad_group_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::ApplyRecommendationOperation] the operation
+ def self.apply_recommendation
+ require "google/ads/google_ads/v1/services/recommendation_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::ApplyRecommendationOperation.new
end
- # Create a new CampaignDraftOperation
+ # Create a new DismissRecommendationOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation] the operation
- def self.campaign_draft
- require "google/ads/google_ads/v1/services/campaign_draft_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::DismissRecommendationRequest::DismissRecommendationOperation] the operation
+ def self.dismiss_recommendation
+ require "google/ads/google_ads/v1/services/recommendation_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::DismissRecommendationRequest::DismissRecommendationOperation.new
end
- # Create a new CampaignFeedOperation
+ # Create a new FeedMappingOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation] the operation
- def self.campaign_feed
- require "google/ads/google_ads/v1/services/campaign_feed_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::FeedMappingOperation] the operation
+ def self.feed_mapping
+ require "google/ads/google_ads/v1/services/feed_mapping_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::FeedMappingOperation.new
end
- # Create a new AdGroupCriterionOperation
+ # Create a new AdGroupCriterionLabelOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::AdGroupCriterionOperation] the operation
- def self.ad_group_criterion
- require "google/ads/google_ads/v1/services/ad_group_criterion_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::AdGroupCriterionOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::AdGroupCriterionLabelOperation] the operation
+ def self.ad_group_criterion_label
+ require "google/ads/google_ads/v1/services/ad_group_criterion_label_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::AdGroupCriterionLabelOperation.new
end
+ # Create a new AssetOperation
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::AssetOperation] the operation
+ def self.asset
+ require "google/ads/google_ads/v1/services/asset_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::AssetOperation.new
+ end
+
# Create a new AdGroupAdLabelOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::AdGroupAdLabelOperation] the operation
def self.ad_group_ad_label
require "google/ads/google_ads/v1/services/ad_group_ad_label_service_pb.rb"
@@ -162,10 +122,26 @@
def self.ad_group_ad
require "google/ads/google_ads/v1/services/ad_group_ad_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::AdGroupAdOperation.new
end
+ # Create a new AdGroupBidModifierOperation
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::AdGroupBidModifierOperation] the operation
+ def self.ad_group_bid_modifier
+ require "google/ads/google_ads/v1/services/ad_group_bid_modifier_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::AdGroupBidModifierOperation.new
+ end
+
+ # Create a new AdGroupCriterionOperation
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::AdGroupCriterionOperation] the operation
+ def self.ad_group_criterion
+ require "google/ads/google_ads/v1/services/ad_group_criterion_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::AdGroupCriterionOperation.new
+ end
+
# Create a new AdGroupExtensionSettingOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::AdGroupExtensionSettingOperation] the operation
def self.ad_group_extension_setting
require "google/ads/google_ads/v1/services/ad_group_extension_setting_service_pb.rb"
@@ -202,50 +178,58 @@
def self.ad_parameter
require "google/ads/google_ads/v1/services/ad_parameter_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::AdParameterOperation.new
end
- # Create a new AssetOperation
+ # Create a new BiddingStrategyOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::AssetOperation] the operation
- def self.asset
- require "google/ads/google_ads/v1/services/asset_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::AssetOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation] the operation
+ def self.bidding_strategy
+ require "google/ads/google_ads/v1/services/bidding_strategy_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation.new
end
# Create a new CampaignBidModifierOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::CampaignBidModifierOperation] the operation
def self.campaign_bid_modifier
require "google/ads/google_ads/v1/services/campaign_bid_modifier_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::CampaignBidModifierOperation.new
end
- # Create a new CampaignCriterionOperation
+ # Create a new CampaignBudgetOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation] the operation
- def self.campaign_criterion
- require "google/ads/google_ads/v1/services/campaign_criterion_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation] the operation
+ def self.campaign_budget
+ require "google/ads/google_ads/v1/services/campaign_budget_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation.new
end
- # Create a new CampaignExperimentOperation
+ # Create a new CampaignDraftOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignExperimentOperation] the operation
- def self.campaign_experiment
- require "google/ads/google_ads/v1/services/campaign_experiment_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::CampaignExperimentOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation] the operation
+ def self.campaign_draft
+ require "google/ads/google_ads/v1/services/campaign_draft_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation.new
end
# Create a new CampaignExtensionSettingOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::CampaignExtensionSettingOperation] the operation
def self.campaign_extension_setting
require "google/ads/google_ads/v1/services/campaign_extension_setting_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::CampaignExtensionSettingOperation.new
end
+ # Create a new CampaignFeedOperation
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation] the operation
+ def self.campaign_feed
+ require "google/ads/google_ads/v1/services/campaign_feed_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation.new
+ end
+
# Create a new CampaignOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::CampaignOperation] the operation
def self.campaign
require "google/ads/google_ads/v1/services/campaign_service_pb.rb"
@@ -258,10 +242,18 @@
def self.campaign_shared_set
require "google/ads/google_ads/v1/services/campaign_shared_set_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::CampaignSharedSetOperation.new
end
+ # Create a new ConversionActionOperation
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::ConversionActionOperation] the operation
+ def self.conversion_action
+ require "google/ads/google_ads/v1/services/conversion_action_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::ConversionActionOperation.new
+ end
+
# Create a new CustomerExtensionSettingOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::CustomerExtensionSettingOperation] the operation
def self.customer_extension_setting
require "google/ads/google_ads/v1/services/customer_extension_setting_service_pb.rb"
@@ -290,32 +282,48 @@
def self.customer_negative_criterion
require "google/ads/google_ads/v1/services/customer_negative_criterion_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::CustomerNegativeCriterionOperation.new
end
+ # Create a new CustomerOperation
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::CustomerOperation] the operation
+ def self.customer
+ require "google/ads/google_ads/v1/services/customer_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::CustomerOperation.new
+ end
+
# Create a new ExtensionFeedItemOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::ExtensionFeedItemOperation] the operation
def self.extension_feed_item
require "google/ads/google_ads/v1/services/extension_feed_item_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::ExtensionFeedItemOperation.new
end
+ # Create a new FeedItemOperation
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::FeedItemOperation] the operation
+ def self.feed_item
+ require "google/ads/google_ads/v1/services/feed_item_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::FeedItemOperation.new
+ end
+
# Create a new FeedItemTargetOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::FeedItemTargetOperation] the operation
def self.feed_item_target
require "google/ads/google_ads/v1/services/feed_item_target_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::FeedItemTargetOperation.new
end
- # Create a new LabelOperation
+ # Create a new FeedOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::LabelOperation] the operation
- def self.label
- require "google/ads/google_ads/v1/services/label_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::LabelOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::FeedOperation] the operation
+ def self.feed
+ require "google/ads/google_ads/v1/services/feed_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::FeedOperation.new
end
# Create a new MediaFileOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::MediaFileOperation] the operation
@@ -330,10 +338,18 @@
def self.remarketing_action
require "google/ads/google_ads/v1/services/remarketing_action_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::RemarketingActionOperation.new
end
+ # Create a new SharedCriterionOperation
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::SharedCriterionOperation] the operation
+ def self.shared_criterion
+ require "google/ads/google_ads/v1/services/shared_criterion_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::SharedCriterionOperation.new
+ end
+
# Create a new SharedSetOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::SharedSetOperation] the operation
def self.shared_set
require "google/ads/google_ads/v1/services/shared_set_service_pb.rb"
@@ -354,26 +370,10 @@
def self.mutate
require "google/ads/google_ads/v1/services/google_ads_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::MutateOperation.new
end
- # Create a new ApplyRecommendationOperation
- #
- # @return [Google::Ads::GoogleAds::V1::Services::ApplyRecommendationOperation] the operation
- def self.apply_recommendation
- require "google/ads/google_ads/v1/services/recommendation_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::ApplyRecommendationOperation.new
- end
-
- # Create a new DismissRecommendationOperation
- #
- # @return [Google::Ads::GoogleAds::V1::Services::DismissRecommendationRequest::DismissRecommendationOperation] the operation
- def self.dismiss_recommendation
- require "google/ads/google_ads/v1/services/recommendation_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::DismissRecommendationRequest::DismissRecommendationOperation.new
- end
-
# Create a new KeywordPlanCampaignOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanCampaignOperation] the operation
def self.keyword_plan_campaign
require "google/ads/google_ads/v1/services/keyword_plan_campaign_service_pb.rb"
@@ -386,58 +386,58 @@
def self.billing_setup
require "google/ads/google_ads/v1/services/billing_setup_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::BillingSetupOperation.new
end
- # Create a new MerchantCenterLinkOperation
+ # Create a new CustomerClientLinkOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::MerchantCenterLinkOperation] the operation
- def self.merchant_center_link
- require "google/ads/google_ads/v1/services/merchant_center_link_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::MerchantCenterLinkOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation] the operation
+ def self.customer_client_link
+ require "google/ads/google_ads/v1/services/customer_client_link_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation.new
end
- # Create a new KeywordPlanOperation
+ # Create a new AccountBudgetProposalOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation] the operation
- def self.keyword_plan
- require "google/ads/google_ads/v1/services/keyword_plan_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::AccountBudgetProposalOperation] the operation
+ def self.account_budget_proposal
+ require "google/ads/google_ads/v1/services/account_budget_proposal_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::AccountBudgetProposalOperation.new
end
# Create a new CustomerManagerLinkOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::CustomerManagerLinkOperation] the operation
def self.customer_manager_link
require "google/ads/google_ads/v1/services/customer_manager_link_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::CustomerManagerLinkOperation.new
end
+ # Create a new MerchantCenterLinkOperation
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::MerchantCenterLinkOperation] the operation
+ def self.merchant_center_link
+ require "google/ads/google_ads/v1/services/merchant_center_link_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::MerchantCenterLinkOperation.new
+ end
+
# Create a new KeywordPlanNegativeKeywordOperation
#
# @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanNegativeKeywordOperation] the operation
def self.keyword_plan_negative_keyword
require "google/ads/google_ads/v1/services/keyword_plan_negative_keyword_service_pb.rb"
Google::Ads::GoogleAds::V1::Services::KeywordPlanNegativeKeywordOperation.new
end
- # Create a new CustomInterestOperation
+ # Create a new KeywordPlanAdGroupOperation
#
- # @return [Google::Ads::GoogleAds::V1::Services::CustomInterestOperation] the operation
- def self.custom_interest
- require "google/ads/google_ads/v1/services/custom_interest_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::CustomInterestOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation] the operation
+ def self.keyword_plan_ad_group
+ require "google/ads/google_ads/v1/services/keyword_plan_ad_group_service_pb.rb"
+ Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation.new
end
- # Create a new CustomerClientLinkOperation
- #
- # @return [Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation] the operation
- def self.customer_client_link
- require "google/ads/google_ads/v1/services/customer_client_link_service_pb.rb"
- Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation.new
- end
-
# Get a reference module containing convenience methods for creating
# resources
#
# @return [Google::Ads::GoogleAds::Factories::V1::Operations::CreateResource]
def self.create_resource
@@ -484,360 +484,285 @@
end
op
end
- # A convenience method for creating an FeedMappingOperation instance with
- # its "create" field prepopulated with an FeedMapping instance.
+ # A convenience method for creating an KeywordPlanOperation instance with
+ # its "create" field prepopulated with an KeywordPlan instance.
#
- # @overload feed_mapping
- # creates an operation instance, yielding a newly fabricated FeedMapping
+ # @overload keyword_plan
+ # creates an operation instance, yielding a newly fabricated KeywordPlan
# which can be used for setting attributes on the newly created resource
- # @overload feed_mapping(res)
+ # @overload keyword_plan(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::FeedMapping]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::KeywordPlan]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::FeedMappingOperation] instance that will create the resource
- def self.feed_mapping(res = nil, &blk)
- require "google/ads/google_ads/v1/services/feed_mapping_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::FeedMappingOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation] instance that will create the resource
+ def self.keyword_plan(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/keyword_plan_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.feed_mapping(&blk)
+ op["create"] = Factories::V1::Resources.keyword_plan(&blk)
end
op
end
- # A convenience method for creating an FeedOperation instance with
- # its "create" field prepopulated with an Feed instance.
+ # A convenience method for creating an LabelOperation instance with
+ # its "create" field prepopulated with an Label instance.
#
- # @overload feed
- # creates an operation instance, yielding a newly fabricated Feed
+ # @overload label
+ # creates an operation instance, yielding a newly fabricated Label
# which can be used for setting attributes on the newly created resource
- # @overload feed(res)
+ # @overload label(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::Feed]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::Label]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::FeedOperation] instance that will create the resource
- def self.feed(res = nil, &blk)
- require "google/ads/google_ads/v1/services/feed_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::FeedOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::LabelOperation] instance that will create the resource
+ def self.label(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/label_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::LabelOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.feed(&blk)
+ op["create"] = Factories::V1::Resources.label(&blk)
end
op
end
- # A convenience method for creating an AdGroupCriterionLabelOperation instance with
- # its "create" field prepopulated with an AdGroupCriterionLabel instance.
+ # A convenience method for creating an CampaignCriterionOperation instance with
+ # its "create" field prepopulated with an CampaignCriterion instance.
#
- # @overload ad_group_criterion_label
- # creates an operation instance, yielding a newly fabricated AdGroupCriterionLabel
+ # @overload campaign_criterion
+ # creates an operation instance, yielding a newly fabricated CampaignCriterion
# which can be used for setting attributes on the newly created resource
- # @overload ad_group_criterion_label(res)
+ # @overload campaign_criterion(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::AdGroupCriterionLabel]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::CampaignCriterion]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::AdGroupCriterionLabelOperation] instance that will create the resource
- def self.ad_group_criterion_label(res = nil, &blk)
- require "google/ads/google_ads/v1/services/ad_group_criterion_label_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AdGroupCriterionLabelOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation] instance that will create the resource
+ def self.campaign_criterion(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/campaign_criterion_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.ad_group_criterion_label(&blk)
+ op["create"] = Factories::V1::Resources.campaign_criterion(&blk)
end
op
end
- # A convenience method for creating an ConversionActionOperation instance with
- # its "create" field prepopulated with an ConversionAction instance.
+ # A convenience method for creating an CampaignLabelOperation instance with
+ # its "create" field prepopulated with an CampaignLabel instance.
#
- # @overload conversion_action
- # creates an operation instance, yielding a newly fabricated ConversionAction
+ # @overload campaign_label
+ # creates an operation instance, yielding a newly fabricated CampaignLabel
# which can be used for setting attributes on the newly created resource
- # @overload conversion_action(res)
+ # @overload campaign_label(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::ConversionAction]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::CampaignLabel]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::ConversionActionOperation] instance that will create the resource
- def self.conversion_action(res = nil, &blk)
- require "google/ads/google_ads/v1/services/conversion_action_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::ConversionActionOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignLabelOperation] instance that will create the resource
+ def self.campaign_label(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/campaign_label_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CampaignLabelOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.conversion_action(&blk)
+ op["create"] = Factories::V1::Resources.campaign_label(&blk)
end
op
end
- # A convenience method for creating an BiddingStrategyOperation instance with
- # its "create" field prepopulated with an BiddingStrategy instance.
+ # A convenience method for creating an CustomInterestOperation instance with
+ # its "create" field prepopulated with an CustomInterest instance.
#
- # @overload bidding_strategy
- # creates an operation instance, yielding a newly fabricated BiddingStrategy
+ # @overload custom_interest
+ # creates an operation instance, yielding a newly fabricated CustomInterest
# which can be used for setting attributes on the newly created resource
- # @overload bidding_strategy(res)
+ # @overload custom_interest(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::BiddingStrategy]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::CustomInterest]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation] instance that will create the resource
- def self.bidding_strategy(res = nil, &blk)
- require "google/ads/google_ads/v1/services/bidding_strategy_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::CustomInterestOperation] instance that will create the resource
+ def self.custom_interest(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/custom_interest_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CustomInterestOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.bidding_strategy(&blk)
+ op["create"] = Factories::V1::Resources.custom_interest(&blk)
end
op
end
- # A convenience method for creating an AccountBudgetProposalOperation instance with
- # its "create" field prepopulated with an AccountBudgetProposal instance.
+ # A convenience method for creating an FeedMappingOperation instance with
+ # its "create" field prepopulated with an FeedMapping instance.
#
- # @overload account_budget_proposal
- # creates an operation instance, yielding a newly fabricated AccountBudgetProposal
+ # @overload feed_mapping
+ # creates an operation instance, yielding a newly fabricated FeedMapping
# which can be used for setting attributes on the newly created resource
- # @overload account_budget_proposal(res)
+ # @overload feed_mapping(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::AccountBudgetProposal]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::FeedMapping]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::AccountBudgetProposalOperation] instance that will create the resource
- def self.account_budget_proposal(res = nil, &blk)
- require "google/ads/google_ads/v1/services/account_budget_proposal_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AccountBudgetProposalOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::FeedMappingOperation] instance that will create the resource
+ def self.feed_mapping(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/feed_mapping_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::FeedMappingOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.account_budget_proposal(&blk)
+ op["create"] = Factories::V1::Resources.feed_mapping(&blk)
end
op
end
- # A convenience method for creating an FeedItemOperation instance with
- # its "create" field prepopulated with an FeedItem instance.
+ # A convenience method for creating an AdGroupCriterionLabelOperation instance with
+ # its "create" field prepopulated with an AdGroupCriterionLabel instance.
#
- # @overload feed_item
- # creates an operation instance, yielding a newly fabricated FeedItem
+ # @overload ad_group_criterion_label
+ # creates an operation instance, yielding a newly fabricated AdGroupCriterionLabel
# which can be used for setting attributes on the newly created resource
- # @overload feed_item(res)
+ # @overload ad_group_criterion_label(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::FeedItem]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::AdGroupCriterionLabel]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::FeedItemOperation] instance that will create the resource
- def self.feed_item(res = nil, &blk)
- require "google/ads/google_ads/v1/services/feed_item_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::FeedItemOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::AdGroupCriterionLabelOperation] instance that will create the resource
+ def self.ad_group_criterion_label(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/ad_group_criterion_label_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AdGroupCriterionLabelOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.feed_item(&blk)
+ op["create"] = Factories::V1::Resources.ad_group_criterion_label(&blk)
end
op
end
- # A convenience method for creating an CampaignBudgetOperation instance with
- # its "create" field prepopulated with an CampaignBudget instance.
+ # A convenience method for creating an AssetOperation instance with
+ # its "create" field prepopulated with an Asset instance.
#
- # @overload campaign_budget
- # creates an operation instance, yielding a newly fabricated CampaignBudget
+ # @overload asset
+ # creates an operation instance, yielding a newly fabricated Asset
# which can be used for setting attributes on the newly created resource
- # @overload campaign_budget(res)
+ # @overload asset(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::CampaignBudget]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::Asset]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation] instance that will create the resource
- def self.campaign_budget(res = nil, &blk)
- require "google/ads/google_ads/v1/services/campaign_budget_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::AssetOperation] instance that will create the resource
+ def self.asset(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/asset_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AssetOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.campaign_budget(&blk)
+ op["create"] = Factories::V1::Resources.asset(&blk)
end
op
end
- # A convenience method for creating an AdGroupBidModifierOperation instance with
- # its "create" field prepopulated with an AdGroupBidModifier instance.
+ # A convenience method for creating an AdGroupAdLabelOperation instance with
+ # its "create" field prepopulated with an AdGroupAdLabel instance.
#
- # @overload ad_group_bid_modifier
- # creates an operation instance, yielding a newly fabricated AdGroupBidModifier
+ # @overload ad_group_ad_label
+ # creates an operation instance, yielding a newly fabricated AdGroupAdLabel
# which can be used for setting attributes on the newly created resource
- # @overload ad_group_bid_modifier(res)
+ # @overload ad_group_ad_label(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::AdGroupBidModifier]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::AdGroupAdLabel]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::AdGroupBidModifierOperation] instance that will create the resource
- def self.ad_group_bid_modifier(res = nil, &blk)
- require "google/ads/google_ads/v1/services/ad_group_bid_modifier_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AdGroupBidModifierOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::AdGroupAdLabelOperation] instance that will create the resource
+ def self.ad_group_ad_label(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/ad_group_ad_label_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AdGroupAdLabelOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.ad_group_bid_modifier(&blk)
+ op["create"] = Factories::V1::Resources.ad_group_ad_label(&blk)
end
op
end
- # A convenience method for creating an CampaignLabelOperation instance with
- # its "create" field prepopulated with an CampaignLabel instance.
+ # A convenience method for creating an AdGroupAdOperation instance with
+ # its "create" field prepopulated with an AdGroupAd instance.
#
- # @overload campaign_label
- # creates an operation instance, yielding a newly fabricated CampaignLabel
+ # @overload ad_group_ad
+ # creates an operation instance, yielding a newly fabricated AdGroupAd
# which can be used for setting attributes on the newly created resource
- # @overload campaign_label(res)
+ # @overload ad_group_ad(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::CampaignLabel]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::AdGroupAd]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignLabelOperation] instance that will create the resource
- def self.campaign_label(res = nil, &blk)
- require "google/ads/google_ads/v1/services/campaign_label_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CampaignLabelOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::AdGroupAdOperation] instance that will create the resource
+ def self.ad_group_ad(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/ad_group_ad_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AdGroupAdOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.campaign_label(&blk)
+ op["create"] = Factories::V1::Resources.ad_group_ad(&blk)
end
op
end
- # A convenience method for creating an SharedCriterionOperation instance with
- # its "create" field prepopulated with an SharedCriterion instance.
+ # A convenience method for creating an AdGroupBidModifierOperation instance with
+ # its "create" field prepopulated with an AdGroupBidModifier instance.
#
- # @overload shared_criterion
- # creates an operation instance, yielding a newly fabricated SharedCriterion
+ # @overload ad_group_bid_modifier
+ # creates an operation instance, yielding a newly fabricated AdGroupBidModifier
# which can be used for setting attributes on the newly created resource
- # @overload shared_criterion(res)
+ # @overload ad_group_bid_modifier(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::SharedCriterion]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::AdGroupBidModifier]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::SharedCriterionOperation] instance that will create the resource
- def self.shared_criterion(res = nil, &blk)
- require "google/ads/google_ads/v1/services/shared_criterion_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::SharedCriterionOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::AdGroupBidModifierOperation] instance that will create the resource
+ def self.ad_group_bid_modifier(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/ad_group_bid_modifier_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AdGroupBidModifierOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.shared_criterion(&blk)
+ op["create"] = Factories::V1::Resources.ad_group_bid_modifier(&blk)
end
op
end
- # A convenience method for creating an KeywordPlanAdGroupOperation instance with
- # its "create" field prepopulated with an KeywordPlanAdGroup instance.
- #
- # @overload keyword_plan_ad_group
- # creates an operation instance, yielding a newly fabricated KeywordPlanAdGroup
- # which can be used for setting attributes on the newly created resource
- # @overload keyword_plan_ad_group(res)
- # creates an operation instance, with the resource to be created
- # set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup]
- # a resource instance to be used for creation in this operation.
- #
- # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation] instance that will create the resource
- def self.keyword_plan_ad_group(res = nil, &blk)
- require "google/ads/google_ads/v1/services/keyword_plan_ad_group_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation.new
- if !res.nil?
- op["create"] = res
- elsif !blk.nil?
- op["create"] = Factories::V1::Resources.keyword_plan_ad_group(&blk)
- end
-
- op
- end
-
- # A convenience method for creating an CampaignDraftOperation instance with
- # its "create" field prepopulated with an CampaignDraft instance.
- #
- # @overload campaign_draft
- # creates an operation instance, yielding a newly fabricated CampaignDraft
- # which can be used for setting attributes on the newly created resource
- # @overload campaign_draft(res)
- # creates an operation instance, with the resource to be created
- # set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::CampaignDraft]
- # a resource instance to be used for creation in this operation.
- #
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation] instance that will create the resource
- def self.campaign_draft(res = nil, &blk)
- require "google/ads/google_ads/v1/services/campaign_draft_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation.new
- if !res.nil?
- op["create"] = res
- elsif !blk.nil?
- op["create"] = Factories::V1::Resources.campaign_draft(&blk)
- end
-
- op
- end
-
- # A convenience method for creating an CampaignFeedOperation instance with
- # its "create" field prepopulated with an CampaignFeed instance.
- #
- # @overload campaign_feed
- # creates an operation instance, yielding a newly fabricated CampaignFeed
- # which can be used for setting attributes on the newly created resource
- # @overload campaign_feed(res)
- # creates an operation instance, with the resource to be created
- # set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::CampaignFeed]
- # a resource instance to be used for creation in this operation.
- #
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation] instance that will create the resource
- def self.campaign_feed(res = nil, &blk)
- require "google/ads/google_ads/v1/services/campaign_feed_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation.new
- if !res.nil?
- op["create"] = res
- elsif !blk.nil?
- op["create"] = Factories::V1::Resources.campaign_feed(&blk)
- end
-
- op
- end
-
# A convenience method for creating an AdGroupCriterionOperation instance with
# its "create" field prepopulated with an AdGroupCriterion instance.
#
# @overload ad_group_criterion
# creates an operation instance, yielding a newly fabricated AdGroupCriterion
@@ -859,60 +784,10 @@
end
op
end
- # A convenience method for creating an AdGroupAdLabelOperation instance with
- # its "create" field prepopulated with an AdGroupAdLabel instance.
- #
- # @overload ad_group_ad_label
- # creates an operation instance, yielding a newly fabricated AdGroupAdLabel
- # which can be used for setting attributes on the newly created resource
- # @overload ad_group_ad_label(res)
- # creates an operation instance, with the resource to be created
- # set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::AdGroupAdLabel]
- # a resource instance to be used for creation in this operation.
- #
- # @return [Google::Ads::GoogleAds::V1::Services::AdGroupAdLabelOperation] instance that will create the resource
- def self.ad_group_ad_label(res = nil, &blk)
- require "google/ads/google_ads/v1/services/ad_group_ad_label_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AdGroupAdLabelOperation.new
- if !res.nil?
- op["create"] = res
- elsif !blk.nil?
- op["create"] = Factories::V1::Resources.ad_group_ad_label(&blk)
- end
-
- op
- end
-
- # A convenience method for creating an AdGroupAdOperation instance with
- # its "create" field prepopulated with an AdGroupAd instance.
- #
- # @overload ad_group_ad
- # creates an operation instance, yielding a newly fabricated AdGroupAd
- # which can be used for setting attributes on the newly created resource
- # @overload ad_group_ad(res)
- # creates an operation instance, with the resource to be created
- # set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::AdGroupAd]
- # a resource instance to be used for creation in this operation.
- #
- # @return [Google::Ads::GoogleAds::V1::Services::AdGroupAdOperation] instance that will create the resource
- def self.ad_group_ad(res = nil, &blk)
- require "google/ads/google_ads/v1/services/ad_group_ad_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AdGroupAdOperation.new
- if !res.nil?
- op["create"] = res
- elsif !blk.nil?
- op["create"] = Factories::V1::Resources.ad_group_ad(&blk)
- end
-
- op
- end
-
# A convenience method for creating an AdGroupExtensionSettingOperation instance with
# its "create" field prepopulated with an AdGroupExtensionSetting instance.
#
# @overload ad_group_extension_setting
# creates an operation instance, yielding a newly fabricated AdGroupExtensionSetting
@@ -1034,30 +909,30 @@
end
op
end
- # A convenience method for creating an AssetOperation instance with
- # its "create" field prepopulated with an Asset instance.
+ # A convenience method for creating an BiddingStrategyOperation instance with
+ # its "create" field prepopulated with an BiddingStrategy instance.
#
- # @overload asset
- # creates an operation instance, yielding a newly fabricated Asset
+ # @overload bidding_strategy
+ # creates an operation instance, yielding a newly fabricated BiddingStrategy
# which can be used for setting attributes on the newly created resource
- # @overload asset(res)
+ # @overload bidding_strategy(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::Asset]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::BiddingStrategy]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::AssetOperation] instance that will create the resource
- def self.asset(res = nil, &blk)
- require "google/ads/google_ads/v1/services/asset_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AssetOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation] instance that will create the resource
+ def self.bidding_strategy(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/bidding_strategy_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.asset(&blk)
+ op["create"] = Factories::V1::Resources.bidding_strategy(&blk)
end
op
end
@@ -1084,35 +959,60 @@
end
op
end
- # A convenience method for creating an CampaignCriterionOperation instance with
- # its "create" field prepopulated with an CampaignCriterion instance.
+ # A convenience method for creating an CampaignBudgetOperation instance with
+ # its "create" field prepopulated with an CampaignBudget instance.
#
- # @overload campaign_criterion
- # creates an operation instance, yielding a newly fabricated CampaignCriterion
+ # @overload campaign_budget
+ # creates an operation instance, yielding a newly fabricated CampaignBudget
# which can be used for setting attributes on the newly created resource
- # @overload campaign_criterion(res)
+ # @overload campaign_budget(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::CampaignCriterion]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::CampaignBudget]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation] instance that will create the resource
- def self.campaign_criterion(res = nil, &blk)
- require "google/ads/google_ads/v1/services/campaign_criterion_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation] instance that will create the resource
+ def self.campaign_budget(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/campaign_budget_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.campaign_criterion(&blk)
+ op["create"] = Factories::V1::Resources.campaign_budget(&blk)
end
op
end
+ # A convenience method for creating an CampaignDraftOperation instance with
+ # its "create" field prepopulated with an CampaignDraft instance.
+ #
+ # @overload campaign_draft
+ # creates an operation instance, yielding a newly fabricated CampaignDraft
+ # which can be used for setting attributes on the newly created resource
+ # @overload campaign_draft(res)
+ # creates an operation instance, with the resource to be created
+ # set to the passed value (res)
+ # @param res [Google::Ads::GoogleAds::V1::Resources::CampaignDraft]
+ # a resource instance to be used for creation in this operation.
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation] instance that will create the resource
+ def self.campaign_draft(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/campaign_draft_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation.new
+ if !res.nil?
+ op["create"] = res
+ elsif !blk.nil?
+ op["create"] = Factories::V1::Resources.campaign_draft(&blk)
+ end
+
+ op
+ end
+
# A convenience method for creating an CampaignExtensionSettingOperation instance with
# its "create" field prepopulated with an CampaignExtensionSetting instance.
#
# @overload campaign_extension_setting
# creates an operation instance, yielding a newly fabricated CampaignExtensionSetting
@@ -1134,10 +1034,35 @@
end
op
end
+ # A convenience method for creating an CampaignFeedOperation instance with
+ # its "create" field prepopulated with an CampaignFeed instance.
+ #
+ # @overload campaign_feed
+ # creates an operation instance, yielding a newly fabricated CampaignFeed
+ # which can be used for setting attributes on the newly created resource
+ # @overload campaign_feed(res)
+ # creates an operation instance, with the resource to be created
+ # set to the passed value (res)
+ # @param res [Google::Ads::GoogleAds::V1::Resources::CampaignFeed]
+ # a resource instance to be used for creation in this operation.
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation] instance that will create the resource
+ def self.campaign_feed(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/campaign_feed_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation.new
+ if !res.nil?
+ op["create"] = res
+ elsif !blk.nil?
+ op["create"] = Factories::V1::Resources.campaign_feed(&blk)
+ end
+
+ op
+ end
+
# A convenience method for creating an CampaignOperation instance with
# its "create" field prepopulated with an Campaign instance.
#
# @overload campaign
# creates an operation instance, yielding a newly fabricated Campaign
@@ -1184,10 +1109,35 @@
end
op
end
+ # A convenience method for creating an ConversionActionOperation instance with
+ # its "create" field prepopulated with an ConversionAction instance.
+ #
+ # @overload conversion_action
+ # creates an operation instance, yielding a newly fabricated ConversionAction
+ # which can be used for setting attributes on the newly created resource
+ # @overload conversion_action(res)
+ # creates an operation instance, with the resource to be created
+ # set to the passed value (res)
+ # @param res [Google::Ads::GoogleAds::V1::Resources::ConversionAction]
+ # a resource instance to be used for creation in this operation.
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::ConversionActionOperation] instance that will create the resource
+ def self.conversion_action(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/conversion_action_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::ConversionActionOperation.new
+ if !res.nil?
+ op["create"] = res
+ elsif !blk.nil?
+ op["create"] = Factories::V1::Resources.conversion_action(&blk)
+ end
+
+ op
+ end
+
# A convenience method for creating an CustomerExtensionSettingOperation instance with
# its "create" field prepopulated with an CustomerExtensionSetting instance.
#
# @overload customer_extension_setting
# creates an operation instance, yielding a newly fabricated CustomerExtensionSetting
@@ -1309,10 +1259,35 @@
end
op
end
+ # A convenience method for creating an FeedItemOperation instance with
+ # its "create" field prepopulated with an FeedItem instance.
+ #
+ # @overload feed_item
+ # creates an operation instance, yielding a newly fabricated FeedItem
+ # which can be used for setting attributes on the newly created resource
+ # @overload feed_item(res)
+ # creates an operation instance, with the resource to be created
+ # set to the passed value (res)
+ # @param res [Google::Ads::GoogleAds::V1::Resources::FeedItem]
+ # a resource instance to be used for creation in this operation.
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::FeedItemOperation] instance that will create the resource
+ def self.feed_item(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/feed_item_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::FeedItemOperation.new
+ if !res.nil?
+ op["create"] = res
+ elsif !blk.nil?
+ op["create"] = Factories::V1::Resources.feed_item(&blk)
+ end
+
+ op
+ end
+
# A convenience method for creating an FeedItemTargetOperation instance with
# its "create" field prepopulated with an FeedItemTarget instance.
#
# @overload feed_item_target
# creates an operation instance, yielding a newly fabricated FeedItemTarget
@@ -1334,30 +1309,30 @@
end
op
end
- # A convenience method for creating an LabelOperation instance with
- # its "create" field prepopulated with an Label instance.
+ # A convenience method for creating an FeedOperation instance with
+ # its "create" field prepopulated with an Feed instance.
#
- # @overload label
- # creates an operation instance, yielding a newly fabricated Label
+ # @overload feed
+ # creates an operation instance, yielding a newly fabricated Feed
# which can be used for setting attributes on the newly created resource
- # @overload label(res)
+ # @overload feed(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::Label]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::Feed]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::LabelOperation] instance that will create the resource
- def self.label(res = nil, &blk)
- require "google/ads/google_ads/v1/services/label_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::LabelOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::FeedOperation] instance that will create the resource
+ def self.feed(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/feed_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::FeedOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.label(&blk)
+ op["create"] = Factories::V1::Resources.feed(&blk)
end
op
end
@@ -1409,10 +1384,35 @@
end
op
end
+ # A convenience method for creating an SharedCriterionOperation instance with
+ # its "create" field prepopulated with an SharedCriterion instance.
+ #
+ # @overload shared_criterion
+ # creates an operation instance, yielding a newly fabricated SharedCriterion
+ # which can be used for setting attributes on the newly created resource
+ # @overload shared_criterion(res)
+ # creates an operation instance, with the resource to be created
+ # set to the passed value (res)
+ # @param res [Google::Ads::GoogleAds::V1::Resources::SharedCriterion]
+ # a resource instance to be used for creation in this operation.
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::SharedCriterionOperation] instance that will create the resource
+ def self.shared_criterion(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/shared_criterion_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::SharedCriterionOperation.new
+ if !res.nil?
+ op["create"] = res
+ elsif !blk.nil?
+ op["create"] = Factories::V1::Resources.shared_criterion(&blk)
+ end
+
+ op
+ end
+
# A convenience method for creating an SharedSetOperation instance with
# its "create" field prepopulated with an SharedSet instance.
#
# @overload shared_set
# creates an operation instance, yielding a newly fabricated SharedSet
@@ -1509,35 +1509,60 @@
end
op
end
- # A convenience method for creating an KeywordPlanOperation instance with
- # its "create" field prepopulated with an KeywordPlan instance.
+ # A convenience method for creating an CustomerClientLinkOperation instance with
+ # its "create" field prepopulated with an CustomerClientLink instance.
#
- # @overload keyword_plan
- # creates an operation instance, yielding a newly fabricated KeywordPlan
+ # @overload customer_client_link
+ # creates an operation instance, yielding a newly fabricated CustomerClientLink
# which can be used for setting attributes on the newly created resource
- # @overload keyword_plan(res)
+ # @overload customer_client_link(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::KeywordPlan]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::CustomerClientLink]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation] instance that will create the resource
- def self.keyword_plan(res = nil, &blk)
- require "google/ads/google_ads/v1/services/keyword_plan_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation] instance that will create the resource
+ def self.customer_client_link(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/customer_client_link_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.keyword_plan(&blk)
+ op["create"] = Factories::V1::Resources.customer_client_link(&blk)
end
op
end
+ # A convenience method for creating an AccountBudgetProposalOperation instance with
+ # its "create" field prepopulated with an AccountBudgetProposal instance.
+ #
+ # @overload account_budget_proposal
+ # creates an operation instance, yielding a newly fabricated AccountBudgetProposal
+ # which can be used for setting attributes on the newly created resource
+ # @overload account_budget_proposal(res)
+ # creates an operation instance, with the resource to be created
+ # set to the passed value (res)
+ # @param res [Google::Ads::GoogleAds::V1::Resources::AccountBudgetProposal]
+ # a resource instance to be used for creation in this operation.
+ #
+ # @return [Google::Ads::GoogleAds::V1::Services::AccountBudgetProposalOperation] instance that will create the resource
+ def self.account_budget_proposal(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/account_budget_proposal_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AccountBudgetProposalOperation.new
+ if !res.nil?
+ op["create"] = res
+ elsif !blk.nil?
+ op["create"] = Factories::V1::Resources.account_budget_proposal(&blk)
+ end
+
+ op
+ end
+
# A convenience method for creating an KeywordPlanNegativeKeywordOperation instance with
# its "create" field prepopulated with an KeywordPlanNegativeKeyword instance.
#
# @overload keyword_plan_negative_keyword
# creates an operation instance, yielding a newly fabricated KeywordPlanNegativeKeyword
@@ -1559,62 +1584,76 @@
end
op
end
- # A convenience method for creating an CustomInterestOperation instance with
- # its "create" field prepopulated with an CustomInterest instance.
+ # A convenience method for creating an KeywordPlanAdGroupOperation instance with
+ # its "create" field prepopulated with an KeywordPlanAdGroup instance.
#
- # @overload custom_interest
- # creates an operation instance, yielding a newly fabricated CustomInterest
+ # @overload keyword_plan_ad_group
+ # creates an operation instance, yielding a newly fabricated KeywordPlanAdGroup
# which can be used for setting attributes on the newly created resource
- # @overload custom_interest(res)
+ # @overload keyword_plan_ad_group(res)
# creates an operation instance, with the resource to be created
# set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::CustomInterest]
+ # @param res [Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup]
# a resource instance to be used for creation in this operation.
#
- # @return [Google::Ads::GoogleAds::V1::Services::CustomInterestOperation] instance that will create the resource
- def self.custom_interest(res = nil, &blk)
- require "google/ads/google_ads/v1/services/custom_interest_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CustomInterestOperation.new
+ # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation] instance that will create the resource
+ def self.keyword_plan_ad_group(res = nil, &blk)
+ require "google/ads/google_ads/v1/services/keyword_plan_ad_group_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation.new
if !res.nil?
op["create"] = res
elsif !blk.nil?
- op["create"] = Factories::V1::Resources.custom_interest(&blk)
+ op["create"] = Factories::V1::Resources.keyword_plan_ad_group(&blk)
end
op
end
+ end
- # A convenience method for creating an CustomerClientLinkOperation instance with
- # its "create" field prepopulated with an CustomerClientLink instance.
+ module UpdateResource
+ # A convenience method for creating an CampaignExperimentOperation instance with
+ # its "update" field prepopulated with an CampaignExperiment instance, and
+ # its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload customer_client_link
- # creates an operation instance, yielding a newly fabricated CustomerClientLink
- # which can be used for setting attributes on the newly created resource
- # @overload customer_client_link(res)
- # creates an operation instance, with the resource to be created
- # set to the passed value (res)
- # @param res [Google::Ads::GoogleAds::V1::Resources::CustomerClientLink]
- # a resource instance to be used for creation in this operation.
+ # @overload #campaign_experiment(path, &blk)
+ # @param path [String] a resource path for the resource to update
+ # @yield [Google::Ads::GoogleAds::V1::Resources::CampaignExperiment] a new instance of the resource for this update operation, on
+ # which fields can be set to update
#
- # @return [Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation] instance that will create the resource
- def self.customer_client_link(res = nil, &blk)
- require "google/ads/google_ads/v1/services/customer_client_link_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation.new
- if !res.nil?
- op["create"] = res
- elsif !blk.nil?
- op["create"] = Factories::V1::Resources.customer_client_link(&blk)
+ # @overload #campaign_experiment(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::CampaignExperiment] a resource instance to update
+ # @yield the passed block is called and updates against `resource` are recordered in the update mask
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignExperimentOperation] the operation instance to update the resource
+ def self.campaign_experiment(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/campaign_experiment_service_pb.rb"
+ res = case resource_or_path
+ when Google::Ads::GoogleAds::V1::Resources::CampaignExperiment
+ resource_or_path
+ # got a resource path
+ when String
+ obj = Google::Ads::GoogleAds::V1::Resources::CampaignExperiment.new
+ obj.resource_name = resource_or_path
+ obj
+ else
+ unless Google::Ads::GoogleAds::V1::Resources::CampaignExperiment === res
+ raise ArgumentError.new(
+ "Called #{__method__} with instance of wrong type:"\
+ " #{res.class} want #{operation.update_class}"\
+ " or String representing resource name"
+ )
+ end
end
+ op = Google::Ads::GoogleAds::V1::Services::CampaignExperimentOperation.new
+ op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
+ op["update"] = res
op
end
- end
- module UpdateResource
# A convenience method for creating an KeywordPlanKeywordOperation instance with
# its "update" field prepopulated with an KeywordPlanKeyword instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
# @overload #keyword_plan_keyword(path, &blk)
@@ -1650,200 +1689,200 @@
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an FeedOperation instance with
- # its "update" field prepopulated with an Feed instance, and
+ # A convenience method for creating an KeywordPlanOperation instance with
+ # its "update" field prepopulated with an KeywordPlan instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #feed(path, &blk)
+ # @overload #keyword_plan(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::Feed] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::KeywordPlan] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #feed(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::Feed] a resource instance to update
+ # @overload #keyword_plan(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::KeywordPlan] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::FeedOperation] the operation instance to update the resource
- def self.feed(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/feed_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation] the operation instance to update the resource
+ def self.keyword_plan(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/keyword_plan_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::Feed
+ when Google::Ads::GoogleAds::V1::Resources::KeywordPlan
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::Feed.new
+ obj = Google::Ads::GoogleAds::V1::Resources::KeywordPlan.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::Feed === res
+ unless Google::Ads::GoogleAds::V1::Resources::KeywordPlan === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::FeedOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an ConversionActionOperation instance with
- # its "update" field prepopulated with an ConversionAction instance, and
+ # A convenience method for creating an LabelOperation instance with
+ # its "update" field prepopulated with an Label instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #conversion_action(path, &blk)
+ # @overload #label(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::ConversionAction] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::Label] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #conversion_action(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::ConversionAction] a resource instance to update
+ # @overload #label(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::Label] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::ConversionActionOperation] the operation instance to update the resource
- def self.conversion_action(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/conversion_action_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::LabelOperation] the operation instance to update the resource
+ def self.label(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/label_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::ConversionAction
+ when Google::Ads::GoogleAds::V1::Resources::Label
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::ConversionAction.new
+ obj = Google::Ads::GoogleAds::V1::Resources::Label.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::ConversionAction === res
+ unless Google::Ads::GoogleAds::V1::Resources::Label === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::ConversionActionOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::LabelOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an BiddingStrategyOperation instance with
- # its "update" field prepopulated with an BiddingStrategy instance, and
+ # A convenience method for creating an CampaignCriterionOperation instance with
+ # its "update" field prepopulated with an CampaignCriterion instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #bidding_strategy(path, &blk)
+ # @overload #campaign_criterion(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::BiddingStrategy] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::CampaignCriterion] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #bidding_strategy(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::BiddingStrategy] a resource instance to update
+ # @overload #campaign_criterion(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::CampaignCriterion] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation] the operation instance to update the resource
- def self.bidding_strategy(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/bidding_strategy_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation] the operation instance to update the resource
+ def self.campaign_criterion(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/campaign_criterion_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::BiddingStrategy
+ when Google::Ads::GoogleAds::V1::Resources::CampaignCriterion
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::BiddingStrategy.new
+ obj = Google::Ads::GoogleAds::V1::Resources::CampaignCriterion.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::BiddingStrategy === res
+ unless Google::Ads::GoogleAds::V1::Resources::CampaignCriterion === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an FeedItemOperation instance with
- # its "update" field prepopulated with an FeedItem instance, and
+ # A convenience method for creating an CustomInterestOperation instance with
+ # its "update" field prepopulated with an CustomInterest instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #feed_item(path, &blk)
+ # @overload #custom_interest(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::FeedItem] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::CustomInterest] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #feed_item(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::FeedItem] a resource instance to update
+ # @overload #custom_interest(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::CustomInterest] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::FeedItemOperation] the operation instance to update the resource
- def self.feed_item(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/feed_item_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::CustomInterestOperation] the operation instance to update the resource
+ def self.custom_interest(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/custom_interest_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::FeedItem
+ when Google::Ads::GoogleAds::V1::Resources::CustomInterest
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::FeedItem.new
+ obj = Google::Ads::GoogleAds::V1::Resources::CustomInterest.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::FeedItem === res
+ unless Google::Ads::GoogleAds::V1::Resources::CustomInterest === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::FeedItemOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::CustomInterestOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an CampaignBudgetOperation instance with
- # its "update" field prepopulated with an CampaignBudget instance, and
+ # A convenience method for creating an AdGroupAdOperation instance with
+ # its "update" field prepopulated with an AdGroupAd instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #campaign_budget(path, &blk)
+ # @overload #ad_group_ad(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::CampaignBudget] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::AdGroupAd] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #campaign_budget(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::CampaignBudget] a resource instance to update
+ # @overload #ad_group_ad(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::AdGroupAd] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation] the operation instance to update the resource
- def self.campaign_budget(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/campaign_budget_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::AdGroupAdOperation] the operation instance to update the resource
+ def self.ad_group_ad(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/ad_group_ad_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::CampaignBudget
+ when Google::Ads::GoogleAds::V1::Resources::AdGroupAd
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::CampaignBudget.new
+ obj = Google::Ads::GoogleAds::V1::Resources::AdGroupAd.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::CampaignBudget === res
+ unless Google::Ads::GoogleAds::V1::Resources::AdGroupAd === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::AdGroupAdOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
@@ -1884,166 +1923,10 @@
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an CustomerOperation instance with
- # its "update" field prepopulated with an Customer instance, and
- # its "update_mask" field populated as needed to send the updates to the API.
- #
- # @overload #customer(path, &blk)
- # @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::Customer] a new instance of the resource for this update operation, on
- # which fields can be set to update
- #
- # @overload #customer(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::Customer] a resource instance to update
- # @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::CustomerOperation] the operation instance to update the resource
- def self.customer(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/customer_service_pb.rb"
- res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::Customer
- resource_or_path
- # got a resource path
- when String
- obj = Google::Ads::GoogleAds::V1::Resources::Customer.new
- obj.resource_name = resource_or_path
- obj
- else
- unless Google::Ads::GoogleAds::V1::Resources::Customer === res
- raise ArgumentError.new(
- "Called #{__method__} with instance of wrong type:"\
- " #{res.class} want #{operation.update_class}"\
- " or String representing resource name"
- )
- end
- end
-
- op = Google::Ads::GoogleAds::V1::Services::CustomerOperation.new
- op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
- op["update"] = res
- op
- end
-
- # A convenience method for creating an KeywordPlanAdGroupOperation instance with
- # its "update" field prepopulated with an KeywordPlanAdGroup instance, and
- # its "update_mask" field populated as needed to send the updates to the API.
- #
- # @overload #keyword_plan_ad_group(path, &blk)
- # @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup] a new instance of the resource for this update operation, on
- # which fields can be set to update
- #
- # @overload #keyword_plan_ad_group(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup] a resource instance to update
- # @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation] the operation instance to update the resource
- def self.keyword_plan_ad_group(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/keyword_plan_ad_group_service_pb.rb"
- res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup
- resource_or_path
- # got a resource path
- when String
- obj = Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup.new
- obj.resource_name = resource_or_path
- obj
- else
- unless Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup === res
- raise ArgumentError.new(
- "Called #{__method__} with instance of wrong type:"\
- " #{res.class} want #{operation.update_class}"\
- " or String representing resource name"
- )
- end
- end
-
- op = Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation.new
- op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
- op["update"] = res
- op
- end
-
- # A convenience method for creating an CampaignDraftOperation instance with
- # its "update" field prepopulated with an CampaignDraft instance, and
- # its "update_mask" field populated as needed to send the updates to the API.
- #
- # @overload #campaign_draft(path, &blk)
- # @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::CampaignDraft] a new instance of the resource for this update operation, on
- # which fields can be set to update
- #
- # @overload #campaign_draft(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::CampaignDraft] a resource instance to update
- # @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation] the operation instance to update the resource
- def self.campaign_draft(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/campaign_draft_service_pb.rb"
- res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::CampaignDraft
- resource_or_path
- # got a resource path
- when String
- obj = Google::Ads::GoogleAds::V1::Resources::CampaignDraft.new
- obj.resource_name = resource_or_path
- obj
- else
- unless Google::Ads::GoogleAds::V1::Resources::CampaignDraft === res
- raise ArgumentError.new(
- "Called #{__method__} with instance of wrong type:"\
- " #{res.class} want #{operation.update_class}"\
- " or String representing resource name"
- )
- end
- end
-
- op = Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation.new
- op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
- op["update"] = res
- op
- end
-
- # A convenience method for creating an CampaignFeedOperation instance with
- # its "update" field prepopulated with an CampaignFeed instance, and
- # its "update_mask" field populated as needed to send the updates to the API.
- #
- # @overload #campaign_feed(path, &blk)
- # @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::CampaignFeed] a new instance of the resource for this update operation, on
- # which fields can be set to update
- #
- # @overload #campaign_feed(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::CampaignFeed] a resource instance to update
- # @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation] the operation instance to update the resource
- def self.campaign_feed(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/campaign_feed_service_pb.rb"
- res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::CampaignFeed
- resource_or_path
- # got a resource path
- when String
- obj = Google::Ads::GoogleAds::V1::Resources::CampaignFeed.new
- obj.resource_name = resource_or_path
- obj
- else
- unless Google::Ads::GoogleAds::V1::Resources::CampaignFeed === res
- raise ArgumentError.new(
- "Called #{__method__} with instance of wrong type:"\
- " #{res.class} want #{operation.update_class}"\
- " or String representing resource name"
- )
- end
- end
-
- op = Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation.new
- op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
- op["update"] = res
- op
- end
-
# A convenience method for creating an AdGroupCriterionOperation instance with
# its "update" field prepopulated with an AdGroupCriterion instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
# @overload #ad_group_criterion(path, &blk)
@@ -2079,49 +1962,10 @@
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an AdGroupAdOperation instance with
- # its "update" field prepopulated with an AdGroupAd instance, and
- # its "update_mask" field populated as needed to send the updates to the API.
- #
- # @overload #ad_group_ad(path, &blk)
- # @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::AdGroupAd] a new instance of the resource for this update operation, on
- # which fields can be set to update
- #
- # @overload #ad_group_ad(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::AdGroupAd] a resource instance to update
- # @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::AdGroupAdOperation] the operation instance to update the resource
- def self.ad_group_ad(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/ad_group_ad_service_pb.rb"
- res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::AdGroupAd
- resource_or_path
- # got a resource path
- when String
- obj = Google::Ads::GoogleAds::V1::Resources::AdGroupAd.new
- obj.resource_name = resource_or_path
- obj
- else
- unless Google::Ads::GoogleAds::V1::Resources::AdGroupAd === res
- raise ArgumentError.new(
- "Called #{__method__} with instance of wrong type:"\
- " #{res.class} want #{operation.update_class}"\
- " or String representing resource name"
- )
- end
- end
-
- op = Google::Ads::GoogleAds::V1::Services::AdGroupAdOperation.new
- op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
- op["update"] = res
- op
- end
-
# A convenience method for creating an AdGroupExtensionSettingOperation instance with
# its "update" field prepopulated with an AdGroupExtensionSetting instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
# @overload #ad_group_extension_setting(path, &blk)
@@ -2274,10 +2118,49 @@
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
+ # A convenience method for creating an BiddingStrategyOperation instance with
+ # its "update" field prepopulated with an BiddingStrategy instance, and
+ # its "update_mask" field populated as needed to send the updates to the API.
+ #
+ # @overload #bidding_strategy(path, &blk)
+ # @param path [String] a resource path for the resource to update
+ # @yield [Google::Ads::GoogleAds::V1::Resources::BiddingStrategy] a new instance of the resource for this update operation, on
+ # which fields can be set to update
+ #
+ # @overload #bidding_strategy(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::BiddingStrategy] a resource instance to update
+ # @yield the passed block is called and updates against `resource` are recordered in the update mask
+ # @return [Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation] the operation instance to update the resource
+ def self.bidding_strategy(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/bidding_strategy_service_pb.rb"
+ res = case resource_or_path
+ when Google::Ads::GoogleAds::V1::Resources::BiddingStrategy
+ resource_or_path
+ # got a resource path
+ when String
+ obj = Google::Ads::GoogleAds::V1::Resources::BiddingStrategy.new
+ obj.resource_name = resource_or_path
+ obj
+ else
+ unless Google::Ads::GoogleAds::V1::Resources::BiddingStrategy === res
+ raise ArgumentError.new(
+ "Called #{__method__} with instance of wrong type:"\
+ " #{res.class} want #{operation.update_class}"\
+ " or String representing resource name"
+ )
+ end
+ end
+
+ op = Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation.new
+ op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
+ op["update"] = res
+ op
+ end
+
# A convenience method for creating an CampaignBidModifierOperation instance with
# its "update" field prepopulated with an CampaignBidModifier instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
# @overload #campaign_bid_modifier(path, &blk)
@@ -2313,83 +2196,83 @@
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an CampaignCriterionOperation instance with
- # its "update" field prepopulated with an CampaignCriterion instance, and
+ # A convenience method for creating an CampaignBudgetOperation instance with
+ # its "update" field prepopulated with an CampaignBudget instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #campaign_criterion(path, &blk)
+ # @overload #campaign_budget(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::CampaignCriterion] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::CampaignBudget] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #campaign_criterion(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::CampaignCriterion] a resource instance to update
+ # @overload #campaign_budget(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::CampaignBudget] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation] the operation instance to update the resource
- def self.campaign_criterion(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/campaign_criterion_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation] the operation instance to update the resource
+ def self.campaign_budget(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/campaign_budget_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::CampaignCriterion
+ when Google::Ads::GoogleAds::V1::Resources::CampaignBudget
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::CampaignCriterion.new
+ obj = Google::Ads::GoogleAds::V1::Resources::CampaignBudget.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::CampaignCriterion === res
+ unless Google::Ads::GoogleAds::V1::Resources::CampaignBudget === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an CampaignExperimentOperation instance with
- # its "update" field prepopulated with an CampaignExperiment instance, and
+ # A convenience method for creating an CampaignDraftOperation instance with
+ # its "update" field prepopulated with an CampaignDraft instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #campaign_experiment(path, &blk)
+ # @overload #campaign_draft(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::CampaignExperiment] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::CampaignDraft] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #campaign_experiment(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::CampaignExperiment] a resource instance to update
+ # @overload #campaign_draft(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::CampaignDraft] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::CampaignExperimentOperation] the operation instance to update the resource
- def self.campaign_experiment(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/campaign_experiment_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation] the operation instance to update the resource
+ def self.campaign_draft(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/campaign_draft_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::CampaignExperiment
+ when Google::Ads::GoogleAds::V1::Resources::CampaignDraft
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::CampaignExperiment.new
+ obj = Google::Ads::GoogleAds::V1::Resources::CampaignDraft.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::CampaignExperiment === res
+ unless Google::Ads::GoogleAds::V1::Resources::CampaignDraft === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::CampaignExperimentOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
@@ -2430,10 +2313,49 @@
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
+ # A convenience method for creating an CampaignFeedOperation instance with
+ # its "update" field prepopulated with an CampaignFeed instance, and
+ # its "update_mask" field populated as needed to send the updates to the API.
+ #
+ # @overload #campaign_feed(path, &blk)
+ # @param path [String] a resource path for the resource to update
+ # @yield [Google::Ads::GoogleAds::V1::Resources::CampaignFeed] a new instance of the resource for this update operation, on
+ # which fields can be set to update
+ #
+ # @overload #campaign_feed(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::CampaignFeed] a resource instance to update
+ # @yield the passed block is called and updates against `resource` are recordered in the update mask
+ # @return [Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation] the operation instance to update the resource
+ def self.campaign_feed(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/campaign_feed_service_pb.rb"
+ res = case resource_or_path
+ when Google::Ads::GoogleAds::V1::Resources::CampaignFeed
+ resource_or_path
+ # got a resource path
+ when String
+ obj = Google::Ads::GoogleAds::V1::Resources::CampaignFeed.new
+ obj.resource_name = resource_or_path
+ obj
+ else
+ unless Google::Ads::GoogleAds::V1::Resources::CampaignFeed === res
+ raise ArgumentError.new(
+ "Called #{__method__} with instance of wrong type:"\
+ " #{res.class} want #{operation.update_class}"\
+ " or String representing resource name"
+ )
+ end
+ end
+
+ op = Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation.new
+ op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
+ op["update"] = res
+ op
+ end
+
# A convenience method for creating an CampaignOperation instance with
# its "update" field prepopulated with an Campaign instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
# @overload #campaign(path, &blk)
@@ -2469,10 +2391,49 @@
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
+ # A convenience method for creating an ConversionActionOperation instance with
+ # its "update" field prepopulated with an ConversionAction instance, and
+ # its "update_mask" field populated as needed to send the updates to the API.
+ #
+ # @overload #conversion_action(path, &blk)
+ # @param path [String] a resource path for the resource to update
+ # @yield [Google::Ads::GoogleAds::V1::Resources::ConversionAction] a new instance of the resource for this update operation, on
+ # which fields can be set to update
+ #
+ # @overload #conversion_action(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::ConversionAction] a resource instance to update
+ # @yield the passed block is called and updates against `resource` are recordered in the update mask
+ # @return [Google::Ads::GoogleAds::V1::Services::ConversionActionOperation] the operation instance to update the resource
+ def self.conversion_action(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/conversion_action_service_pb.rb"
+ res = case resource_or_path
+ when Google::Ads::GoogleAds::V1::Resources::ConversionAction
+ resource_or_path
+ # got a resource path
+ when String
+ obj = Google::Ads::GoogleAds::V1::Resources::ConversionAction.new
+ obj.resource_name = resource_or_path
+ obj
+ else
+ unless Google::Ads::GoogleAds::V1::Resources::ConversionAction === res
+ raise ArgumentError.new(
+ "Called #{__method__} with instance of wrong type:"\
+ " #{res.class} want #{operation.update_class}"\
+ " or String representing resource name"
+ )
+ end
+ end
+
+ op = Google::Ads::GoogleAds::V1::Services::ConversionActionOperation.new
+ op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
+ op["update"] = res
+ op
+ end
+
# A convenience method for creating an CustomerExtensionSettingOperation instance with
# its "update" field prepopulated with an CustomerExtensionSetting instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
# @overload #customer_extension_setting(path, &blk)
@@ -2547,10 +2508,49 @@
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
+ # A convenience method for creating an CustomerOperation instance with
+ # its "update" field prepopulated with an Customer instance, and
+ # its "update_mask" field populated as needed to send the updates to the API.
+ #
+ # @overload #customer(path, &blk)
+ # @param path [String] a resource path for the resource to update
+ # @yield [Google::Ads::GoogleAds::V1::Resources::Customer] a new instance of the resource for this update operation, on
+ # which fields can be set to update
+ #
+ # @overload #customer(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::Customer] a resource instance to update
+ # @yield the passed block is called and updates against `resource` are recordered in the update mask
+ # @return [Google::Ads::GoogleAds::V1::Services::CustomerOperation] the operation instance to update the resource
+ def self.customer(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/customer_service_pb.rb"
+ res = case resource_or_path
+ when Google::Ads::GoogleAds::V1::Resources::Customer
+ resource_or_path
+ # got a resource path
+ when String
+ obj = Google::Ads::GoogleAds::V1::Resources::Customer.new
+ obj.resource_name = resource_or_path
+ obj
+ else
+ unless Google::Ads::GoogleAds::V1::Resources::Customer === res
+ raise ArgumentError.new(
+ "Called #{__method__} with instance of wrong type:"\
+ " #{res.class} want #{operation.update_class}"\
+ " or String representing resource name"
+ )
+ end
+ end
+
+ op = Google::Ads::GoogleAds::V1::Services::CustomerOperation.new
+ op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
+ op["update"] = res
+ op
+ end
+
# A convenience method for creating an ExtensionFeedItemOperation instance with
# its "update" field prepopulated with an ExtensionFeedItem instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
# @overload #extension_feed_item(path, &blk)
@@ -2586,49 +2586,88 @@
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an LabelOperation instance with
- # its "update" field prepopulated with an Label instance, and
+ # A convenience method for creating an FeedItemOperation instance with
+ # its "update" field prepopulated with an FeedItem instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #label(path, &blk)
+ # @overload #feed_item(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::Label] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::FeedItem] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #label(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::Label] a resource instance to update
+ # @overload #feed_item(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::FeedItem] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::LabelOperation] the operation instance to update the resource
- def self.label(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/label_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::FeedItemOperation] the operation instance to update the resource
+ def self.feed_item(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/feed_item_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::Label
+ when Google::Ads::GoogleAds::V1::Resources::FeedItem
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::Label.new
+ obj = Google::Ads::GoogleAds::V1::Resources::FeedItem.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::Label === res
+ unless Google::Ads::GoogleAds::V1::Resources::FeedItem === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::LabelOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::FeedItemOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
+ # A convenience method for creating an FeedOperation instance with
+ # its "update" field prepopulated with an Feed instance, and
+ # its "update_mask" field populated as needed to send the updates to the API.
+ #
+ # @overload #feed(path, &blk)
+ # @param path [String] a resource path for the resource to update
+ # @yield [Google::Ads::GoogleAds::V1::Resources::Feed] a new instance of the resource for this update operation, on
+ # which fields can be set to update
+ #
+ # @overload #feed(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::Feed] a resource instance to update
+ # @yield the passed block is called and updates against `resource` are recordered in the update mask
+ # @return [Google::Ads::GoogleAds::V1::Services::FeedOperation] the operation instance to update the resource
+ def self.feed(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/feed_service_pb.rb"
+ res = case resource_or_path
+ when Google::Ads::GoogleAds::V1::Resources::Feed
+ resource_or_path
+ # got a resource path
+ when String
+ obj = Google::Ads::GoogleAds::V1::Resources::Feed.new
+ obj.resource_name = resource_or_path
+ obj
+ else
+ unless Google::Ads::GoogleAds::V1::Resources::Feed === res
+ raise ArgumentError.new(
+ "Called #{__method__} with instance of wrong type:"\
+ " #{res.class} want #{operation.update_class}"\
+ " or String representing resource name"
+ )
+ end
+ end
+
+ op = Google::Ads::GoogleAds::V1::Services::FeedOperation.new
+ op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
+ op["update"] = res
+ op
+ end
+
# A convenience method for creating an RemarketingActionOperation instance with
# its "update" field prepopulated with an RemarketingAction instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
# @overload #remarketing_action(path, &blk)
@@ -2781,122 +2820,122 @@
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an MerchantCenterLinkOperation instance with
- # its "update" field prepopulated with an MerchantCenterLink instance, and
+ # A convenience method for creating an CustomerClientLinkOperation instance with
+ # its "update" field prepopulated with an CustomerClientLink instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #merchant_center_link(path, &blk)
+ # @overload #customer_client_link(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::MerchantCenterLink] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::CustomerClientLink] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #merchant_center_link(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::MerchantCenterLink] a resource instance to update
+ # @overload #customer_client_link(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::CustomerClientLink] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::MerchantCenterLinkOperation] the operation instance to update the resource
- def self.merchant_center_link(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/merchant_center_link_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation] the operation instance to update the resource
+ def self.customer_client_link(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/customer_client_link_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::MerchantCenterLink
+ when Google::Ads::GoogleAds::V1::Resources::CustomerClientLink
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::MerchantCenterLink.new
+ obj = Google::Ads::GoogleAds::V1::Resources::CustomerClientLink.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::MerchantCenterLink === res
+ unless Google::Ads::GoogleAds::V1::Resources::CustomerClientLink === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::MerchantCenterLinkOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an KeywordPlanOperation instance with
- # its "update" field prepopulated with an KeywordPlan instance, and
+ # A convenience method for creating an CustomerManagerLinkOperation instance with
+ # its "update" field prepopulated with an CustomerManagerLink instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #keyword_plan(path, &blk)
+ # @overload #customer_manager_link(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::KeywordPlan] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::CustomerManagerLink] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #keyword_plan(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::KeywordPlan] a resource instance to update
+ # @overload #customer_manager_link(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::CustomerManagerLink] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation] the operation instance to update the resource
- def self.keyword_plan(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/keyword_plan_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::CustomerManagerLinkOperation] the operation instance to update the resource
+ def self.customer_manager_link(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/customer_manager_link_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::KeywordPlan
+ when Google::Ads::GoogleAds::V1::Resources::CustomerManagerLink
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::KeywordPlan.new
+ obj = Google::Ads::GoogleAds::V1::Resources::CustomerManagerLink.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::KeywordPlan === res
+ unless Google::Ads::GoogleAds::V1::Resources::CustomerManagerLink === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::CustomerManagerLinkOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an CustomerManagerLinkOperation instance with
- # its "update" field prepopulated with an CustomerManagerLink instance, and
+ # A convenience method for creating an MerchantCenterLinkOperation instance with
+ # its "update" field prepopulated with an MerchantCenterLink instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #customer_manager_link(path, &blk)
+ # @overload #merchant_center_link(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::CustomerManagerLink] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::MerchantCenterLink] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #customer_manager_link(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::CustomerManagerLink] a resource instance to update
+ # @overload #merchant_center_link(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::MerchantCenterLink] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::CustomerManagerLinkOperation] the operation instance to update the resource
- def self.customer_manager_link(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/customer_manager_link_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::MerchantCenterLinkOperation] the operation instance to update the resource
+ def self.merchant_center_link(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/merchant_center_link_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::CustomerManagerLink
+ when Google::Ads::GoogleAds::V1::Resources::MerchantCenterLink
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::CustomerManagerLink.new
+ obj = Google::Ads::GoogleAds::V1::Resources::MerchantCenterLink.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::CustomerManagerLink === res
+ unless Google::Ads::GoogleAds::V1::Resources::MerchantCenterLink === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::CustomerManagerLinkOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::MerchantCenterLinkOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
@@ -2937,87 +2976,48 @@
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
- # A convenience method for creating an CustomInterestOperation instance with
- # its "update" field prepopulated with an CustomInterest instance, and
+ # A convenience method for creating an KeywordPlanAdGroupOperation instance with
+ # its "update" field prepopulated with an KeywordPlanAdGroup instance, and
# its "update_mask" field populated as needed to send the updates to the API.
#
- # @overload #custom_interest(path, &blk)
+ # @overload #keyword_plan_ad_group(path, &blk)
# @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::CustomInterest] a new instance of the resource for this update operation, on
+ # @yield [Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup] a new instance of the resource for this update operation, on
# which fields can be set to update
#
- # @overload #custom_interest(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::CustomInterest] a resource instance to update
+ # @overload #keyword_plan_ad_group(resource, &blk)
+ # @param resource [Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup] a resource instance to update
# @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::CustomInterestOperation] the operation instance to update the resource
- def self.custom_interest(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/custom_interest_service_pb.rb"
+ # @return [Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation] the operation instance to update the resource
+ def self.keyword_plan_ad_group(resource_or_path, &blk)
+ require "google/ads/google_ads/v1/services/keyword_plan_ad_group_service_pb.rb"
res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::CustomInterest
+ when Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup
resource_or_path
# got a resource path
when String
- obj = Google::Ads::GoogleAds::V1::Resources::CustomInterest.new
+ obj = Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup.new
obj.resource_name = resource_or_path
obj
else
- unless Google::Ads::GoogleAds::V1::Resources::CustomInterest === res
+ unless Google::Ads::GoogleAds::V1::Resources::KeywordPlanAdGroup === res
raise ArgumentError.new(
"Called #{__method__} with instance of wrong type:"\
" #{res.class} want #{operation.update_class}"\
" or String representing resource name"
)
end
end
- op = Google::Ads::GoogleAds::V1::Services::CustomInterestOperation.new
+ op = Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation.new
op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
op["update"] = res
op
end
-
- # A convenience method for creating an CustomerClientLinkOperation instance with
- # its "update" field prepopulated with an CustomerClientLink instance, and
- # its "update_mask" field populated as needed to send the updates to the API.
- #
- # @overload #customer_client_link(path, &blk)
- # @param path [String] a resource path for the resource to update
- # @yield [Google::Ads::GoogleAds::V1::Resources::CustomerClientLink] a new instance of the resource for this update operation, on
- # which fields can be set to update
- #
- # @overload #customer_client_link(resource, &blk)
- # @param resource [Google::Ads::GoogleAds::V1::Resources::CustomerClientLink] a resource instance to update
- # @yield the passed block is called and updates against `resource` are recordered in the update mask
- # @return [Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation] the operation instance to update the resource
- def self.customer_client_link(resource_or_path, &blk)
- require "google/ads/google_ads/v1/services/customer_client_link_service_pb.rb"
- res = case resource_or_path
- when Google::Ads::GoogleAds::V1::Resources::CustomerClientLink
- resource_or_path
- # got a resource path
- when String
- obj = Google::Ads::GoogleAds::V1::Resources::CustomerClientLink.new
- obj.resource_name = resource_or_path
- obj
- else
- unless Google::Ads::GoogleAds::V1::Resources::CustomerClientLink === res
- raise ArgumentError.new(
- "Called #{__method__} with instance of wrong type:"\
- " #{res.class} want #{operation.update_class}"\
- " or String representing resource name"
- )
- end
- end
-
- op = Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation.new
- op["update_mask"] = Google::Ads::GoogleAds::FieldMaskUtil.with(res, &blk)
- op["update"] = res
- op
- end
end
module RemoveResource
# A convenience method for creationg an FeedAttributeOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
@@ -3028,186 +3028,175 @@
op = Google::Ads::GoogleAds::V1::Resources::FeedAttributeOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an KeywordPlanKeywordOperation instance with
+ # A convenience method for creationg an CampaignExperimentOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.keyword_plan_keyword(path)
- require "google/ads/google_ads/v1/services/keyword_plan_keyword_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::KeywordPlanKeywordOperation.new
+ def self.campaign_experiment(path)
+ require "google/ads/google_ads/v1/services/campaign_experiment_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CampaignExperimentOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an FeedMappingOperation instance with
+ # A convenience method for creationg an KeywordPlanKeywordOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.feed_mapping(path)
- require "google/ads/google_ads/v1/services/feed_mapping_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::FeedMappingOperation.new
+ def self.keyword_plan_keyword(path)
+ require "google/ads/google_ads/v1/services/keyword_plan_keyword_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::KeywordPlanKeywordOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an FeedOperation instance with
+ # A convenience method for creationg an KeywordPlanOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.feed(path)
- require "google/ads/google_ads/v1/services/feed_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::FeedOperation.new
+ def self.keyword_plan(path)
+ require "google/ads/google_ads/v1/services/keyword_plan_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an AdGroupCriterionLabelOperation instance with
+ # A convenience method for creationg an LabelOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.ad_group_criterion_label(path)
- require "google/ads/google_ads/v1/services/ad_group_criterion_label_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AdGroupCriterionLabelOperation.new
+ def self.label(path)
+ require "google/ads/google_ads/v1/services/label_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::LabelOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an ConversionActionOperation instance with
+ # A convenience method for creationg an CampaignCriterionOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.conversion_action(path)
- require "google/ads/google_ads/v1/services/conversion_action_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::ConversionActionOperation.new
+ def self.campaign_criterion(path)
+ require "google/ads/google_ads/v1/services/campaign_criterion_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an BiddingStrategyOperation instance with
+ # A convenience method for creationg an CampaignLabelOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.bidding_strategy(path)
- require "google/ads/google_ads/v1/services/bidding_strategy_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation.new
+ def self.campaign_label(path)
+ require "google/ads/google_ads/v1/services/campaign_label_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CampaignLabelOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an AccountBudgetProposalOperation instance with
+ # A convenience method for creationg an CustomInterestOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.account_budget_proposal(path)
- require "google/ads/google_ads/v1/services/account_budget_proposal_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AccountBudgetProposalOperation.new
+ def self.custom_interest(path)
+ require "google/ads/google_ads/v1/services/custom_interest_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CustomInterestOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an FeedItemOperation instance with
+ # A convenience method for creationg an ApplyRecommendationOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.feed_item(path)
- require "google/ads/google_ads/v1/services/feed_item_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::FeedItemOperation.new
+ def self.apply_recommendation(path)
+ require "google/ads/google_ads/v1/services/recommendation_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::ApplyRecommendationOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an CampaignBudgetOperation instance with
+ # A convenience method for creationg an DismissRecommendationOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.campaign_budget(path)
- require "google/ads/google_ads/v1/services/campaign_budget_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation.new
+ def self.dismiss_recommendation(path)
+ require "google/ads/google_ads/v1/services/recommendation_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::DismissRecommendationRequest::DismissRecommendationOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an AdGroupBidModifierOperation instance with
+ # A convenience method for creationg an FeedMappingOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.ad_group_bid_modifier(path)
- require "google/ads/google_ads/v1/services/ad_group_bid_modifier_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AdGroupBidModifierOperation.new
+ def self.feed_mapping(path)
+ require "google/ads/google_ads/v1/services/feed_mapping_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::FeedMappingOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an CustomerOperation instance with
+ # A convenience method for creationg an AdGroupCriterionLabelOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.customer(path)
- require "google/ads/google_ads/v1/services/customer_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CustomerOperation.new
+ def self.ad_group_criterion_label(path)
+ require "google/ads/google_ads/v1/services/ad_group_criterion_label_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AdGroupCriterionLabelOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an CampaignLabelOperation instance with
+ # A convenience method for creationg an AssetOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.campaign_label(path)
- require "google/ads/google_ads/v1/services/campaign_label_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CampaignLabelOperation.new
+ def self.asset(path)
+ require "google/ads/google_ads/v1/services/asset_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AssetOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an SharedCriterionOperation instance with
+ # A convenience method for creationg an AdGroupAdLabelOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.shared_criterion(path)
- require "google/ads/google_ads/v1/services/shared_criterion_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::SharedCriterionOperation.new
+ def self.ad_group_ad_label(path)
+ require "google/ads/google_ads/v1/services/ad_group_ad_label_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AdGroupAdLabelOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an KeywordPlanAdGroupOperation instance with
+ # A convenience method for creationg an AdGroupAdOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.keyword_plan_ad_group(path)
- require "google/ads/google_ads/v1/services/keyword_plan_ad_group_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation.new
+ def self.ad_group_ad(path)
+ require "google/ads/google_ads/v1/services/ad_group_ad_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AdGroupAdOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an CampaignDraftOperation instance with
+ # A convenience method for creationg an AdGroupBidModifierOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.campaign_draft(path)
- require "google/ads/google_ads/v1/services/campaign_draft_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation.new
+ def self.ad_group_bid_modifier(path)
+ require "google/ads/google_ads/v1/services/ad_group_bid_modifier_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AdGroupBidModifierOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an CampaignFeedOperation instance with
- # its "remove" field preopulated with a resource path corresponding to the resource to be removed.
- #
- # @param path [String] the resource name of the resource to delete.
- def self.campaign_feed(path)
- require "google/ads/google_ads/v1/services/campaign_feed_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation.new
- op["remove"] = path
- op
- end
-
# A convenience method for creationg an AdGroupCriterionOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
def self.ad_group_criterion(path)
@@ -3215,32 +3204,10 @@
op = Google::Ads::GoogleAds::V1::Services::AdGroupCriterionOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an AdGroupAdLabelOperation instance with
- # its "remove" field preopulated with a resource path corresponding to the resource to be removed.
- #
- # @param path [String] the resource name of the resource to delete.
- def self.ad_group_ad_label(path)
- require "google/ads/google_ads/v1/services/ad_group_ad_label_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AdGroupAdLabelOperation.new
- op["remove"] = path
- op
- end
-
- # A convenience method for creationg an AdGroupAdOperation instance with
- # its "remove" field preopulated with a resource path corresponding to the resource to be removed.
- #
- # @param path [String] the resource name of the resource to delete.
- def self.ad_group_ad(path)
- require "google/ads/google_ads/v1/services/ad_group_ad_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AdGroupAdOperation.new
- op["remove"] = path
- op
- end
-
# A convenience method for creationg an AdGroupExtensionSettingOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
def self.ad_group_extension_setting(path)
@@ -3292,17 +3259,17 @@
op = Google::Ads::GoogleAds::V1::Services::AdParameterOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an AssetOperation instance with
+ # A convenience method for creationg an BiddingStrategyOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.asset(path)
- require "google/ads/google_ads/v1/services/asset_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::AssetOperation.new
+ def self.bidding_strategy(path)
+ require "google/ads/google_ads/v1/services/bidding_strategy_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::BiddingStrategyOperation.new
op["remove"] = path
op
end
# A convenience method for creationg an CampaignBidModifierOperation instance with
@@ -3314,28 +3281,28 @@
op = Google::Ads::GoogleAds::V1::Services::CampaignBidModifierOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an CampaignCriterionOperation instance with
+ # A convenience method for creationg an CampaignBudgetOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.campaign_criterion(path)
- require "google/ads/google_ads/v1/services/campaign_criterion_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CampaignCriterionOperation.new
+ def self.campaign_budget(path)
+ require "google/ads/google_ads/v1/services/campaign_budget_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CampaignBudgetOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an CampaignExperimentOperation instance with
+ # A convenience method for creationg an CampaignDraftOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.campaign_experiment(path)
- require "google/ads/google_ads/v1/services/campaign_experiment_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CampaignExperimentOperation.new
+ def self.campaign_draft(path)
+ require "google/ads/google_ads/v1/services/campaign_draft_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CampaignDraftOperation.new
op["remove"] = path
op
end
# A convenience method for creationg an CampaignExtensionSettingOperation instance with
@@ -3347,10 +3314,21 @@
op = Google::Ads::GoogleAds::V1::Services::CampaignExtensionSettingOperation.new
op["remove"] = path
op
end
+ # A convenience method for creationg an CampaignFeedOperation instance with
+ # its "remove" field preopulated with a resource path corresponding to the resource to be removed.
+ #
+ # @param path [String] the resource name of the resource to delete.
+ def self.campaign_feed(path)
+ require "google/ads/google_ads/v1/services/campaign_feed_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CampaignFeedOperation.new
+ op["remove"] = path
+ op
+ end
+
# A convenience method for creationg an CampaignOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
def self.campaign(path)
@@ -3369,10 +3347,21 @@
op = Google::Ads::GoogleAds::V1::Services::CampaignSharedSetOperation.new
op["remove"] = path
op
end
+ # A convenience method for creationg an ConversionActionOperation instance with
+ # its "remove" field preopulated with a resource path corresponding to the resource to be removed.
+ #
+ # @param path [String] the resource name of the resource to delete.
+ def self.conversion_action(path)
+ require "google/ads/google_ads/v1/services/conversion_action_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::ConversionActionOperation.new
+ op["remove"] = path
+ op
+ end
+
# A convenience method for creationg an CustomerExtensionSettingOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
def self.customer_extension_setting(path)
@@ -3413,10 +3402,21 @@
op = Google::Ads::GoogleAds::V1::Services::CustomerNegativeCriterionOperation.new
op["remove"] = path
op
end
+ # A convenience method for creationg an CustomerOperation instance with
+ # its "remove" field preopulated with a resource path corresponding to the resource to be removed.
+ #
+ # @param path [String] the resource name of the resource to delete.
+ def self.customer(path)
+ require "google/ads/google_ads/v1/services/customer_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CustomerOperation.new
+ op["remove"] = path
+ op
+ end
+
# A convenience method for creationg an ExtensionFeedItemOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
def self.extension_feed_item(path)
@@ -3424,10 +3424,21 @@
op = Google::Ads::GoogleAds::V1::Services::ExtensionFeedItemOperation.new
op["remove"] = path
op
end
+ # A convenience method for creationg an FeedItemOperation instance with
+ # its "remove" field preopulated with a resource path corresponding to the resource to be removed.
+ #
+ # @param path [String] the resource name of the resource to delete.
+ def self.feed_item(path)
+ require "google/ads/google_ads/v1/services/feed_item_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::FeedItemOperation.new
+ op["remove"] = path
+ op
+ end
+
# A convenience method for creationg an FeedItemTargetOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
def self.feed_item_target(path)
@@ -3435,17 +3446,17 @@
op = Google::Ads::GoogleAds::V1::Services::FeedItemTargetOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an LabelOperation instance with
+ # A convenience method for creationg an FeedOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.label(path)
- require "google/ads/google_ads/v1/services/label_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::LabelOperation.new
+ def self.feed(path)
+ require "google/ads/google_ads/v1/services/feed_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::FeedOperation.new
op["remove"] = path
op
end
# A convenience method for creationg an MediaFileOperation instance with
@@ -3468,10 +3479,21 @@
op = Google::Ads::GoogleAds::V1::Services::RemarketingActionOperation.new
op["remove"] = path
op
end
+ # A convenience method for creationg an SharedCriterionOperation instance with
+ # its "remove" field preopulated with a resource path corresponding to the resource to be removed.
+ #
+ # @param path [String] the resource name of the resource to delete.
+ def self.shared_criterion(path)
+ require "google/ads/google_ads/v1/services/shared_criterion_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::SharedCriterionOperation.new
+ op["remove"] = path
+ op
+ end
+
# A convenience method for creationg an SharedSetOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
def self.shared_set(path)
@@ -3501,32 +3523,10 @@
op = Google::Ads::GoogleAds::V1::Services::MutateOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an ApplyRecommendationOperation instance with
- # its "remove" field preopulated with a resource path corresponding to the resource to be removed.
- #
- # @param path [String] the resource name of the resource to delete.
- def self.apply_recommendation(path)
- require "google/ads/google_ads/v1/services/recommendation_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::ApplyRecommendationOperation.new
- op["remove"] = path
- op
- end
-
- # A convenience method for creationg an DismissRecommendationOperation instance with
- # its "remove" field preopulated with a resource path corresponding to the resource to be removed.
- #
- # @param path [String] the resource name of the resource to delete.
- def self.dismiss_recommendation(path)
- require "google/ads/google_ads/v1/services/recommendation_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::DismissRecommendationRequest::DismissRecommendationOperation.new
- op["remove"] = path
- op
- end
-
# A convenience method for creationg an KeywordPlanCampaignOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
def self.keyword_plan_campaign(path)
@@ -3545,28 +3545,28 @@
op = Google::Ads::GoogleAds::V1::Services::BillingSetupOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an MerchantCenterLinkOperation instance with
+ # A convenience method for creationg an CustomerClientLinkOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.merchant_center_link(path)
- require "google/ads/google_ads/v1/services/merchant_center_link_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::MerchantCenterLinkOperation.new
+ def self.customer_client_link(path)
+ require "google/ads/google_ads/v1/services/customer_client_link_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an KeywordPlanOperation instance with
+ # A convenience method for creationg an AccountBudgetProposalOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.keyword_plan(path)
- require "google/ads/google_ads/v1/services/keyword_plan_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::KeywordPlanOperation.new
+ def self.account_budget_proposal(path)
+ require "google/ads/google_ads/v1/services/account_budget_proposal_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::AccountBudgetProposalOperation.new
op["remove"] = path
op
end
# A convenience method for creationg an CustomerManagerLinkOperation instance with
@@ -3578,38 +3578,38 @@
op = Google::Ads::GoogleAds::V1::Services::CustomerManagerLinkOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an KeywordPlanNegativeKeywordOperation instance with
+ # A convenience method for creationg an MerchantCenterLinkOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.keyword_plan_negative_keyword(path)
- require "google/ads/google_ads/v1/services/keyword_plan_negative_keyword_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::KeywordPlanNegativeKeywordOperation.new
+ def self.merchant_center_link(path)
+ require "google/ads/google_ads/v1/services/merchant_center_link_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::MerchantCenterLinkOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an CustomInterestOperation instance with
+ # A convenience method for creationg an KeywordPlanNegativeKeywordOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.custom_interest(path)
- require "google/ads/google_ads/v1/services/custom_interest_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CustomInterestOperation.new
+ def self.keyword_plan_negative_keyword(path)
+ require "google/ads/google_ads/v1/services/keyword_plan_negative_keyword_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::KeywordPlanNegativeKeywordOperation.new
op["remove"] = path
op
end
- # A convenience method for creationg an CustomerClientLinkOperation instance with
+ # A convenience method for creationg an KeywordPlanAdGroupOperation instance with
# its "remove" field preopulated with a resource path corresponding to the resource to be removed.
#
# @param path [String] the resource name of the resource to delete.
- def self.customer_client_link(path)
- require "google/ads/google_ads/v1/services/customer_client_link_service_pb.rb"
- op = Google::Ads::GoogleAds::V1::Services::CustomerClientLinkOperation.new
+ def self.keyword_plan_ad_group(path)
+ require "google/ads/google_ads/v1/services/keyword_plan_ad_group_service_pb.rb"
+ op = Google::Ads::GoogleAds::V1::Services::KeywordPlanAdGroupOperation.new
op["remove"] = path
op
end
end
end