Module: Google::Ads::GoogleAds::Factories::V15::Operations::RemoveResource

Defined in:
lib/google/ads/google_ads/factories/v15/operations.rb

Class Method Summary collapse

Class Method Details

.account_budget_proposal(path) ⇒ Object

A convenience method for creating an AccountBudgetProposalOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6091
6092
6093
6094
6095
6096
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6091

def self.(path)
  require "google/ads/google_ads/v15/services/account_budget_proposal_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AccountBudgetProposalOperation.new
  op["remove"] = path
  op
end

A convenience method for creating an AccountLinkOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6102
6103
6104
6105
6106
6107
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6102

def self.(path)
  require "google/ads/google_ads/v15/services/account_link_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AccountLinkOperation.new
  op["remove"] = path
  op
end

.ad(path) ⇒ Object

A convenience method for creating an AdOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6267
6268
6269
6270
6271
6272
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6267

def self.ad(path)
  require "google/ads/google_ads/v15/services/ad_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdOperation.new
  op["remove"] = path
  op
end

.ad_group(path) ⇒ Object

A convenience method for creating an AdGroupOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6245
6246
6247
6248
6249
6250
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6245

def self.ad_group(path)
  require "google/ads/google_ads/v15/services/ad_group_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupOperation.new
  op["remove"] = path
  op
end

.ad_group_ad(path) ⇒ Object

A convenience method for creating an AdGroupAdOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6124
6125
6126
6127
6128
6129
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6124

def self.ad_group_ad(path)
  require "google/ads/google_ads/v15/services/ad_group_ad_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupAdOperation.new
  op["remove"] = path
  op
end

.ad_group_ad_label(path) ⇒ Object

A convenience method for creating an AdGroupAdLabelOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6113
6114
6115
6116
6117
6118
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6113

def self.ad_group_ad_label(path)
  require "google/ads/google_ads/v15/services/ad_group_ad_label_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupAdLabelOperation.new
  op["remove"] = path
  op
end

.ad_group_asset(path) ⇒ Object

A convenience method for creating an AdGroupAssetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6135
6136
6137
6138
6139
6140
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6135

def self.ad_group_asset(path)
  require "google/ads/google_ads/v15/services/ad_group_asset_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupAssetOperation.new
  op["remove"] = path
  op
end

.ad_group_asset_set(path) ⇒ Object

A convenience method for creating an AdGroupAssetSetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6146
6147
6148
6149
6150
6151
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6146

def self.ad_group_asset_set(path)
  require "google/ads/google_ads/v15/services/ad_group_asset_set_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupAssetSetOperation.new
  op["remove"] = path
  op
end

.ad_group_bid_modifier(path) ⇒ Object

A convenience method for creating an AdGroupBidModifierOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6157
6158
6159
6160
6161
6162
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6157

def self.ad_group_bid_modifier(path)
  require "google/ads/google_ads/v15/services/ad_group_bid_modifier_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupBidModifierOperation.new
  op["remove"] = path
  op
end

.ad_group_criterion(path) ⇒ Object

A convenience method for creating an AdGroupCriterionOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6190
6191
6192
6193
6194
6195
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6190

def self.ad_group_criterion(path)
  require "google/ads/google_ads/v15/services/ad_group_criterion_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupCriterionOperation.new
  op["remove"] = path
  op
end

.ad_group_criterion_customizer(path) ⇒ Object

A convenience method for creating an AdGroupCriterionCustomizerOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6168
6169
6170
6171
6172
6173
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6168

def self.ad_group_criterion_customizer(path)
  require "google/ads/google_ads/v15/services/ad_group_criterion_customizer_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupCriterionCustomizerOperation.new
  op["remove"] = path
  op
end

.ad_group_criterion_label(path) ⇒ Object

A convenience method for creating an AdGroupCriterionLabelOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6179
6180
6181
6182
6183
6184
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6179

def self.ad_group_criterion_label(path)
  require "google/ads/google_ads/v15/services/ad_group_criterion_label_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupCriterionLabelOperation.new
  op["remove"] = path
  op
