google-ads-ad_manager-v1 2.3.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/ads/ad_manager/v1/ad_review_center_ad_service/rest/client.rb +3 -2
  3. data/lib/google/ads/ad_manager/v1/ad_unit_service/paths.rb +34 -0
  4. data/lib/google/ads/ad_manager/v1/ad_unit_service/rest/client.rb +624 -0
  5. data/lib/google/ads/ad_manager/v1/ad_unit_service/rest/service_stub.rb +434 -0
  6. data/lib/google/ads/ad_manager/v1/cms_metadata_value_service/rest/client.rb +2 -2
  7. data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/rest/client.rb +538 -0
  8. data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/rest/service_stub.rb +372 -0
  9. data/lib/google/ads/ad_manager/v1/line_item_service/credentials.rb +47 -0
  10. data/lib/google/ads/ad_manager/v1/line_item_service/paths.rb +64 -0
  11. data/lib/google/ads/ad_manager/v1/line_item_service/rest/client.rb +538 -0
  12. data/lib/google/ads/ad_manager/v1/line_item_service/rest/service_stub.rb +203 -0
  13. data/lib/google/ads/ad_manager/v1/line_item_service/rest.rb +52 -0
  14. data/lib/google/ads/ad_manager/v1/line_item_service.rb +48 -0
  15. data/lib/google/ads/ad_manager/v1/network_service/rest/client.rb +29 -4
  16. data/lib/google/ads/ad_manager/v1/rest.rb +1 -0
  17. data/lib/google/ads/ad_manager/v1/version.rb +1 -1
  18. data/lib/google/ads/ad_manager/v1.rb +1 -0
  19. data/lib/google/ads/admanager/v1/ad_review_center_ad_service_pb.rb +1 -1
  20. data/lib/google/ads/admanager/v1/ad_unit_service_pb.rb +15 -1
  21. data/lib/google/ads/admanager/v1/ad_unit_service_services_pb.rb +14 -0
  22. data/lib/google/ads/admanager/v1/cms_metadata_value_service_services_pb.rb +1 -1
  23. data/lib/google/ads/admanager/v1/custom_targeting_key_service_pb.rb +13 -1
  24. data/lib/google/ads/admanager/v1/custom_targeting_key_service_services_pb.rb +12 -0
  25. data/lib/google/ads/admanager/v1/goal_enums_pb.rb +45 -0
  26. data/lib/google/ads/admanager/v1/goal_pb.rb +44 -0
  27. data/lib/google/ads/admanager/v1/line_item_enums_pb.rb +43 -0
  28. data/lib/google/ads/admanager/v1/line_item_messages_pb.rb +54 -0
  29. data/lib/google/ads/admanager/v1/line_item_service_pb.rb +51 -0
  30. data/lib/google/ads/admanager/v1/line_item_service_services_pb.rb +47 -0
  31. data/lib/google/ads/admanager/v1/network_messages_pb.rb +1 -1
  32. data/lib/google/ads/admanager/v1/network_service_pb.rb +1 -1
  33. data/lib/google/ads/admanager/v1/order_messages_pb.rb +1 -1
  34. data/lib/google/ads/admanager/v1/report_definition_pb.rb +1 -1
  35. data/lib/google/ads/admanager/v1/report_messages_pb.rb +1 -1
  36. data/proto_docs/google/ads/admanager/v1/ad_review_center_ad_service.rb +3 -2
  37. data/proto_docs/google/ads/admanager/v1/ad_unit_service.rb +135 -0
  38. data/proto_docs/google/ads/admanager/v1/cms_metadata_value_service.rb +1 -1
  39. data/proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb +118 -0
  40. data/proto_docs/google/ads/admanager/v1/goal.rb +59 -0
  41. data/proto_docs/google/ads/admanager/v1/goal_enums.rb +136 -0
  42. data/proto_docs/google/ads/admanager/v1/line_item_enums.rb +90 -0
  43. data/proto_docs/google/ads/admanager/v1/line_item_messages.rb +74 -0
  44. data/proto_docs/google/ads/admanager/v1/line_item_service.rb +99 -0
  45. data/proto_docs/google/ads/admanager/v1/network_service.rb +31 -0
  46. data/proto_docs/google/ads/admanager/v1/order_messages.rb +3 -2
  47. data/proto_docs/google/ads/admanager/v1/report_definition.rb +926 -57
  48. data/proto_docs/google/ads/admanager/v1/report_messages.rb +4 -1
  49. metadata +18 -1
