Class: Google::Ads::GoogleAds::Factories::V17::Services

Inherits:
Object
  • Object
show all
Defined in:
lib/google/ads/google_ads/factories/v17/services.rb

Instance Method Summary collapse

Constructor Details

#initialize(logging_interceptor:, error_interceptor:, credentials:, metadata:, endpoint:, deprecation:) ⇒ Services

Returns a new instance of Services.



9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 9

def initialize(
  logging_interceptor:,
  error_interceptor:,
  credentials:,
  metadata:,
  endpoint:,
  deprecation:
)
  @interceptors = [
    error_interceptor,
    logging_interceptor
  ].compact
  @credentials = credentials
  @metadata = 
  @endpoint = endpoint
  @deprecation = deprecation
end

Instance Method Details

#account_budget_proposal(&blk) ⇒ Object



31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 31

def (&blk)
  require "google/ads/google_ads/v17/services/account_budget_proposal_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AccountBudgetProposalService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_account_budget_proposal: Google::Ads::GoogleAds::V17::Services::MutateAccountBudgetProposalRequest

    },
    deprecation: @deprecation
  )
end


51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 51

def (&blk)
  require "google/ads/google_ads/v17/services/account_link_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AccountLinkService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      create_account_link: Google::Ads::GoogleAds::V17::Services::CreateAccountLinkRequest,

      mutate_account_link: Google::Ads::GoogleAds::V17::Services::MutateAccountLinkRequest

    },
    deprecation: @deprecation
  )
end

#ad(&blk) ⇒ Object



355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 355

def ad(&blk)
  require "google/ads/google_ads/v17/services/ad_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ads: Google::Ads::GoogleAds::V17::Services::MutateAdsRequest

    },
    deprecation: @deprecation
  )
end

#ad_group(&blk) ⇒ Object



315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 315

def ad_group(&blk)
  require "google/ads/google_ads/v17/services/ad_group_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_groups: Google::Ads::GoogleAds::V17::Services::MutateAdGroupsRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_ad(&blk) ⇒ Object



93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 93

def ad_group_ad(&blk)
  require "google/ads/google_ads/v17/services/ad_group_ad_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupAdService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_ads: Google::Ads::GoogleAds::V17::Services::MutateAdGroupAdsRequest,

      remove_automatically_created_assets: Google::Ads::GoogleAds::V17::Services::RemoveAutomaticallyCreatedAssetsRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_ad_label(&blk) ⇒ Object



73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 73

def ad_group_ad_label(&blk)
  require "google/ads/google_ads/v17/services/ad_group_ad_label_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupAdLabelService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_ad_labels: Google::Ads::GoogleAds::V17::Services::MutateAdGroupAdLabelsRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_asset(&blk) ⇒ Object



115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 115

def ad_group_asset(&blk)
  require "google/ads/google_ads/v17/services/ad_group_asset_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupAssetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_assets: Google::Ads::GoogleAds::V17::Services::MutateAdGroupAssetsRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_asset_set(&blk) ⇒ Object



135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 135

def ad_group_asset_set(&blk)
  require "google/ads/google_ads/v17/services/ad_group_asset_set_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupAssetSetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_asset_sets: Google::Ads::GoogleAds::V17::Services::MutateAdGroupAssetSetsRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_bid_modifier(&blk) ⇒ Object



155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 155

def ad_group_bid_modifier(&blk)
  require "google/ads/google_ads/v17/services/ad_group_bid_modifier_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupBidModifierService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_bid_modifiers: Google::Ads::GoogleAds::V17::Services::MutateAdGroupBidModifiersRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_criterion(&blk) ⇒ Object



215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 215

def ad_group_criterion(&blk)
  require "google/ads/google_ads/v17/services/ad_group_criterion_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupCriterionService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_criteria: Google::Ads::GoogleAds::V17::Services::MutateAdGroupCriteriaRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_criterion_customizer(&blk) ⇒ Object



175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 175

def ad_group_criterion_customizer(&blk)
  require "google/ads/google_ads/v17/services/ad_group_criterion_customizer_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupCriterionCustomizerService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_criterion_customizers: Google::Ads::GoogleAds::V17::Services::MutateAdGroupCriterionCustomizersRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_criterion_label(&blk) ⇒ Object



195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 195

def ad_group_criterion_label(&blk)
  require "google/ads/google_ads/v17/services/ad_group_criterion_label_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupCriterionLabelService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_criterion_labels: Google::Ads::GoogleAds::V17::Services::MutateAdGroupCriterionLabelsRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_customizer(&blk) ⇒ Object



235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 235

def ad_group_customizer(&blk)
  require "google/ads/google_ads/v17/services/ad_group_customizer_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupCustomizerService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_customizers: Google::Ads::GoogleAds::V17::Services::MutateAdGroupCustomizersRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_extension_setting(&blk) ⇒ Object



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 255

def ad_group_extension_setting(&blk)
  require "google/ads/google_ads/v17/services/ad_group_extension_setting_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupExtensionSettingService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_extension_settings: Google::Ads::GoogleAds::V17::Services::MutateAdGroupExtensionSettingsRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_feed(&blk) ⇒ Object



275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 275

def ad_group_feed(&blk)
  require "google/ads/google_ads/v17/services/ad_group_feed_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupFeedService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_feeds: Google::Ads::GoogleAds::V17::Services::MutateAdGroupFeedsRequest

    },
    deprecation: @deprecation
  )
end

#ad_group_label(&blk) ⇒ Object



295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 295

def ad_group_label(&blk)
  require "google/ads/google_ads/v17/services/ad_group_label_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdGroupLabelService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_group_labels: Google::Ads::GoogleAds::V17::Services::MutateAdGroupLabelsRequest

    },
    deprecation: @deprecation
  )