end

.ad_group_customizer(path) ⇒ Object

A convenience method for creating an AdGroupCustomizerOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6201
6202
6203
6204
6205
6206
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6201

def self.ad_group_customizer(path)
  require "google/ads/google_ads/v15/services/ad_group_customizer_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupCustomizerOperation.new
  op["remove"] = path
  op
end

.ad_group_extension_setting(path) ⇒ Object

A convenience method for creating an AdGroupExtensionSettingOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6212
6213
6214
6215
6216
6217
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6212

def self.ad_group_extension_setting(path)
  require "google/ads/google_ads/v15/services/ad_group_extension_setting_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupExtensionSettingOperation.new
  op["remove"] = path
  op
end

.ad_group_feed(path) ⇒ Object

A convenience method for creating an AdGroupFeedOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6223
6224
6225
6226
6227
6228
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6223

def self.ad_group_feed(path)
  require "google/ads/google_ads/v15/services/ad_group_feed_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupFeedOperation.new
  op["remove"] = path
  op
end

.ad_group_label(path) ⇒ Object

A convenience method for creating an AdGroupLabelOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6234
6235
6236
6237
6238
6239
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6234

def self.ad_group_label(path)
  require "google/ads/google_ads/v15/services/ad_group_label_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdGroupLabelOperation.new
  op["remove"] = path
  op
end

.ad_parameter(path) ⇒ Object

A convenience method for creating an AdParameterOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6256
6257
6258
6259
6260
6261
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6256

def self.ad_parameter(path)
  require "google/ads/google_ads/v15/services/ad_parameter_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AdParameterOperation.new
  op["remove"] = path
  op
end

.apply_recommendation(path) ⇒ Object

A convenience method for creating an ApplyRecommendationOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7103
7104
7105
7106
7107
7108
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7103

def self.apply_recommendation(path)
  require "google/ads/google_ads/v15/services/recommendation_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::ApplyRecommendationOperation.new
  op["remove"] = path
  op
end

.asset(path) ⇒ Object

A convenience method for creating an AssetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6322
6323
6324
6325
6326
6327
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6322

def self.asset(path)
  require "google/ads/google_ads/v15/services/asset_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AssetOperation.new
  op["remove"] = path
  op
end

.asset_group(path) ⇒ Object

A convenience method for creating an AssetGroupOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6300
6301
6302
6303
6304
6305
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6300

def self.asset_group(path)
  require "google/ads/google_ads/v15/services/asset_group_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AssetGroupOperation.new
  op["remove"] = path
  op
end

.asset_group_asset(path) ⇒ Object

A convenience method for creating an AssetGroupAssetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6278
6279
6280
6281
6282
6283
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6278

def self.asset_group_asset(path)
  require "google/ads/google_ads/v15/services/asset_group_asset_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AssetGroupAssetOperation.new
  op["remove"] = path
  op
end

.asset_group_listing_group_filter(path) ⇒ Object

A convenience method for creating an AssetGroupListingGroupFilterOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6289
6290
6291
6292
6293
6294
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6289

def self.asset_group_listing_group_filter(path)
  require "google/ads/google_ads/v15/services/asset_group_listing_group_filter_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AssetGroupListingGroupFilterOperation.new
  op["remove"] = path
  op
end

.asset_group_signal(path) ⇒ Object

A convenience method for creating an AssetGroupSignalOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6311
6312
6313
6314
6315
6316
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6311

def self.asset_group_signal(path)
  require "google/ads/google_ads/v15/services/asset_group_signal_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AssetGroupSignalOperation.new
  op["remove"] = path
  op
end

.asset_set(path) ⇒ Object

A convenience method for creating an AssetSetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6344
6345
6346
6347
6348
6349
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6344

def self.asset_set(path)
  require "google/ads/google_ads/v15/services/asset_set_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AssetSetOperation.new
  op["remove"] = path
  op
end

.asset_set_asset(path) ⇒ Object

A convenience method for creating an AssetSetAssetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6333
6334
6335
6336
6337
6338
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6333