@@ -193,6 +193,286 @@ module Google
193
193
  end
194
194
  end
195
195
 
196
+ ##
197
+ # Baseline implementation for the create_ad_unit REST call
198
+ #
199
+ # @param request_pb [::Google::Ads::AdManager::V1::CreateAdUnitRequest]
200
+ # A request object representing the call parameters. Required.
201
+ # @param options [::Gapic::CallOptions]
202
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
203
+ #
204
+ # @yield [result, operation] Access the result along with the TransportOperation object
205
+ # @yieldparam result [::Google::Ads::AdManager::V1::AdUnit]
206
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
207
+ #
208
+ # @return [::Google::Ads::AdManager::V1::AdUnit]
209
+ # A result object deserialized from the server's reply
210
+ def create_ad_unit request_pb, options = nil
211
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
212
+
213
+ verb, uri, query_string_params, body = ServiceStub.transcode_create_ad_unit_request request_pb
214
+ query_string_params = if query_string_params.any?
215
+ query_string_params.to_h { |p| p.split "=", 2 }
216
+ else
217
+ {}
218
+ end
219
+
220
+ response = @client_stub.make_http_request(
221
+ verb,
222
+ uri: uri,
223
+ body: body || "",
224
+ params: query_string_params,
225
+ method_name: "create_ad_unit",
226
+ options: options
227
+ )
228
+ operation = ::Gapic::Rest::TransportOperation.new response
229
+ result = ::Google::Ads::AdManager::V1::AdUnit.decode_json response.body, ignore_unknown_fields: true
230
+ catch :response do
231
+ yield result, operation if block_given?
232
+ result
233
+ end
234
+ end
235
+
236
+ ##
237
+ # Baseline implementation for the update_ad_unit REST call
238
+ #
239
+ # @param request_pb [::Google::Ads::AdManager::V1::UpdateAdUnitRequest]
240
+ # A request object representing the call parameters. Required.
241
+ # @param options [::Gapic::CallOptions]
242
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
243
+ #
244
+ # @yield [result, operation] Access the result along with the TransportOperation object
245
+ # @yieldparam result [::Google::Ads::AdManager::V1::AdUnit]
246
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
247
+ #
248
+ # @return [::Google::Ads::AdManager::V1::AdUnit]
249
+ # A result object deserialized from the server's reply
250
+ def update_ad_unit request_pb, options = nil
251
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
252
+
253
+ verb, uri, query_string_params, body = ServiceStub.transcode_update_ad_unit_request request_pb
254
+ query_string_params = if query_string_params.any?
255
+ query_string_params.to_h { |p| p.split "=", 2 }
256
+ else
257
+ {}
258
+ end
259
+
260
+ response = @client_stub.make_http_request(
261
+ verb,
262
+ uri: uri,
263
+ body: body || "",
264
+ params: query_string_params,
265
+ method_name: "update_ad_unit",
266
+ options: options
267
+ )
268
+ operation = ::Gapic::Rest::TransportOperation.new response
269
+ result = ::Google::Ads::AdManager::V1::AdUnit.decode_json response.body, ignore_unknown_fields: true
270
+ catch :response do
271
+ yield result, operation if block_given?
272
+ result
273
+ end
274
+ end
275
+
276
+ ##
277
+ # Baseline implementation for the batch_create_ad_units REST call
278
+ #
279
+ # @param request_pb [::Google::Ads::AdManager::V1::BatchCreateAdUnitsRequest]
280
+ # A request object representing the call parameters. Required.
281
+ # @param options [::Gapic::CallOptions]
282
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
283
+ #
284
+ # @yield [result, operation] Access the result along with the TransportOperation object
285
+ # @yieldparam result [::Google::Ads::AdManager::V1::BatchCreateAdUnitsResponse]
286
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
287
+ #
288
+ # @return [::Google::Ads::AdManager::V1::BatchCreateAdUnitsResponse]
289
+ # A result object deserialized from the server's reply
290
+ def batch_create_ad_units request_pb, options = nil
291
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
292
+
293
+ verb, uri, query_string_params, body = ServiceStub.transcode_batch_create_ad_units_request request_pb
294
+ query_string_params = if query_string_params.any?
295
+ query_string_params.to_h { |p| p.split "=", 2 }
296
+ else
297
+ {}
298
+ end
299
+
300
+ response = @client_stub.make_http_request(
301
+ verb,
302
+ uri: uri,
303
+ body: body || "",
304
+ params: query_string_params,
305
+ method_name: "batch_create_ad_units",
306
+ options: options
307
+ )
308
+ operation = ::Gapic::Rest::TransportOperation.new response
309
+ result = ::Google::Ads::AdManager::V1::BatchCreateAdUnitsResponse.decode_json response.body, ignore_unknown_fields: true
310
+ catch :response do
311
+ yield result, operation if block_given?
312
+ result
313
+ end
314
+ end
315
+
316
+ ##
317
+ # Baseline implementation for the batch_update_ad_units REST call
318
+ #
319
+ # @param request_pb [::Google::Ads::AdManager::V1::BatchUpdateAdUnitsRequest]
320
+ # A request object representing the call parameters. Required.
321
+ # @param options [::Gapic::CallOptions]
322
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
323
+ #
324
+ # @yield [result, operation] Access the result along with the TransportOperation object
325
+ # @yieldparam result [::Google::Ads::AdManager::V1::BatchUpdateAdUnitsResponse]
326
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
327
+ #
328
+ # @return [::Google::Ads::AdManager::V1::BatchUpdateAdUnitsResponse]
329
+ # A result object deserialized from the server's reply
330
+ def batch_update_ad_units request_pb, options = nil
331
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
332
+
333
+ verb, uri, query_string_params, body = ServiceStub.transcode_batch_update_ad_units_request request_pb
334
+ query_string_params = if query_string_params.any?
335
+ query_string_params.to_h { |p| p.split "=", 2 }
336
+ else
337
+ {}
338
+ end
339
+
340
+ response = @client_stub.make_http_request(
341
+ verb,
342
+ uri: uri,
343
+ body: body || "",
344
+ params: query_string_params,
345
+ method_name: "batch_update_ad_units",
346
+ options: options
347
+ )
348
+ operation = ::Gapic::Rest::TransportOperation.new response
349
+ result = ::Google::Ads::AdManager::V1::BatchUpdateAdUnitsResponse.decode_json response.body, ignore_unknown_fields: true
350
+ catch :response do
351
+ yield result, operation if block_given?
352
+ result
353
+ end
354
+ end
355
+
356
+ ##
357
+ # Baseline implementation for the batch_activate_ad_units REST call
358
+ #
359
+ # @param request_pb [::Google::Ads::AdManager::V1::BatchActivateAdUnitsRequest]
360
+ # A request object representing the call parameters. Required.
361
+ # @param options [::Gapic::CallOptions]
362
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
363
+ #
364
+ # @yield [result, operation] Access the result along with the TransportOperation object
365
+ # @yieldparam result [::Google::Ads::AdManager::V1::BatchActivateAdUnitsResponse]
366
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
367
+ #
368
+ # @return [::Google::Ads::AdManager::V1::BatchActivateAdUnitsResponse]
369
+ # A result object deserialized from the server's reply
370
+ def batch_activate_ad_units request_pb, options = nil
371
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
372
+
373
+ verb, uri, query_string_params, body = ServiceStub.transcode_batch_activate_ad_units_request request_pb
374
+ query_string_params = if query_string_params.any?
375
+ query_string_params.to_h { |p| p.split "=", 2 }
376
+ else
377
+ {}
378
+ end
379
+
380
+ response = @client_stub.make_http_request(
381
+ verb,
382
+ uri: uri,
383
+ body: body || "",
384
+ params: query_string_params,
385
+ method_name: "batch_activate_ad_units",
386
+ options: options
387
+ )
388
+ operation = ::Gapic::Rest::TransportOperation.new response
389
+ result = ::Google::Ads::AdManager::V1::BatchActivateAdUnitsResponse.decode_json response.body, ignore_unknown_fields: true
390
+ catch :response do
391
+ yield result, operation if block_given?
392
+ result
393
+ end
394
+ end
395
+
396
+ ##
397
+ # Baseline implementation for the batch_deactivate_ad_units REST call
398
+ #
399
+ # @param request_pb [::Google::Ads::AdManager::V1::BatchDeactivateAdUnitsRequest]
400
+ # A request object representing the call parameters. Required.
401
+ # @param options [::Gapic::CallOptions]
402
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
403
+ #
404
+ # @yield [result, operation] Access the result along with the TransportOperation object
405
+ # @yieldparam result [::Google::Ads::AdManager::V1::BatchDeactivateAdUnitsResponse]
406
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
407
+ #
408
+ # @return [::Google::Ads::AdManager::V1::BatchDeactivateAdUnitsResponse]
409
+ # A result object deserialized from the server's reply
410
+ def batch_deactivate_ad_units request_pb, options = nil
411
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
412
+
413
+ verb, uri, query_string_params, body = ServiceStub.transcode_batch_deactivate_ad_units_request request_pb
414
+ query_string_params = if query_string_params.any?
415
+ query_string_params.to_h { |p| p.split "=", 2 }
416
+ else
417
+ {}
418
+ end
419
+
420
+ response = @client_stub.make_http_request(
421
+ verb,
422
+ uri: uri,
423
+ body: body || "",
424
+ params: query_string_params,
425
+ method_name: "batch_deactivate_ad_units",
426
+ options: options
427
+ )
428
+ operation = ::Gapic::Rest::TransportOperation.new response
429
+ result = ::Google::Ads::AdManager::V1::BatchDeactivateAdUnitsResponse.decode_json response.body, ignore_unknown_fields: true
430
+ catch :response do
431
+ yield result, operation if block_given?
432
+ result
433
+ end
434
+ end
435
+
436
+ ##
437
+ # Baseline implementation for the batch_archive_ad_units REST call
438
+ #
439
+ # @param request_pb [::Google::Ads::AdManager::V1::BatchArchiveAdUnitsRequest]
440
+ # A request object representing the call parameters. Required.
441
+ # @param options [::Gapic::CallOptions]
442
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
443
+ #
444
+ # @yield [result, operation] Access the result along with the TransportOperation object
445
+ # @yieldparam result [::Google::Ads::AdManager::V1::BatchArchiveAdUnitsResponse]
446
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
447
+ #
448
+ # @return [::Google::Ads::AdManager::V1::BatchArchiveAdUnitsResponse]
449
+ # A result object deserialized from the server's reply
450
+ def batch_archive_ad_units request_pb, options = nil
451
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
452
+
453
+ verb, uri, query_string_params, body = ServiceStub.transcode_batch_archive_ad_units_request request_pb
454
+ query_string_params = if query_string_params.any?
455
+ query_string_params.to_h { |p| p.split "=", 2 }
456
+ else
457
+ {}
458
+ end
459
+
460
+ response = @client_stub.make_http_request(
461
+ verb,
462
+ uri: uri,
463
+ body: body || "",
464
+ params: query_string_params,
465
+ method_name: "batch_archive_ad_units",
466
+ options: options
467
+ )
468
+ operation = ::Gapic::Rest::TransportOperation.new response
469
+ result = ::Google::Ads::AdManager::V1::BatchArchiveAdUnitsResponse.decode_json response.body, ignore_unknown_fields: true
470
+ catch :response do
471
+ yield result, operation if block_given?
472
+ result
473
+ end
474
+ end
475
+
196
476
  ##