end

#ad_parameter(&blk) ⇒ Object



335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 335

def ad_parameter(&blk)
  require "google/ads/google_ads/v17/services/ad_parameter_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AdParameterService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_ad_parameters: Google::Ads::GoogleAds::V17::Services::MutateAdParametersRequest

    },
    deprecation: @deprecation
  )
end

#asset(&blk) ⇒ Object



455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 455

def asset(&blk)
  require "google/ads/google_ads/v17/services/asset_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AssetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_assets: Google::Ads::GoogleAds::V17::Services::MutateAssetsRequest

    },
    deprecation: @deprecation
  )
end

#asset_group(&blk) ⇒ Object



415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 415

def asset_group(&blk)
  require "google/ads/google_ads/v17/services/asset_group_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AssetGroupService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_asset_groups: Google::Ads::GoogleAds::V17::Services::MutateAssetGroupsRequest

    },
    deprecation: @deprecation
  )
end

#asset_group_asset(&blk) ⇒ Object



375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 375

def asset_group_asset(&blk)
  require "google/ads/google_ads/v17/services/asset_group_asset_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AssetGroupAssetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_asset_group_assets: Google::Ads::GoogleAds::V17::Services::MutateAssetGroupAssetsRequest

    },
    deprecation: @deprecation
  )
end

#asset_group_listing_group_filter(&blk) ⇒ Object



395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 395

def asset_group_listing_group_filter(&blk)
  require "google/ads/google_ads/v17/services/asset_group_listing_group_filter_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AssetGroupListingGroupFilterService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_asset_group_listing_group_filters: Google::Ads::GoogleAds::V17::Services::MutateAssetGroupListingGroupFiltersRequest

    },
    deprecation: @deprecation
  )
end

#asset_group_signal(&blk) ⇒ Object



435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 435

def asset_group_signal(&blk)
  require "google/ads/google_ads/v17/services/asset_group_signal_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AssetGroupSignalService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_asset_group_signals: Google::Ads::GoogleAds::V17::Services::MutateAssetGroupSignalsRequest

    },
    deprecation: @deprecation
  )
end

#asset_set(&blk) ⇒ Object



495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 495

def asset_set(&blk)
  require "google/ads/google_ads/v17/services/asset_set_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AssetSetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_asset_sets: Google::Ads::GoogleAds::V17::Services::MutateAssetSetsRequest

    },
    deprecation: @deprecation
  )
end

#asset_set_asset(&blk) ⇒ Object



475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 475

def asset_set_asset(&blk)
  require "google/ads/google_ads/v17/services/asset_set_asset_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AssetSetAssetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_asset_set_assets: Google::Ads::GoogleAds::V17::Services::MutateAssetSetAssetsRequest

    },
    deprecation: @deprecation
  )
end

#audience(&blk) ⇒ Object



545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 545

def audience(&blk)
  require "google/ads/google_ads/v17/services/audience_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AudienceService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_audiences: Google::Ads::GoogleAds::V17::Services::MutateAudiencesRequest

    },
    deprecation: @deprecation
  )
end

#audience_insights(&blk) ⇒ Object



515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 515

def audience_insights(&blk)
  require "google/ads/google_ads/v17/services/audience_insights_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::AudienceInsightsService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      generate_insights_finder_report: Google::Ads::GoogleAds::V17::Services::GenerateInsightsFinderReportRequest,

      list_audience_insights_attributes: Google::Ads::GoogleAds::V17::Services::ListAudienceInsightsAttributesRequest,

      list_insights_eligible_dates: Google::Ads::GoogleAds::V17::Services::ListInsightsEligibleDatesRequest,

      generate_audience_composition_insights: Google::Ads::GoogleAds::V17::Services::GenerateAudienceCompositionInsightsRequest,

      generate_suggested_targeting_insights: Google::Ads::GoogleAds::V17::Services::GenerateSuggestedTargetingInsightsRequest,

      generate_audience_overlap_insights: Google::Ads::GoogleAds::V17::Services::GenerateAudienceOverlapInsightsRequest

    },
    deprecation: @deprecation
  )
end

#batch_job(&blk) ⇒ Object



565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 565

def batch_job(&blk)
  require "google/ads/google_ads/v17/services/batch_job_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::BatchJobService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_batch_job: Google::Ads::GoogleAds::V17::Services::MutateBatchJobRequest,

      list_batch_job_results: Google::Ads::GoogleAds::V17::Services::ListBatchJobResultsRequest,

      run_batch_job: Google::Ads::GoogleAds::V17::Services::RunBatchJobRequest,

      add_batch_job_operations: Google::Ads::GoogleAds::V17::Services::AddBatchJobOperationsRequest

    },
    deprecation: @deprecation
  )
end

#bidding_data_exclusion(&blk) ⇒ Object



591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 591

def bidding_data_exclusion(&blk)
  require "google/ads/google_ads/v17/services/bidding_data_exclusion_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::BiddingDataExclusionService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_bidding_data_exclusions: Google::Ads::GoogleAds::V17::Services::MutateBiddingDataExclusionsRequest

    },
    deprecation: @deprecation
  )
end

#bidding_seasonality_adjustment(&blk) ⇒ Object



611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 611

def bidding_seasonality_adjustment(&blk)
  require "google/ads/google_ads/v17/services/bidding_seasonality_adjustment_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::BiddingSeasonalityAdjustmentService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_bidding_seasonality_adjustments: Google::Ads::GoogleAds::V17::Services::MutateBiddingSeasonalityAdjustmentsRequest

    },
    deprecation: @deprecation
  )
end

#bidding_strategy(&blk) ⇒ Object