def self.asset_set_asset(path)
  require "google/ads/google_ads/v15/services/asset_set_asset_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AssetSetAssetOperation.new
  op["remove"] = path
  op
end

.audience(path) ⇒ Object

A convenience method for creating an AudienceOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6355
6356
6357
6358
6359
6360
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6355

def self.audience(path)
  require "google/ads/google_ads/v15/services/audience_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::AudienceOperation.new
  op["remove"] = path
  op
end

.batch_job(path) ⇒ Object

A convenience method for creating an BatchJobOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6960
6961
6962
6963
6964
6965
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6960

def self.batch_job(path)
  require "google/ads/google_ads/v15/services/batch_job_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::BatchJobOperation.new
  op["remove"] = path
  op
end

.bidding_data_exclusion(path) ⇒ Object

A convenience method for creating an BiddingDataExclusionOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6366
6367
6368
6369
6370
6371
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6366

def self.bidding_data_exclusion(path)
  require "google/ads/google_ads/v15/services/bidding_data_exclusion_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::BiddingDataExclusionOperation.new
  op["remove"] = path
  op
end

.bidding_seasonality_adjustment(path) ⇒ Object

A convenience method for creating an BiddingSeasonalityAdjustmentOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6377
6378
6379
6380
6381
6382
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6377

def self.bidding_seasonality_adjustment(path)
  require "google/ads/google_ads/v15/services/bidding_seasonality_adjustment_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::BiddingSeasonalityAdjustmentOperation.new
  op["remove"] = path
  op
end

.bidding_strategy(path) ⇒ Object

A convenience method for creating an BiddingStrategyOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6388
6389
6390
6391
6392
6393
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6388

def self.bidding_strategy(path)
  require "google/ads/google_ads/v15/services/bidding_strategy_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::BiddingStrategyOperation.new
  op["remove"] = path
  op
end

.billing_setup(path) ⇒ Object

A convenience method for creating an BillingSetupOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6971
6972
6973
6974
6975
6976
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6971

def self.billing_setup(path)
  require "google/ads/google_ads/v15/services/billing_setup_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::BillingSetupOperation.new
  op["remove"] = path
  op
end

.campaign(path) ⇒ Object

A convenience method for creating an CampaignOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6531
6532
6533
6534
6535
6536
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6531

def self.campaign(path)
  require "google/ads/google_ads/v15/services/campaign_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignOperation.new
  op["remove"] = path
  op
end

.campaign_asset(path) ⇒ Object

A convenience method for creating an CampaignAssetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6399
6400
6401
6402
6403
6404
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6399

def self.campaign_asset(path)
  require "google/ads/google_ads/v15/services/campaign_asset_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignAssetOperation.new
  op["remove"] = path
  op
end

.campaign_asset_set(path) ⇒ Object

A convenience method for creating an CampaignAssetSetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6410
6411
6412
6413
6414
6415
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6410

def self.campaign_asset_set(path)
  require "google/ads/google_ads/v15/services/campaign_asset_set_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignAssetSetOperation.new
  op["remove"] = path
  op
end

.campaign_bid_modifier(path) ⇒ Object

A convenience method for creating an CampaignBidModifierOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6421
6422
6423
6424
6425
6426
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6421

def self.campaign_bid_modifier(path)
  require "google/ads/google_ads/v15/services/campaign_bid_modifier_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignBidModifierOperation.new
  op["remove"] = path
  op
end

.campaign_budget(path) ⇒ Object

A convenience method for creating an CampaignBudgetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6432
6433
6434
6435
6436
6437
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6432

def self.campaign_budget(path)
  require "google/ads/google_ads/v15/services/campaign_budget_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignBudgetOperation.new
  op["remove"] = path
  op
end

.campaign_conversion_goal(path) ⇒ Object

A convenience method for creating an CampaignConversionGoalOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6443
6444
6445
6446
6447
6448
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6443

def self.campaign_conversion_goal(path)
  require "google/ads/google_ads/v15/services/campaign_conversion_goal_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignConversionGoalOperation.new
  op["remove"] = path
  op