197
477
  # @private
198
478
  #
@@ -255,6 +535,160 @@ module Google
255
535
  )
256
536
  transcoder.transcode request_pb
257
537
  end
538
+
539
+ ##
540
+ # @private
541
+ #
542
+ # GRPC transcoding helper method for the create_ad_unit REST call
543
+ #
544
+ # @param request_pb [::Google::Ads::AdManager::V1::CreateAdUnitRequest]
545
+ # A request object representing the call parameters. Required.
546
+ # @return [Array(String, [String, nil], Hash{String => String})]
547
+ # Uri, Body, Query string parameters
548
+ def self.transcode_create_ad_unit_request request_pb
549
+ transcoder = Gapic::Rest::GrpcTranscoder.new
550
+ .with_bindings(
551
+ uri_method: :post,
552
+ uri_template: "/v1/{parent}/adUnits",
553
+ body: "ad_unit",
554
+ matches: [
555
+ ["parent", %r{^networks/[^/]+/?$}, false]
556
+ ]
557
+ )
558
+ transcoder.transcode request_pb
559
+ end
560
+
561
+ ##
562
+ # @private
563
+ #
564
+ # GRPC transcoding helper method for the update_ad_unit REST call
565
+ #
566
+ # @param request_pb [::Google::Ads::AdManager::V1::UpdateAdUnitRequest]
567
+ # A request object representing the call parameters. Required.
568
+ # @return [Array(String, [String, nil], Hash{String => String})]
569
+ # Uri, Body, Query string parameters
570
+ def self.transcode_update_ad_unit_request request_pb
571
+ transcoder = Gapic::Rest::GrpcTranscoder.new
572
+ .with_bindings(
573
+ uri_method: :patch,
574
+ uri_template: "/v1/{ad_unit.name}",
575
+ body: "ad_unit",
576
+ matches: [
577
+ ["ad_unit.name", %r{^networks/[^/]+/adUnits/[^/]+/?$}, false]
578
+ ]
579
+ )
580
+ transcoder.transcode request_pb
581
+ end
582
+
583
+ ##
584
+ # @private
585
+ #
586
+ # GRPC transcoding helper method for the batch_create_ad_units REST call
587
+ #
588
+ # @param request_pb [::Google::Ads::AdManager::V1::BatchCreateAdUnitsRequest]
589
+ # A request object representing the call parameters. Required.
590
+ # @return [Array(String, [String, nil], Hash{String => String})]
591
+ # Uri, Body, Query string parameters
592
+ def self.transcode_batch_create_ad_units_request request_pb
593
+ transcoder = Gapic::Rest::GrpcTranscoder.new
594
+ .with_bindings(
595
+ uri_method: :post,
596
+ uri_template: "/v1/{parent}/adUnits:batchCreate",
597
+ body: "*",
598
+ matches: [
599
+ ["parent", %r{^networks/[^/]+/?$}, false]
600
+ ]
601
+ )
602
+ transcoder.transcode request_pb
603
+ end
604
+
605
+ ##
606
+ # @private
607
+ #
608
+ # GRPC transcoding helper method for the batch_update_ad_units REST call
609
+ #
610
+ # @param request_pb [::Google::Ads::AdManager::V1::BatchUpdateAdUnitsRequest]
611
+ # A request object representing the call parameters. Required.
612
+ # @return [Array(String, [String, nil], Hash{String => String})]
613
+ # Uri, Body, Query string parameters
614
+ def self.transcode_batch_update_ad_units_request request_pb
615
+ transcoder = Gapic::Rest::GrpcTranscoder.new
616
+ .with_bindings(
617
+ uri_method: :post,
618
+ uri_template: "/v1/{parent}/adUnits:batchUpdate",
619
+ body: "*",
620
+ matches: [
621
+ ["parent", %r{^networks/[^/]+/?$}, false]
622
+ ]
623
+ )
624
+ transcoder.transcode request_pb
625
+ end
626
+
627
+ ##
628
+ # @private
629
+ #
630
+ # GRPC transcoding helper method for the batch_activate_ad_units REST call
631
+ #
632
+ # @param request_pb [::Google::Ads::AdManager::V1::BatchActivateAdUnitsRequest]
633
+ # A request object representing the call parameters. Required.
634
+ # @return [Array(String, [String, nil], Hash{String => String})]
635
+ # Uri, Body, Query string parameters
636
+ def self.transcode_batch_activate_ad_units_request request_pb
637
+ transcoder = Gapic::Rest::GrpcTranscoder.new
638
+ .with_bindings(
639
+ uri_method: :post,
640
+ uri_template: "/v1/{parent}/adUnits:batchActivate",
641
+ body: "*",
642
+ matches: [
643
+ ["parent", %r{^networks/[^/]+/?$}, false]
644
+ ]
645
+ )
646
+ transcoder.transcode request_pb
647
+ end
648
+
649
+ ##
650
+ # @private
651
+ #
652
+ # GRPC transcoding helper method for the batch_deactivate_ad_units REST call
653
+ #
654
+ # @param request_pb [::Google::Ads::AdManager::V1::BatchDeactivateAdUnitsRequest]
655
+ # A request object representing the call parameters. Required.
656
+ # @return [Array(String, [String, nil], Hash{String => String})]
657
+ # Uri, Body, Query string parameters
658
+ def self.transcode_batch_deactivate_ad_units_request request_pb
659
+ transcoder = Gapic::Rest::GrpcTranscoder.new
660
+ .with_bindings(
661
+ uri_method: :post,
662
+ uri_template: "/v1/{parent}/adUnits:batchDeactivate",
663
+ body: "*",
664
+ matches: [
665
+ ["parent", %r{^networks/[^/]+/?$}, false]
666
+ ]
667
+ )
668
+ transcoder.transcode request_pb
669
+ end
670
+
671
+ ##
672
+ # @private
673
+ #
674
+ # GRPC transcoding helper method for the batch_archive_ad_units REST call
675
+ #
676
+ # @param request_pb [::Google::Ads::AdManager::V1::BatchArchiveAdUnitsRequest]
677
+ # A request object representing the call parameters. Required.
678
+ # @return [Array(String, [String, nil], Hash{String => String})]
679
+ # Uri, Body, Query string parameters
680
+ def self.transcode_batch_archive_ad_units_request request_pb
681
+ transcoder = Gapic::Rest::GrpcTranscoder.new
682
+ .with_bindings(
683
+ uri_method: :post,
684
+ uri_template: "/v1/{parent}/adUnits:batchArchive",
685
+ body: "*",
686
+ matches: [
687
+ ["parent", %r{^networks/[^/]+/?$}, false]
688
+ ]
689
+ )
690
+ transcoder.transcode request_pb
691
+ end
258
692
  end
259
693
  end
260
694
  end
@@ -177,7 +177,7 @@ module Google
177
177
  # Service calls
178
178
 
179
179
  ##
180
- # API to retrieve a `CmsMetadataKey` object.
180
+ # API to retrieve a `CmsMetadataValue` object.
181
181
  #
182
182
  # @overload get_cms_metadata_value(request, options = nil)
183
183
  # Pass arguments to `get_cms_metadata_value` via a request object, either of type
@@ -195,7 +195,7 @@ module Google
195
195
  # the default parameter values, pass an empty Hash as a request object (see above).
196
196
  #
197
197
  # @param name [::String]
198
- # Required. The resource name of the CmsMetadataKey.
198
+ # Required. The resource name of the CmsMetadataValue.
199
199
  # Format: `networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}`
200
200
  # @yield [result, operation] Access the result along with the TransportOperation object
201
201
  # @yieldparam result [::Google::Ads::AdManager::V1::CmsMetadataValue]