631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 631

def bidding_strategy(&blk)
  require "google/ads/google_ads/v17/services/bidding_strategy_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::BiddingStrategyService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_bidding_strategies: Google::Ads::GoogleAds::V17::Services::MutateBiddingStrategiesRequest

    },
    deprecation: @deprecation
  )
end

#billing_setup(&blk) ⇒ Object



651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 651

def billing_setup(&blk)
  require "google/ads/google_ads/v17/services/billing_setup_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::BillingSetupService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_billing_setup: Google::Ads::GoogleAds::V17::Services::MutateBillingSetupRequest

    },
    deprecation: @deprecation
  )
end

#brand_suggestion(&blk) ⇒ Object



671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 671

def brand_suggestion(&blk)
  require "google/ads/google_ads/v17/services/brand_suggestion_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::BrandSuggestionService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      suggest_brands: Google::Ads::GoogleAds::V17::Services::SuggestBrandsRequest

    },
    deprecation: @deprecation
  )
end

#campaign(&blk) ⇒ Object



955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 955

def campaign(&blk)
  require "google/ads/google_ads/v17/services/campaign_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaigns: Google::Ads::GoogleAds::V17::Services::MutateCampaignsRequest

    },
    deprecation: @deprecation
  )
end

#campaign_asset(&blk) ⇒ Object



691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 691

def campaign_asset(&blk)
  require "google/ads/google_ads/v17/services/campaign_asset_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignAssetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_assets: Google::Ads::GoogleAds::V17::Services::MutateCampaignAssetsRequest

    },
    deprecation: @deprecation
  )
end

#campaign_asset_set(&blk) ⇒ Object



711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 711

def campaign_asset_set(&blk)
  require "google/ads/google_ads/v17/services/campaign_asset_set_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignAssetSetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_asset_sets: Google::Ads::GoogleAds::V17::Services::MutateCampaignAssetSetsRequest

    },
    deprecation: @deprecation
  )
end

#campaign_bid_modifier(&blk) ⇒ Object



731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 731

def campaign_bid_modifier(&blk)
  require "google/ads/google_ads/v17/services/campaign_bid_modifier_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignBidModifierService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_bid_modifiers: Google::Ads::GoogleAds::V17::Services::MutateCampaignBidModifiersRequest

    },
    deprecation: @deprecation
  )
end

#campaign_budget(&blk) ⇒ Object



751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 751

def campaign_budget(&blk)
  require "google/ads/google_ads/v17/services/campaign_budget_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignBudgetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_budgets: Google::Ads::GoogleAds::V17::Services::MutateCampaignBudgetsRequest

    },
    deprecation: @deprecation
  )
end

#campaign_conversion_goal(&blk) ⇒ Object



771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 771

def campaign_conversion_goal(&blk)
  require "google/ads/google_ads/v17/services/campaign_conversion_goal_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignConversionGoalService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_conversion_goals: Google::Ads::GoogleAds::V17::Services::MutateCampaignConversionGoalsRequest

    },
    deprecation: @deprecation
  )
end

#campaign_criterion(&blk) ⇒ Object



791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 791

def campaign_criterion(&blk)
  require "google/ads/google_ads/v17/services/campaign_criterion_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignCriterionService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_criteria: Google::Ads::GoogleAds::V17::Services::MutateCampaignCriteriaRequest

    },
    deprecation: @deprecation
  )
end

#campaign_customizer(&blk) ⇒ Object



811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 811

def campaign_customizer(&blk)
  require "google/ads/google_ads/v17/services/campaign_customizer_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignCustomizerService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_customizers: Google::Ads::GoogleAds::V17::Services::MutateCampaignCustomizersRequest

    },
    deprecation: @deprecation
  )
end

#campaign_draft(&blk) ⇒ Object



831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 831

def campaign_draft(&blk)
  require "google/ads/google_ads/v17/services/campaign_draft_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignDraftService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_drafts: Google::Ads::GoogleAds::V17::Services::MutateCampaignDraftsRequest,

      promote_campaign_draft: Google::Ads::GoogleAds::V17::Services::PromoteCampaignDraftRequest,

      list_campaign_draft_async_errors: Google::Ads::GoogleAds::V17::Services::ListCampaignDraftAsyncErrorsRequest

    },
    deprecation: @deprecation
  )
end

#campaign_extension_setting(&blk) ⇒ Object



855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 855

def campaign_extension_setting(&blk)
  require "google/ads/google_ads/v17/services/campaign_extension_setting_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignExtensionSettingService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_extension_settings: Google::Ads::GoogleAds::V17::Services::MutateCampaignExtensionSettingsRequest

    },
    deprecation: @deprecation
  )
end

#campaign_feed(&blk) ⇒ Object



875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 875

def campaign_feed(&blk)
  require "google/ads/google_ads/v17/services/campaign_feed_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignFeedService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_feeds: Google::Ads::GoogleAds::V17::Services::MutateCampaignFeedsRequest

    },
    deprecation: @deprecation
  )
end

#campaign_group(&blk) ⇒ Object



895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 895

def campaign_group(&blk)
  require "google/ads/google_ads/v17/services/campaign_group_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignGroupService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_groups: Google::Ads::GoogleAds::V17::Services::MutateCampaignGroupsRequest

    },
    deprecation: @deprecation
  )
end

#campaign_label(&blk) ⇒ Object



915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 915

def campaign_label(&blk)
  require "google/ads/google_ads/v17/services/campaign_label_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignLabelService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_labels: Google::Ads::GoogleAds::V17::Services::MutateCampaignLabelsRequest

    },
    deprecation: @deprecation
  )
end