end

.campaign_criterion(path) ⇒ Object

A convenience method for creating an CampaignCriterionOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6454
6455
6456
6457
6458
6459
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6454

def self.campaign_criterion(path)
  require "google/ads/google_ads/v15/services/campaign_criterion_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignCriterionOperation.new
  op["remove"] = path
  op
end

.campaign_customizer(path) ⇒ Object

A convenience method for creating an CampaignCustomizerOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6465
6466
6467
6468
6469
6470
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6465

def self.campaign_customizer(path)
  require "google/ads/google_ads/v15/services/campaign_customizer_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignCustomizerOperation.new
  op["remove"] = path
  op
end

.campaign_draft(path) ⇒ Object

A convenience method for creating an CampaignDraftOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6476
6477
6478
6479
6480
6481
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6476

def self.campaign_draft(path)
  require "google/ads/google_ads/v15/services/campaign_draft_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignDraftOperation.new
  op["remove"] = path
  op
end

.campaign_extension_setting(path) ⇒ Object

A convenience method for creating an CampaignExtensionSettingOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6487
6488
6489
6490
6491
6492
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6487

def self.campaign_extension_setting(path)
  require "google/ads/google_ads/v15/services/campaign_extension_setting_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignExtensionSettingOperation.new
  op["remove"] = path
  op
end

.campaign_feed(path) ⇒ Object

A convenience method for creating an CampaignFeedOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6498
6499
6500
6501
6502
6503
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6498

def self.campaign_feed(path)
  require "google/ads/google_ads/v15/services/campaign_feed_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignFeedOperation.new
  op["remove"] = path
  op
end

.campaign_group(path) ⇒ Object

A convenience method for creating an CampaignGroupOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6509
6510
6511
6512
6513
6514
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6509

def self.campaign_group(path)
  require "google/ads/google_ads/v15/services/campaign_group_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignGroupOperation.new
  op["remove"] = path
  op
end

.campaign_label(path) ⇒ Object

A convenience method for creating an CampaignLabelOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6520
6521
6522
6523
6524
6525
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6520

def self.campaign_label(path)
  require "google/ads/google_ads/v15/services/campaign_label_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignLabelOperation.new
  op["remove"] = path
  op
end

.campaign_lifecycle_goal(path) ⇒ Object

A convenience method for creating an CampaignLifecycleGoalOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6982
6983
6984
6985
6986
6987
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6982

def self.campaign_lifecycle_goal(path)
  require "google/ads/google_ads/v15/services/campaign_lifecycle_goal_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignLifecycleGoalOperation.new
  op["remove"] = path
  op
end

.campaign_shared_set(path) ⇒ Object

A convenience method for creating an CampaignSharedSetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6542
6543
6544
6545
6546
6547
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6542

def self.campaign_shared_set(path)
  require "google/ads/google_ads/v15/services/campaign_shared_set_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CampaignSharedSetOperation.new
  op["remove"] = path
  op
end

.conversion_action(path) ⇒ Object

A convenience method for creating an ConversionActionOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6553
6554
6555
6556
6557
6558
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6553

def self.conversion_action(path)
  require "google/ads/google_ads/v15/services/conversion_action_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::ConversionActionOperation.new
  op["remove"] = path
  op
end

.conversion_custom_variable(path) ⇒ Object

A convenience method for creating an ConversionCustomVariableOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6564
6565
6566
6567
6568
6569
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6564

def self.conversion_custom_variable(path)
  require "google/ads/google_ads/v15/services/conversion_custom_variable_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::ConversionCustomVariableOperation.new
  op["remove"] = path
  op
end

.conversion_goal_campaign_config(path) ⇒ Object

A convenience method for creating an ConversionGoalCampaignConfigOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6575
6576
6577
6578
6579
6580
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6575

def self.conversion_goal_campaign_config(path)
  require "google/ads/google_ads/v15/services/conversion_goal_campaign_config_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::ConversionGoalCampaignConfigOperation.new
  op["remove"] = path
  op
end

.conversion_value_rule(path) ⇒ Object

A convenience method for creating an ConversionValueRuleOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6586
6587
6588
6589
6590
6591
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6586

def self.conversion_value_rule(path)
  require "google/ads/google_ads/v15/services/conversion_value_rule_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::ConversionValueRuleOperation.new
  op["remove"] = path
  op
end

.conversion_value_rule_set(path) ⇒ Object

A convenience method for creating an ConversionValueRuleSetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6597
6598
6599
6600
6601
6602
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6597

def self.conversion_value_rule_set(path)
  require "google/ads/google_ads/v15/services/conversion_value_rule_set_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::ConversionValueRuleSetOperation.new
  op["remove"] = path
  op
end

.custom_audience(path) ⇒ Object

A convenience method for creating an CustomAudienceOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6993
6994
6995
6996
6997
6998
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6993

def self.custom_audience(path)
  require "google/ads/google_ads/v15/services/custom_audience_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomAudienceOperation.new
  op["remove"] = path
  op
end

.custom_conversion_goal(path) ⇒ Object

A convenience method for creating an CustomConversionGoalOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6608
6609
6610
6611
6612
6613
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6608

def self.custom_conversion_goal(path)
  require "google/ads/google_ads/v15/services/custom_conversion_goal_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomConversionGoalOperation.new
  op["remove"] = path
  op
end

.custom_interest(path) ⇒ Object

A convenience method for creating an CustomInterestOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7004
7005
7006
7007
7008
7009
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7004

def self.custom_interest(path)
  require "google/ads/google_ads/v15/services/custom_interest_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomInterestOperation.new
  op["remove"] = path
  op
end

.customer(path) ⇒ Object

A convenience method for creating an CustomerOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6696
6697
6698
6699
6700
6701
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6696

def self.customer(path)
  require "google/ads/google_ads/v15/services/customer_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerOperation.new
  op["remove"] = path
  op
end

.customer_asset(path) ⇒ Object

A convenience method for creating an CustomerAssetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6619
6620
6621
6622
6623
6624
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6619

def self.customer_asset(path)
  require "google/ads/google_ads/v15/services/customer_asset_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerAssetOperation.new
  op["remove"] = path
  op
end

.customer_asset_set(path) ⇒ Object

A convenience method for creating an CustomerAssetSetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7015
7016
7017
7018
7019
7020
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7015

def self.customer_asset_set(path)
  require "google/ads/google_ads/v15/services/customer_asset_set_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerAssetSetOperation.new
  op["remove"] = path
  op
end

A convenience method for creating an CustomerClientLinkOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7026
7027
7028
7029
7030
7031
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7026

def self.customer_client_link(path)
  require "google/ads/google_ads/v15/services/customer_client_link_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerClientLinkOperation.new
  op["remove"] = path
  op
end

.customer_conversion_goal(path) ⇒ Object

A convenience method for creating an CustomerConversionGoalOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6630
6631
6632
6633
6634
6635
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6630

def self.customer_conversion_goal(path)
  require "google/ads/google_ads/v15/services/customer_conversion_goal_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerConversionGoalOperation.new
  op["remove"] = path
  op
end

.customer_customizer(path) ⇒ Object

A convenience method for creating an CustomerCustomizerOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6641
6642
6643
6644
6645
6646
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6641

def self.customer_customizer(path)
  require "google/ads/google_ads/v15/services/customer_customizer_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerCustomizerOperation.new
  op["remove"] = path
  op
end

.customer_extension_setting(path) ⇒ Object

A convenience method for creating an CustomerExtensionSettingOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6652
6653
6654
6655
6656
6657
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6652

def self.customer_extension_setting(path)
  require "google/ads/google_ads/v15/services/customer_extension_setting_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerExtensionSettingOperation.new
  op["remove"] = path
  op
end

.customer_feed(path) ⇒ Object

A convenience method for creating an CustomerFeedOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6663
6664
6665
6666
6667
6668
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6663