#campaign_lifecycle_goal(&blk) ⇒ Object



935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 935

def campaign_lifecycle_goal(&blk)
  require "google/ads/google_ads/v17/services/campaign_lifecycle_goal_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignLifecycleGoalService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      configure_campaign_lifecycle_goals: Google::Ads::GoogleAds::V17::Services::ConfigureCampaignLifecycleGoalsRequest

    },
    deprecation: @deprecation
  )
end

#campaign_shared_set(&blk) ⇒ Object



975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 975

def campaign_shared_set(&blk)
  require "google/ads/google_ads/v17/services/campaign_shared_set_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CampaignSharedSetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_campaign_shared_sets: Google::Ads::GoogleAds::V17::Services::MutateCampaignSharedSetsRequest

    },
    deprecation: @deprecation
  )
end

#conversion_action(&blk) ⇒ Object



995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 995

def conversion_action(&blk)
  require "google/ads/google_ads/v17/services/conversion_action_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ConversionActionService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_conversion_actions: Google::Ads::GoogleAds::V17::Services::MutateConversionActionsRequest

    },
    deprecation: @deprecation
  )
end

#conversion_adjustment_upload(&blk) ⇒ Object



1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1015

def conversion_adjustment_upload(&blk)
  require "google/ads/google_ads/v17/services/conversion_adjustment_upload_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ConversionAdjustmentUploadService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      upload_conversion_adjustments: Google::Ads::GoogleAds::V17::Services::UploadConversionAdjustmentsRequest

    },
    deprecation: @deprecation
  )
end

#conversion_custom_variable(&blk) ⇒ Object



1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1035

def conversion_custom_variable(&blk)
  require "google/ads/google_ads/v17/services/conversion_custom_variable_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ConversionCustomVariableService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_conversion_custom_variables: Google::Ads::GoogleAds::V17::Services::MutateConversionCustomVariablesRequest

    },
    deprecation: @deprecation
  )
end

#conversion_goal_campaign_config(&blk) ⇒ Object



1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1055

def conversion_goal_campaign_config(&blk)
  require "google/ads/google_ads/v17/services/conversion_goal_campaign_config_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ConversionGoalCampaignConfigService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_conversion_goal_campaign_configs: Google::Ads::GoogleAds::V17::Services::MutateConversionGoalCampaignConfigsRequest

    },
    deprecation: @deprecation
  )
end

#conversion_upload(&blk) ⇒ Object



1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1075

def conversion_upload(&blk)
  require "google/ads/google_ads/v17/services/conversion_upload_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ConversionUploadService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      upload_click_conversions: Google::Ads::GoogleAds::V17::Services::UploadClickConversionsRequest,

      upload_call_conversions: Google::Ads::GoogleAds::V17::Services::UploadCallConversionsRequest

    },
    deprecation: @deprecation
  )
end

#conversion_value_rule(&blk) ⇒ Object



1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1097

def conversion_value_rule(&blk)
  require "google/ads/google_ads/v17/services/conversion_value_rule_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ConversionValueRuleService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_conversion_value_rules: Google::Ads::GoogleAds::V17::Services::MutateConversionValueRulesRequest

    },
    deprecation: @deprecation
  )
end

#conversion_value_rule_set(&blk) ⇒ Object



1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1117

def conversion_value_rule_set(&blk)
  require "google/ads/google_ads/v17/services/conversion_value_rule_set_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ConversionValueRuleSetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_conversion_value_rule_sets: Google::Ads::GoogleAds::V17::Services::MutateConversionValueRuleSetsRequest

    },
    deprecation: @deprecation
  )
end

#custom_audience(&blk) ⇒ Object



1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1137

def custom_audience(&blk)
  require "google/ads/google_ads/v17/services/custom_audience_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomAudienceService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_custom_audiences: Google::Ads::GoogleAds::V17::Services::MutateCustomAudiencesRequest

    },
    deprecation: @deprecation
  )
end

#custom_conversion_goal(&blk) ⇒ Object



1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1157

def custom_conversion_goal(&blk)
  require "google/ads/google_ads/v17/services/custom_conversion_goal_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomConversionGoalService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_custom_conversion_goals: Google::Ads::GoogleAds::V17::Services::MutateCustomConversionGoalsRequest

    },
    deprecation: @deprecation
  )
end

#custom_interest(&blk) ⇒ Object



1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1177

def custom_interest(&blk)
  require "google/ads/google_ads/v17/services/custom_interest_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomInterestService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_custom_interests: Google::Ads::GoogleAds::V17::Services::MutateCustomInterestsRequest

    },
    deprecation: @deprecation
  )
end

#customer(&blk) ⇒ Object



1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1419

def customer(&blk)
  require "google/ads/google_ads/v17/services/customer_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer: Google::Ads::GoogleAds::V17::Services::MutateCustomerRequest,

      list_accessible_customers: Google::Ads::GoogleAds::V17::Services::ListAccessibleCustomersRequest,

      create_customer_client: Google::Ads::GoogleAds::V17::Services::CreateCustomerClientRequest

    },
    deprecation: @deprecation
  )
end

#customer_asset(&blk) ⇒ Object



1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1197

def customer_asset(&blk)
  require "google/ads/google_ads/v17/services/customer_asset_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerAssetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_assets: Google::Ads::GoogleAds::V17::Services::MutateCustomerAssetsRequest

    },
    deprecation: @deprecation
  )
end

#customer_asset_set(&blk) ⇒ Object



1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1217

def customer_asset_set(&blk)
  require "google/ads/google_ads/v17/services/customer_asset_set_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerAssetSetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_asset_sets: Google::Ads::GoogleAds::V17::Services::MutateCustomerAssetSetsRequest

    },
    deprecation: @deprecation
  )