def self.customer_feed(path)
  require "google/ads/google_ads/v15/services/customer_feed_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerFeedOperation.new
  op["remove"] = path
  op
end

.customer_label(path) ⇒ Object

A convenience method for creating an CustomerLabelOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6674
6675
6676
6677
6678
6679
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6674

def self.customer_label(path)
  require "google/ads/google_ads/v15/services/customer_label_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerLabelOperation.new
  op["remove"] = path
  op
end

.customer_lifecycle_goal(path) ⇒ Object

A convenience method for creating an CustomerLifecycleGoalOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7037
7038
7039
7040
7041
7042
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7037

def self.customer_lifecycle_goal(path)
  require "google/ads/google_ads/v15/services/customer_lifecycle_goal_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerLifecycleGoalOperation.new
  op["remove"] = path
  op
end

A convenience method for creating an CustomerManagerLinkOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7048
7049
7050
7051
7052
7053
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7048

def self.customer_manager_link(path)
  require "google/ads/google_ads/v15/services/customer_manager_link_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerManagerLinkOperation.new
  op["remove"] = path
  op
end

.customer_negative_criterion(path) ⇒ Object

A convenience method for creating an CustomerNegativeCriterionOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6685
6686
6687
6688
6689
6690
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6685

def self.customer_negative_criterion(path)
  require "google/ads/google_ads/v15/services/customer_negative_criterion_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerNegativeCriterionOperation.new
  op["remove"] = path
  op
end

.customer_sk_ad_network_conversion_value_schema(path) ⇒ Object

A convenience method for creating an CustomerSkAdNetworkConversionValueSchemaOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7059
7060
7061
7062
7063
7064
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7059

def self.customer_sk_ad_network_conversion_value_schema(path)
  require "google/ads/google_ads/v15/services/customer_sk_ad_network_conversion_value_schema_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerSkAdNetworkConversionValueSchemaOperation.new
  op["remove"] = path
  op
end

.customer_user_access(path) ⇒ Object

A convenience method for creating an CustomerUserAccessOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7081
7082
7083
7084
7085
7086
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7081

def self.customer_user_access(path)
  require "google/ads/google_ads/v15/services/customer_user_access_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerUserAccessOperation.new
  op["remove"] = path
  op
end

.customer_user_access_invitation(path) ⇒ Object

A convenience method for creating an CustomerUserAccessInvitationOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7070
7071
7072
7073
7074
7075
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7070

def self.customer_user_access_invitation(path)
  require "google/ads/google_ads/v15/services/customer_user_access_invitation_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomerUserAccessInvitationOperation.new
  op["remove"] = path
  op
end

.customizer_attribute(path) ⇒ Object

A convenience method for creating an CustomizerAttributeOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6707
6708
6709
6710
6711
6712
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6707

def self.customizer_attribute(path)
  require "google/ads/google_ads/v15/services/customizer_attribute_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::CustomizerAttributeOperation.new
  op["remove"] = path
  op
end

.dismiss_recommendation(path) ⇒ Object

A convenience method for creating an DismissRecommendationOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7114
7115
7116
7117
7118
7119
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7114

def self.dismiss_recommendation(path)
  require "google/ads/google_ads/v15/services/recommendation_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::DismissRecommendationRequest::DismissRecommendationOperation.new
  op["remove"] = path
  op
end

.experiment(path) ⇒ Object

A convenience method for creating an ExperimentOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6729
6730
6731
6732
6733
6734
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6729

def self.experiment(path)
  require "google/ads/google_ads/v15/services/experiment_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::ExperimentOperation.new
  op["remove"] = path
  op
end

.experiment_arm(path) ⇒ Object

A convenience method for creating an ExperimentArmOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6718
6719
6720
6721
6722
6723
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6718

def self.experiment_arm(path)
  require "google/ads/google_ads/v15/services/experiment_arm_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::ExperimentArmOperation.new
  op["remove"] = path
  op
end

.extension_feed_item(path) ⇒ Object

A convenience method for creating an ExtensionFeedItemOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6740
6741
6742
6743
6744
6745
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6740

def self.extension_feed_item(path)
  require "google/ads/google_ads/v15/services/extension_feed_item_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::ExtensionFeedItemOperation.new
  op["remove"] = path
  op
end

.feed(path) ⇒ Object

A convenience method for creating an FeedOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6806
6807
6808
6809
6810
6811
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6806

def self.feed(path)
  require "google/ads/google_ads/v15/services/feed_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::FeedOperation.new
  op["remove"] = path
  op
end

.feed_attribute(path) ⇒ Object

A convenience method for creating an FeedAttributeOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6080
6081
6082
6083
6084
6085
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6080

def self.feed_attribute(path)
  require "google/ads/google_ads/v15/resources/feed_pb"
  op = Google::Ads::GoogleAds::V15::Resources::FeedAttributeOperation.new
  op["remove"] = path
  op
end

.feed_item(path) ⇒ Object

A convenience method for creating an FeedItemOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6751
6752
6753
6754
6755
6756
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6751

def self.feed_item(path)
  require "google/ads/google_ads/v15/services/feed_item_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::FeedItemOperation.new
  op["remove"] = path
  op
end

.feed_item_set(path) ⇒ Object

A convenience method for creating an FeedItemSetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6773
6774
6775
6776
6777
6778
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6773

def self.feed_item_set(path)
  require "google/ads/google_ads/v15/services/feed_item_set_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::FeedItemSetOperation.new
  op["remove"] = path
  op
end

A convenience method for creating an FeedItemSetLinkOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6762
6763
6764
6765
6766
6767
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6762

def self.feed_item_set_link(path)
  require "google/ads/google_ads/v15/services/feed_item_set_link_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::FeedItemSetLinkOperation.new
  op["remove"] = path
  op
end

.feed_item_target(path) ⇒ Object

A convenience method for creating an FeedItemTargetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6784
6785
6786
6787
6788
6789
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6784

def self.feed_item_target(path)
  require "google/ads/google_ads/v15/services/feed_item_target_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::FeedItemTargetOperation.new
  op["remove"] = path
  op
end

.feed_mapping(path) ⇒ Object

A convenience method for creating an FeedMappingOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6795
6796
6797
6798
6799
6800
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6795

def self.feed_mapping(path)
  require "google/ads/google_ads/v15/services/feed_mapping_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::FeedMappingOperation.new
  op["remove"] = path
  op
end

.keyword_plan(path) ⇒ Object

A convenience method for creating an KeywordPlanOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6861
6862
6863
6864
6865
6866
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6861

def self.keyword_plan(path)
  require "google/ads/google_ads/v15/services/keyword_plan_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::KeywordPlanOperation.new
  op["remove"] = path
  op
end

.keyword_plan_ad_group(path) ⇒ Object

A convenience method for creating an KeywordPlanAdGroupOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6828
6829
6830
6831
6832
6833
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6828

def self.keyword_plan_ad_group(path)
  require "google/ads/google_ads/v15/services/keyword_plan_ad_group_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::KeywordPlanAdGroupOperation.new
  op["remove"] = path
  op
end

.keyword_plan_ad_group_keyword(path) ⇒ Object

A convenience method for creating an KeywordPlanAdGroupKeywordOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6817
6818
6819
6820
6821
6822
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6817

def self.keyword_plan_ad_group_keyword(path)
  require "google/ads/google_ads/v15/services/keyword_plan_ad_group_keyword_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::KeywordPlanAdGroupKeywordOperation.new
  op["remove"] = path
  op
end

.keyword_plan_campaign(path) ⇒ Object

A convenience method for creating an KeywordPlanCampaignOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6850
6851
6852
6853
6854
6855
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6850

def self.keyword_plan_campaign(path)
  require "google/ads/google_ads/v15/services/keyword_plan_campaign_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::KeywordPlanCampaignOperation.new
  op["remove"] = path
  op
end

.keyword_plan_campaign_keyword(path) ⇒ Object

A convenience method for creating an KeywordPlanCampaignKeywordOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6839
6840
6841
6842
6843
6844
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6839