end


1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1237

def customer_client_link(&blk)
  require "google/ads/google_ads/v17/services/customer_client_link_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerClientLinkService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_client_link: Google::Ads::GoogleAds::V17::Services::MutateCustomerClientLinkRequest

    },
    deprecation: @deprecation
  )
end

#customer_conversion_goal(&blk) ⇒ Object



1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1257

def customer_conversion_goal(&blk)
  require "google/ads/google_ads/v17/services/customer_conversion_goal_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerConversionGoalService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_conversion_goals: Google::Ads::GoogleAds::V17::Services::MutateCustomerConversionGoalsRequest

    },
    deprecation: @deprecation
  )
end

#customer_customizer(&blk) ⇒ Object



1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1277

def customer_customizer(&blk)
  require "google/ads/google_ads/v17/services/customer_customizer_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerCustomizerService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_customizers: Google::Ads::GoogleAds::V17::Services::MutateCustomerCustomizersRequest

    },
    deprecation: @deprecation
  )
end

#customer_extension_setting(&blk) ⇒ Object



1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1297

def customer_extension_setting(&blk)
  require "google/ads/google_ads/v17/services/customer_extension_setting_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerExtensionSettingService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_extension_settings: Google::Ads::GoogleAds::V17::Services::MutateCustomerExtensionSettingsRequest

    },
    deprecation: @deprecation
  )
end

#customer_feed(&blk) ⇒ Object



1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1317

def customer_feed(&blk)
  require "google/ads/google_ads/v17/services/customer_feed_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerFeedService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_feeds: Google::Ads::GoogleAds::V17::Services::MutateCustomerFeedsRequest

    },
    deprecation: @deprecation
  )
end

#customer_label(&blk) ⇒ Object



1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1337

def customer_label(&blk)
  require "google/ads/google_ads/v17/services/customer_label_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerLabelService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_labels: Google::Ads::GoogleAds::V17::Services::MutateCustomerLabelsRequest

    },
    deprecation: @deprecation
  )
end

#customer_lifecycle_goal(&blk) ⇒ Object



1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1357

def customer_lifecycle_goal(&blk)
  require "google/ads/google_ads/v17/services/customer_lifecycle_goal_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerLifecycleGoalService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      configure_customer_lifecycle_goals: Google::Ads::GoogleAds::V17::Services::ConfigureCustomerLifecycleGoalsRequest

    },
    deprecation: @deprecation
  )
end


1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1377

def customer_manager_link(&blk)
  require "google/ads/google_ads/v17/services/customer_manager_link_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerManagerLinkService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_manager_link: Google::Ads::GoogleAds::V17::Services::MutateCustomerManagerLinkRequest,

      move_manager_link: Google::Ads::GoogleAds::V17::Services::MoveManagerLinkRequest

    },
    deprecation: @deprecation
  )
end

#customer_negative_criterion(&blk) ⇒ Object



1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1399

def customer_negative_criterion(&blk)
  require "google/ads/google_ads/v17/services/customer_negative_criterion_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerNegativeCriterionService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_negative_criteria: Google::Ads::GoogleAds::V17::Services::MutateCustomerNegativeCriteriaRequest

    },
    deprecation: @deprecation
  )
end

#customer_sk_ad_network_conversion_value_schema(&blk) ⇒ Object



1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1443

def customer_sk_ad_network_conversion_value_schema(&blk)
  require "google/ads/google_ads/v17/services/customer_sk_ad_network_conversion_value_schema_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerSkAdNetworkConversionValueSchemaService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_sk_ad_network_conversion_value_schema: Google::Ads::GoogleAds::V17::Services::MutateCustomerSkAdNetworkConversionValueSchemaRequest

    },
    deprecation: @deprecation
  )
end

#customer_user_access(&blk) ⇒ Object



1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1483

def customer_user_access(&blk)
  require "google/ads/google_ads/v17/services/customer_user_access_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerUserAccessService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_user_access: Google::Ads::GoogleAds::V17::Services::MutateCustomerUserAccessRequest

    },
    deprecation: @deprecation
  )
end

#customer_user_access_invitation(&blk) ⇒ Object



1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1463

def customer_user_access_invitation(&blk)
  require "google/ads/google_ads/v17/services/customer_user_access_invitation_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomerUserAccessInvitationService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customer_user_access_invitation: Google::Ads::GoogleAds::V17::Services::MutateCustomerUserAccessInvitationRequest

    },
    deprecation: @deprecation
  )
end

#customizer_attribute(&blk) ⇒ Object



1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1503

def customizer_attribute(&blk)
  require "google/ads/google_ads/v17/services/customizer_attribute_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::CustomizerAttributeService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_customizer_attributes: Google::Ads::GoogleAds::V17::Services::MutateCustomizerAttributesRequest

    },
    deprecation: @deprecation
  )
end

#experiment(&blk) ⇒ Object



1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1543

def experiment(&blk)
  require "google/ads/google_ads/v17/services/experiment_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ExperimentService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_experiments: Google::Ads::GoogleAds::V17::Services::MutateExperimentsRequest,

      end_experiment: Google::Ads::GoogleAds::V17::Services::EndExperimentRequest,

      list_experiment_async_errors: Google::Ads::GoogleAds::V17::Services::ListExperimentAsyncErrorsRequest,

      graduate_experiment: Google::Ads::GoogleAds::V17::Services::GraduateExperimentRequest,

      schedule_experiment: Google::Ads::GoogleAds::V17::Services::ScheduleExperimentRequest,

      promote_experiment: Google::Ads::GoogleAds::V17::Services::PromoteExperimentRequest

    },
    deprecation: @deprecation
  )
end

#experiment_arm(&blk) ⇒ Object



1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1523

def experiment_arm(&blk)
  require "google/ads/google_ads/v17/services/experiment_arm_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ExperimentArmService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_experiment_arms: Google::Ads::GoogleAds::V17::Services::MutateExperimentArmsRequest

    },
    deprecation: @deprecation
  )
end

#extension_feed_item(&blk) ⇒ Object



1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1573

def extension_feed_item(&blk)
  require "google/ads/google_ads/v17/services/extension_feed_item_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ExtensionFeedItemService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_extension_feed_items: Google::Ads::GoogleAds::V17::Services::MutateExtensionFeedItemsRequest

    },
    deprecation: @deprecation
  )
end

#feed(&blk) ⇒ Object



1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1693

def feed(&blk)
  require "google/ads/google_ads/v17/services/feed_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::FeedService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_feeds: Google::Ads::GoogleAds::V17::Services::MutateFeedsRequest

    },
    deprecation: @deprecation
  )
end

#feed_item(&blk) ⇒ Object



1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1593

def feed_item(&blk)
  require "google/ads/google_ads/v17/services/feed_item_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::FeedItemService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_feed_items: Google::Ads::GoogleAds::V17::Services::MutateFeedItemsRequest

    },
    deprecation: @deprecation
  )
end

#feed_item_set(&blk) ⇒ Object



1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1633

def feed_item_set(&blk)
  require "google/ads/google_ads/v17/services/feed_item_set_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::FeedItemSetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_feed_item_sets: Google::Ads::GoogleAds::V17::Services::MutateFeedItemSetsRequest

    },
    deprecation: @deprecation
  )
end


1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1613

def feed_item_set_link(&blk)
  require "google/ads/google_ads/v17/services/feed_item_set_link_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::FeedItemSetLinkService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_feed_item_set_links: Google::Ads::GoogleAds::V17::Services::MutateFeedItemSetLinksRequest

    },
    deprecation: @deprecation
  )
end

#feed_item_target(&blk) ⇒ Object



1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1653

def feed_item_target(&blk)
  require "google/ads/google_ads/v17/services/feed_item_target_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::FeedItemTargetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_feed_item_targets: Google::Ads::GoogleAds::V17::Services::MutateFeedItemTargetsRequest

    },
    deprecation: @deprecation
  )
end

#feed_mapping(&blk) ⇒ Object



1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1673

def feed_mapping(&blk)
  require "google/ads/google_ads/v17/services/feed_mapping_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::FeedMappingService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_feed_mappings: Google::Ads::GoogleAds::V17::Services::MutateFeedMappingsRequest

    },
    deprecation: @deprecation
  )
end

#geo_target_constant(&blk) ⇒ Object



1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1713

def geo_target_constant(&blk)
  require "google/ads/google_ads/v17/services/geo_target_constant_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::GeoTargetConstantService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      suggest_geo_target_constants: Google::Ads::GoogleAds::V17::Services::SuggestGeoTargetConstantsRequest

    },
    deprecation: @deprecation
  )
end


1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1755

def google_ads(&blk)
  require "google/ads/google_ads/v17/services/google_ads_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::GoogleAdsService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      search: Google::Ads::GoogleAds::V17::Services::SearchGoogleAdsRequest,

      search_stream: Google::Ads::GoogleAds::V17::Services::SearchGoogleAdsStreamRequest,

      mutate: Google::Ads::GoogleAds::V17::Services::MutateGoogleAdsRequest

    },
    deprecation: @deprecation
  )
end


1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1733

def google_ads_field(&blk)
  require "google/ads/google_ads/v17/services/google_ads_field_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::GoogleAdsFieldService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      get_google_ads_field: Google::Ads::GoogleAds::V17::Services::GetGoogleAdsFieldRequest,

      search_google_ads_fields: Google::Ads::GoogleAds::V17::Services::SearchGoogleAdsFieldsRequest

    },
    deprecation: @deprecation
  )
end

#have_logging_interceptor?Boolean

Returns:

  • (Boolean)


27
28
29
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 27

def have_logging_interceptor?
  @logging_interceptor != nil
end

#identity_verification(&blk) ⇒ Object



1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1779

def identity_verification(&blk)
  require "google/ads/google_ads/v17/services/identity_verification_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::IdentityVerificationService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      start_identity_verification: Google::Ads::GoogleAds::V17::Services::StartIdentityVerificationRequest,

      get_identity_verification: Google::Ads::GoogleAds::V17::Services::GetIdentityVerificationRequest

    },
    deprecation: @deprecation
  )
end

#invoice(&blk) ⇒ Object



1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1801

def invoice(&blk)
  require "google/ads/google_ads/v17/services/invoice_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::InvoiceService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      list_invoices: Google::Ads::GoogleAds::V17::Services::ListInvoicesRequest

    },
    deprecation: @deprecation
  )
end

#keyword_plan(&blk) ⇒ Object



1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1927

def keyword_plan(&blk)
  require "google/ads/google_ads/v17/services/keyword_plan_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::KeywordPlanService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_keyword_plans: Google::Ads::GoogleAds::V17::Services::MutateKeywordPlansRequest

    },
    deprecation: @deprecation
  )
end

#keyword_plan_ad_group(&blk) ⇒ Object



1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1841

def keyword_plan_ad_group(&blk)
  require "google/ads/google_ads/v17/services/keyword_plan_ad_group_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::KeywordPlanAdGroupService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_keyword_plan_ad_groups: Google::Ads::GoogleAds::V17::Services::MutateKeywordPlanAdGroupsRequest

    },
    deprecation: @deprecation
  )
end