def self.keyword_plan_campaign_keyword(path)
  require "google/ads/google_ads/v15/services/keyword_plan_campaign_keyword_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::KeywordPlanCampaignKeywordOperation.new
  op["remove"] = path
  op
end

.label(path) ⇒ Object

A convenience method for creating an LabelOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6872
6873
6874
6875
6876
6877
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6872

def self.label(path)
  require "google/ads/google_ads/v15/services/label_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::LabelOperation.new
  op["remove"] = path
  op
end

.mutate(path) ⇒ Object

A convenience method for creating an MutateOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6949
6950
6951
6952
6953
6954
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6949

def self.mutate(path)
  require "google/ads/google_ads/v15/services/google_ads_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::MutateOperation.new
  op["remove"] = path
  op
end

.offline_user_data_job(path) ⇒ Object

A convenience method for creating an OfflineUserDataJobOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7092
7093
7094
7095
7096
7097
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7092

def self.offline_user_data_job(path)
  require "google/ads/google_ads/v15/services/offline_user_data_job_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::OfflineUserDataJobOperation.new
  op["remove"] = path
  op
end

.recommendation_subscription(path) ⇒ Object

A convenience method for creating an RecommendationSubscriptionOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6883
6884
6885
6886
6887
6888
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6883

def self.recommendation_subscription(path)
  require "google/ads/google_ads/v15/services/recommendation_subscription_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::RecommendationSubscriptionOperation.new
  op["remove"] = path
  op
end

.remarketing_action(path) ⇒ Object

A convenience method for creating an RemarketingActionOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6894
6895
6896
6897
6898
6899
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6894

def self.remarketing_action(path)
  require "google/ads/google_ads/v15/services/remarketing_action_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::RemarketingActionOperation.new
  op["remove"] = path
  op
end

.shared_criterion(path) ⇒ Object

A convenience method for creating an SharedCriterionOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6905
6906
6907
6908
6909
6910
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6905

def self.shared_criterion(path)
  require "google/ads/google_ads/v15/services/shared_criterion_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::SharedCriterionOperation.new
  op["remove"] = path
  op
end

.shared_set(path) ⇒ Object

A convenience method for creating an SharedSetOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6916
6917
6918
6919
6920
6921
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6916

def self.shared_set(path)
  require "google/ads/google_ads/v15/services/shared_set_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::SharedSetOperation.new
  op["remove"] = path
  op
end

.smart_campaign_setting(path) ⇒ Object

A convenience method for creating an SmartCampaignSettingOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6927
6928
6929
6930
6931
6932
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6927

def self.smart_campaign_setting(path)
  require "google/ads/google_ads/v15/services/smart_campaign_setting_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::SmartCampaignSettingOperation.new
  op["remove"] = path
  op
end

.target_restriction(path) ⇒ Object

A convenience method for creating an TargetRestrictionOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6069
6070
6071
6072
6073
6074
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6069

def self.target_restriction(path)
  require "google/ads/google_ads/v15/common/targeting_setting_pb"
  op = Google::Ads::GoogleAds::V15::Common::TargetRestrictionOperation.new
  op["remove"] = path
  op
end

.user_data(path) ⇒ Object

A convenience method for creating an UserDataOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



7125
7126
7127
7128
7129
7130
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 7125

def self.user_data(path)
  require "google/ads/google_ads/v15/services/user_data_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::UserDataOperation.new
  op["remove"] = path
  op
end

.user_list(path) ⇒ Object

A convenience method for creating an UserListOperation instance with its “remove” field preopulated with a resource path corresponding to the resource to be removed.

Parameters:

  • path (String)

    the resource name of the resource to delete.



6938
6939
6940
6941
6942
6943
# File 'lib/google/ads/google_ads/factories/v15/operations.rb', line 6938

def self.user_list(path)
  require "google/ads/google_ads/v15/services/user_list_service_pb"
  op = Google::Ads::GoogleAds::V15::Services::UserListOperation.new
  op["remove"] = path
  op
end