#keyword_plan_ad_group_keyword(&blk) ⇒ Object



1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1821

def keyword_plan_ad_group_keyword(&blk)
  require "google/ads/google_ads/v17/services/keyword_plan_ad_group_keyword_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::KeywordPlanAdGroupKeywordService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_keyword_plan_ad_group_keywords: Google::Ads::GoogleAds::V17::Services::MutateKeywordPlanAdGroupKeywordsRequest

    },
    deprecation: @deprecation
  )
end

#keyword_plan_campaign(&blk) ⇒ Object



1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1881

def keyword_plan_campaign(&blk)
  require "google/ads/google_ads/v17/services/keyword_plan_campaign_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::KeywordPlanCampaignService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_keyword_plan_campaigns: Google::Ads::GoogleAds::V17::Services::MutateKeywordPlanCampaignsRequest

    },
    deprecation: @deprecation
  )
end

#keyword_plan_campaign_keyword(&blk) ⇒ Object



1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1861

def keyword_plan_campaign_keyword(&blk)
  require "google/ads/google_ads/v17/services/keyword_plan_campaign_keyword_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::KeywordPlanCampaignKeywordService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_keyword_plan_campaign_keywords: Google::Ads::GoogleAds::V17::Services::MutateKeywordPlanCampaignKeywordsRequest

    },
    deprecation: @deprecation
  )
end

#keyword_plan_idea(&blk) ⇒ Object



1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1901

def keyword_plan_idea(&blk)
  require "google/ads/google_ads/v17/services/keyword_plan_idea_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::KeywordPlanIdeaService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      generate_keyword_ideas: Google::Ads::GoogleAds::V17::Services::GenerateKeywordIdeasRequest,

      generate_keyword_historical_metrics: Google::Ads::GoogleAds::V17::Services::GenerateKeywordHistoricalMetricsRequest,

      generate_ad_group_themes: Google::Ads::GoogleAds::V17::Services::GenerateAdGroupThemesRequest,

      generate_keyword_forecast_metrics: Google::Ads::GoogleAds::V17::Services::GenerateKeywordForecastMetricsRequest

    },
    deprecation: @deprecation
  )
end

#keyword_theme_constant(&blk) ⇒ Object



1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1947

def keyword_theme_constant(&blk)
  require "google/ads/google_ads/v17/services/keyword_theme_constant_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::KeywordThemeConstantService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      suggest_keyword_theme_constants: Google::Ads::GoogleAds::V17::Services::SuggestKeywordThemeConstantsRequest

    },
    deprecation: @deprecation
  )
end

#label(&blk) ⇒ Object



1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1967

def label(&blk)
  require "google/ads/google_ads/v17/services/label_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::LabelService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_labels: Google::Ads::GoogleAds::V17::Services::MutateLabelsRequest

    },
    deprecation: @deprecation
  )
end

#local_services_lead(&blk) ⇒ Object



1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 1987

def local_services_lead(&blk)
  require "google/ads/google_ads/v17/services/local_services_lead_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::LocalServicesLeadService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      append_lead_conversation: Google::Ads::GoogleAds::V17::Services::AppendLeadConversationRequest

    },
    deprecation: @deprecation
  )
end

#offline_user_data_job(&blk) ⇒ Object



2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2007

def offline_user_data_job(&blk)
  require "google/ads/google_ads/v17/services/offline_user_data_job_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::OfflineUserDataJobService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      create_offline_user_data_job: Google::Ads::GoogleAds::V17::Services::CreateOfflineUserDataJobRequest,

      add_offline_user_data_job_operations: Google::Ads::GoogleAds::V17::Services::AddOfflineUserDataJobOperationsRequest,

      run_offline_user_data_job: Google::Ads::GoogleAds::V17::Services::RunOfflineUserDataJobRequest

    },
    deprecation: @deprecation
  )
end

#payments_account(&blk) ⇒ Object



2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2031

def (&blk)
  require "google/ads/google_ads/v17/services/payments_account_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::PaymentsAccountService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      list_payments_accounts: Google::Ads::GoogleAds::V17::Services::ListPaymentsAccountsRequest

    },
    deprecation: @deprecation
  )
end


2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2075

def product_link(&blk)
  require "google/ads/google_ads/v17/services/product_link_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ProductLinkService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      create_product_link: Google::Ads::GoogleAds::V17::Services::CreateProductLinkRequest,

      remove_product_link: Google::Ads::GoogleAds::V17::Services::RemoveProductLinkRequest

    },
    deprecation: @deprecation
  )
end


2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2051

def product_link_invitation(&blk)
  require "google/ads/google_ads/v17/services/product_link_invitation_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ProductLinkInvitationService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      create_product_link_invitation: Google::Ads::GoogleAds::V17::Services::CreateProductLinkInvitationRequest,

      update_product_link_invitation: Google::Ads::GoogleAds::V17::Services::UpdateProductLinkInvitationRequest,

      remove_product_link_invitation: Google::Ads::GoogleAds::V17::Services::RemoveProductLinkInvitationRequest

    },
    deprecation: @deprecation
  )
end

#reach_plan(&blk) ⇒ Object



2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2097

def reach_plan(&blk)
  require "google/ads/google_ads/v17/services/reach_plan_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ReachPlanService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      list_plannable_locations: Google::Ads::GoogleAds::V17::Services::ListPlannableLocationsRequest,

      list_plannable_products: Google::Ads::GoogleAds::V17::Services::ListPlannableProductsRequest,

      generate_reach_forecast: Google::Ads::GoogleAds::V17::Services::GenerateReachForecastRequest

    },
    deprecation: @deprecation
  )
end

#recommendation(&blk) ⇒ Object



2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2121

def recommendation(&blk)
  require "google/ads/google_ads/v17/services/recommendation_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::RecommendationService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      apply_recommendation: Google::Ads::GoogleAds::V17::Services::ApplyRecommendationRequest,

      dismiss_recommendation: Google::Ads::GoogleAds::V17::Services::DismissRecommendationRequest,

      generate_recommendations: Google::Ads::GoogleAds::V17::Services::GenerateRecommendationsRequest

    },
    deprecation: @deprecation
  )
end

#recommendation_subscription(&blk) ⇒ Object



2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2145

def recommendation_subscription(&blk)
  require "google/ads/google_ads/v17/services/recommendation_subscription_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::RecommendationSubscriptionService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_recommendation_subscription: Google::Ads::GoogleAds::V17::Services::MutateRecommendationSubscriptionRequest

    },
    deprecation: @deprecation
  )
end

#remarketing_action(&blk) ⇒ Object



2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2165

def remarketing_action(&blk)
  require "google/ads/google_ads/v17/services/remarketing_action_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::RemarketingActionService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_remarketing_actions: Google::Ads::GoogleAds::V17::Services::MutateRemarketingActionsRequest

    },
    deprecation: @deprecation
  )
end

#shareable_preview(&blk) ⇒ Object



2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2185

def shareable_preview(&blk)
  require "google/ads/google_ads/v17/services/shareable_preview_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ShareablePreviewService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      generate_shareable_previews: Google::Ads::GoogleAds::V17::Services::GenerateShareablePreviewsRequest

    },
    deprecation: @deprecation
  )
end

#shared_criterion(&blk) ⇒ Object



2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2205

def shared_criterion(&blk)
  require "google/ads/google_ads/v17/services/shared_criterion_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::SharedCriterionService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_shared_criteria: Google::Ads::GoogleAds::V17::Services::MutateSharedCriteriaRequest

    },
    deprecation: @deprecation
  )
end

#shared_set(&blk) ⇒ Object



2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2225

def shared_set(&blk)
  require "google/ads/google_ads/v17/services/shared_set_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::SharedSetService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_shared_sets: Google::Ads::GoogleAds::V17::Services::MutateSharedSetsRequest

    },
    deprecation: @deprecation
  )
end

#smart_campaign_setting(&blk) ⇒ Object



2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2245

def smart_campaign_setting(&blk)
  require "google/ads/google_ads/v17/services/smart_campaign_setting_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::SmartCampaignSettingService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      get_smart_campaign_status: Google::Ads::GoogleAds::V17::Services::GetSmartCampaignStatusRequest,

      mutate_smart_campaign_settings: Google::Ads::GoogleAds::V17::Services::MutateSmartCampaignSettingsRequest

    },
    deprecation: @deprecation
  )
end

#smart_campaign_suggest(&blk) ⇒ Object



2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2267

def smart_campaign_suggest(&blk)
  require "google/ads/google_ads/v17/services/smart_campaign_suggest_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::SmartCampaignSuggestService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      suggest_smart_campaign_budget_options: Google::Ads::GoogleAds::V17::Services::SuggestSmartCampaignBudgetOptionsRequest,

      suggest_smart_campaign_ad: Google::Ads::GoogleAds::V17::Services::SuggestSmartCampaignAdRequest,

      suggest_keyword_themes: Google::Ads::GoogleAds::V17::Services::SuggestKeywordThemesRequest

    },
    deprecation: @deprecation
  )
end


2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2291

def third_party_app_analytics_link(&blk)
  require "google/ads/google_ads/v17/services/third_party_app_analytics_link_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::ThirdPartyAppAnalyticsLinkService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      regenerate_shareable_link_id: Google::Ads::GoogleAds::V17::Services::RegenerateShareableLinkIdRequest

    },
    deprecation: @deprecation
  )
end

#travel_asset_suggestion(&blk) ⇒ Object



2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2311

def travel_asset_suggestion(&blk)
  require "google/ads/google_ads/v17/services/travel_asset_suggestion_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::TravelAssetSuggestionService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      suggest_travel_assets: Google::Ads::GoogleAds::V17::Services::SuggestTravelAssetsRequest

    },
    deprecation: @deprecation
  )
end

#user_data(&blk) ⇒ Object



2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2331

def user_data(&blk)
  require "google/ads/google_ads/v17/services/user_data_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::UserDataService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      upload_user_data: Google::Ads::GoogleAds::V17::Services::UploadUserDataRequest

    },
    deprecation: @deprecation
  )
end

#user_list(&blk) ⇒ Object



2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2371

def user_list(&blk)
  require "google/ads/google_ads/v17/services/user_list_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::UserListService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_user_lists: Google::Ads::GoogleAds::V17::Services::MutateUserListsRequest

    },
    deprecation: @deprecation
  )
end

#user_list_customer_type(&blk) ⇒ Object



2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'lib/google/ads/google_ads/factories/v17/services.rb', line 2351

def user_list_customer_type(&blk)
  require "google/ads/google_ads/v17/services/user_list_customer_type_service"
  svc = ServiceWrapper.new(
    service: Google::Ads::GoogleAds::V17::Services::UserListCustomerTypeService::Client.new do |config|
      config.credentials = @credentials
      config.interceptors = @interceptors
      config. = @metadata
      config.endpoint = @endpoint
      config.lib_name = Google::Ads::GoogleAds::CLIENT_LIB_NAME
      config.lib_version = Google::Ads::GoogleAds::CLIENT_LIB_VERSION
    end,
    rpc_inputs: {

      mutate_user_list_customer_types: Google::Ads::GoogleAds::V17::Services::MutateUserListCustomerTypesRequest

    },
    deprecation: @deprecation
  )
end