google-ads-ad_manager-v1 0.2.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/ads/ad_manager/v1/ad_unit_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/company_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/custom_field_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/entity_signals_mapping_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/network_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/order_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/placement_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/report_service/rest/client.rb +11 -2
- data/lib/google/ads/ad_manager/v1/report_service/rest/operations.rb +7 -0
- data/lib/google/ads/ad_manager/v1/role_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/taxonomy_category_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/user_service/rest/client.rb +7 -0
- data/lib/google/ads/ad_manager/v1/version.rb +1 -1
- data/proto_docs/google/ads/admanager/v1/custom_field_value.rb +8 -0
- data/proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb +6 -0
- data/proto_docs/google/ads/admanager/v1/report_service.rb +34 -0
- data/proto_docs/google/api/client.rb +8 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecd98af672c32efcaa2802b038b687261da2e6de7ebf759f8982bc2f6f4ee4de
|
4
|
+
data.tar.gz: 7ce7d66a10db4e85ea8548cf2562181d197630f0cf659dc7fca3d99ee08061d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e593e5060928e7f5c3817dda38bee22204cb64e97714391ba4601cebb60677520fe91fc0f29e7a5da2be070fe6aa8ecec928da7135d904d739f6820152e913fc
|
7
|
+
data.tar.gz: 73095290424ff4f249be74f13b4177d18733fe5cc9b4c3e02bdae3bed0fc017e0ca4dca6f432bce9d5f0df83b4ed37a97fd5b52897599d71ee41f67cfbd00d0c
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -509,6 +509,13 @@ module Google
|
|
509
509
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
510
510
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
511
511
|
# * (`nil`) indicating no credentials
|
512
|
+
#
|
513
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
514
|
+
# external source for authentication to Google Cloud, you must validate it before
|
515
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
516
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
517
|
+
# For more information, refer to [Validate credential configurations from external
|
518
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
512
519
|
# @return [::Object]
|
513
520
|
# @!attribute [rw] scope
|
514
521
|
# The OAuth scopes
|
@@ -403,6 +403,13 @@ module Google
|
|
403
403
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
404
404
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
405
405
|
# * (`nil`) indicating no credentials
|
406
|
+
#
|
407
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
408
|
+
# external source for authentication to Google Cloud, you must validate it before
|
409
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
410
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
411
|
+
# For more information, refer to [Validate credential configurations from external
|
412
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
406
413
|
# @return [::Object]
|
407
414
|
# @!attribute [rw] scope
|
408
415
|
# The OAuth scopes
|
@@ -403,6 +403,13 @@ module Google
|
|
403
403
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
404
404
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
405
405
|
# * (`nil`) indicating no credentials
|
406
|
+
#
|
407
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
408
|
+
# external source for authentication to Google Cloud, you must validate it before
|
409
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
410
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
411
|
+
# For more information, refer to [Validate credential configurations from external
|
412
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
406
413
|
# @return [::Object]
|
407
414
|
# @!attribute [rw] scope
|
408
415
|
# The OAuth scopes
|
@@ -404,6 +404,13 @@ module Google
|
|
404
404
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
405
405
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
406
406
|
# * (`nil`) indicating no credentials
|
407
|
+
#
|
408
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
409
|
+
# external source for authentication to Google Cloud, you must validate it before
|
410
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
411
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
412
|
+
# For more information, refer to [Validate credential configurations from external
|
413
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
407
414
|
# @return [::Object]
|
408
415
|
# @!attribute [rw] scope
|
409
416
|
# The OAuth scopes
|
@@ -407,6 +407,13 @@ module Google
|
|
407
407
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
408
408
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
409
409
|
# * (`nil`) indicating no credentials
|
410
|
+
#
|
411
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
412
|
+
# external source for authentication to Google Cloud, you must validate it before
|
413
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
414
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
415
|
+
# For more information, refer to [Validate credential configurations from external
|
416
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
410
417
|
# @return [::Object]
|
411
418
|
# @!attribute [rw] scope
|
412
419
|
# The OAuth scopes
|
@@ -738,6 +738,13 @@ module Google
|
|
738
738
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
739
739
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
740
740
|
# * (`nil`) indicating no credentials
|
741
|
+
#
|
742
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
743
|
+
# external source for authentication to Google Cloud, you must validate it before
|
744
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
745
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
746
|
+
# For more information, refer to [Validate credential configurations from external
|
747
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
741
748
|
# @return [::Object]
|
742
749
|
# @!attribute [rw] scope
|
743
750
|
# The OAuth scopes
|
@@ -367,6 +367,13 @@ module Google
|
|
367
367
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
368
368
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
369
369
|
# * (`nil`) indicating no credentials
|
370
|
+
#
|
371
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
372
|
+
# external source for authentication to Google Cloud, you must validate it before
|
373
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
374
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
375
|
+
# For more information, refer to [Validate credential configurations from external
|
376
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
370
377
|
# @return [::Object]
|
371
378
|
# @!attribute [rw] scope
|
372
379
|
# The OAuth scopes
|
@@ -413,6 +413,13 @@ module Google
|
|
413
413
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
414
414
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
415
415
|
# * (`nil`) indicating no credentials
|
416
|
+
#
|
417
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
418
|
+
# external source for authentication to Google Cloud, you must validate it before
|
419
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
420
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
421
|
+
# For more information, refer to [Validate credential configurations from external
|
422
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
416
423
|
# @return [::Object]
|
417
424
|
# @!attribute [rw] scope
|
418
425
|
# The OAuth scopes
|
@@ -403,6 +403,13 @@ module Google
|
|
403
403
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
404
404
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
405
405
|
# * (`nil`) indicating no credentials
|
406
|
+
#
|
407
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
408
|
+
# external source for authentication to Google Cloud, you must validate it before
|
409
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
410
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
411
|
+
# For more information, refer to [Validate credential configurations from external
|
412
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
406
413
|
# @return [::Object]
|
407
414
|
# @!attribute [rw] scope
|
408
415
|
# The OAuth scopes
|
@@ -664,10 +664,10 @@ module Google
|
|
664
664
|
# Optional. A page token, received from a previous `FetchReportResultRows`
|
665
665
|
# call. Provide this to retrieve the second and subsequent batches of rows.
|
666
666
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
667
|
-
# @yieldparam result [::Google::Ads::AdManager::V1::
|
667
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Ads::AdManager::V1::Report::DataTable::Row>]
|
668
668
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
669
669
|
#
|
670
|
-
# @return [::Google::Ads::AdManager::V1::
|
670
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Ads::AdManager::V1::Report::DataTable::Row>]
|
671
671
|
#
|
672
672
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
673
673
|
#
|
@@ -719,7 +719,9 @@ module Google
|
|
719
719
|
retry_policy: @config.retry_policy
|
720
720
|
|
721
721
|
@report_service_stub.fetch_report_result_rows request, options do |result, operation|
|
722
|
+
result = ::Gapic::Rest::PagedEnumerable.new @report_service_stub, :fetch_report_result_rows, "rows", request, result, options
|
722
723
|
yield result, operation if block_given?
|
724
|
+
throw :response, result
|
723
725
|
end
|
724
726
|
rescue ::Gapic::Rest::Error => e
|
725
727
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -767,6 +769,13 @@ module Google
|
|
767
769
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
768
770
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
769
771
|
# * (`nil`) indicating no credentials
|
772
|
+
#
|
773
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
774
|
+
# external source for authentication to Google Cloud, you must validate it before
|
775
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
776
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
777
|
+
# For more information, refer to [Validate credential configurations from external
|
778
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
770
779
|
# @return [::Object]
|
771
780
|
# @!attribute [rw] scope
|
772
781
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -402,6 +402,13 @@ module Google
|
|
402
402
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
403
403
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
404
404
|
# * (`nil`) indicating no credentials
|
405
|
+
#
|
406
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
407
|
+
# external source for authentication to Google Cloud, you must validate it before
|
408
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
409
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
410
|
+
# For more information, refer to [Validate credential configurations from external
|
411
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
405
412
|
# @return [::Object]
|
406
413
|
# @!attribute [rw] scope
|
407
414
|
# The OAuth scopes
|
@@ -403,6 +403,13 @@ module Google
|
|
403
403
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
404
404
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
405
405
|
# * (`nil`) indicating no credentials
|
406
|
+
#
|
407
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
408
|
+
# external source for authentication to Google Cloud, you must validate it before
|
409
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
410
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
411
|
+
# For more information, refer to [Validate credential configurations from external
|
412
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
406
413
|
# @return [::Object]
|
407
414
|
# @!attribute [rw] scope
|
408
415
|
# The OAuth scopes
|
@@ -300,6 +300,13 @@ module Google
|
|
300
300
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
301
301
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
302
302
|
# * (`nil`) indicating no credentials
|
303
|
+
#
|
304
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
305
|
+
# external source for authentication to Google Cloud, you must validate it before
|
306
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
307
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
308
|
+
# For more information, refer to [Validate credential configurations from external
|
309
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
303
310
|
# @return [::Object]
|
304
311
|
# @!attribute [rw] scope
|
305
312
|
# The OAuth scopes
|
@@ -38,15 +38,23 @@ module Google
|
|
38
38
|
# @!attribute [rw] dropdown_value
|
39
39
|
# @return [::Integer]
|
40
40
|
# The custom_field_option_id, if the CustomFieldDataType is DROPDOWN.
|
41
|
+
#
|
42
|
+
# Note: The following fields are mutually exclusive: `dropdown_value`, `string_value`, `number_value`, `toggle_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
41
43
|
# @!attribute [rw] string_value
|
42
44
|
# @return [::String]
|
43
45
|
# The value, if the CustomFieldDataType is STRING.
|
46
|
+
#
|
47
|
+
# Note: The following fields are mutually exclusive: `string_value`, `dropdown_value`, `number_value`, `toggle_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
44
48
|
# @!attribute [rw] number_value
|
45
49
|
# @return [::Float]
|
46
50
|
# The value, if the CustomFieldDataType is NUMBER.
|
51
|
+
#
|
52
|
+
# Note: The following fields are mutually exclusive: `number_value`, `dropdown_value`, `string_value`, `toggle_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
47
53
|
# @!attribute [rw] toggle_value
|
48
54
|
# @return [::Boolean]
|
49
55
|
# The value, if the CustomFieldDataType is TOGGLE.
|
56
|
+
#
|
57
|
+
# Note: The following fields are mutually exclusive: `toggle_value`, `dropdown_value`, `string_value`, `number_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
50
58
|
class Value
|
51
59
|
include ::Google::Protobuf::MessageExts
|
52
60
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -25,12 +25,18 @@ module Google
|
|
25
25
|
# @!attribute [rw] audience_segment_id
|
26
26
|
# @return [::Integer]
|
27
27
|
# ID of an AudienceSegment that this mapping belongs to.
|
28
|
+
#
|
29
|
+
# Note: The following fields are mutually exclusive: `audience_segment_id`, `content_bundle_id`, `custom_targeting_value_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
28
30
|
# @!attribute [rw] content_bundle_id
|
29
31
|
# @return [::Integer]
|
30
32
|
# ID of a ContentBundle that this mapping belongs to.
|
33
|
+
#
|
34
|
+
# Note: The following fields are mutually exclusive: `content_bundle_id`, `audience_segment_id`, `custom_targeting_value_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
31
35
|
# @!attribute [rw] custom_targeting_value_id
|
32
36
|
# @return [::Integer]
|
33
37
|
# ID of a CustomValue that this mapping belongs to.
|
38
|
+
#
|
39
|
+
# Note: The following fields are mutually exclusive: `custom_targeting_value_id`, `audience_segment_id`, `content_bundle_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
34
40
|
# @!attribute [rw] name
|
35
41
|
# @return [::String]
|
36
42
|
# Identifier. The resource name of the `EntitySignalsMapping`.
|
@@ -60,24 +60,38 @@ module Google
|
|
60
60
|
# @!attribute [rw] int_value
|
61
61
|
# @return [::Integer]
|
62
62
|
# For integer values.
|
63
|
+
#
|
64
|
+
# Note: The following fields are mutually exclusive: `int_value`, `double_value`, `string_value`, `bool_value`, `int_list_value`, `string_list_value`, `bytes_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
63
65
|
# @!attribute [rw] double_value
|
64
66
|
# @return [::Float]
|
65
67
|
# For double values.
|
68
|
+
#
|
69
|
+
# Note: The following fields are mutually exclusive: `double_value`, `int_value`, `string_value`, `bool_value`, `int_list_value`, `string_list_value`, `bytes_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
66
70
|
# @!attribute [rw] string_value
|
67
71
|
# @return [::String]
|
68
72
|
# For string values.
|
73
|
+
#
|
74
|
+
# Note: The following fields are mutually exclusive: `string_value`, `int_value`, `double_value`, `bool_value`, `int_list_value`, `string_list_value`, `bytes_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
69
75
|
# @!attribute [rw] bool_value
|
70
76
|
# @return [::Boolean]
|
71
77
|
# For boolean values.
|
78
|
+
#
|
79
|
+
# Note: The following fields are mutually exclusive: `bool_value`, `int_value`, `double_value`, `string_value`, `int_list_value`, `string_list_value`, `bytes_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
72
80
|
# @!attribute [rw] int_list_value
|
73
81
|
# @return [::Google::Ads::AdManager::V1::Report::Value::IntList]
|
74
82
|
# For lists of integer values.
|
83
|
+
#
|
84
|
+
# Note: The following fields are mutually exclusive: `int_list_value`, `int_value`, `double_value`, `string_value`, `bool_value`, `string_list_value`, `bytes_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
75
85
|
# @!attribute [rw] string_list_value
|
76
86
|
# @return [::Google::Ads::AdManager::V1::Report::Value::StringList]
|
77
87
|
# For lists of string values.
|
88
|
+
#
|
89
|
+
# Note: The following fields are mutually exclusive: `string_list_value`, `int_value`, `double_value`, `string_value`, `bool_value`, `int_list_value`, `bytes_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
78
90
|
# @!attribute [rw] bytes_value
|
79
91
|
# @return [::String]
|
80
92
|
# For bytes values.
|
93
|
+
#
|
94
|
+
# Note: The following fields are mutually exclusive: `bytes_value`, `int_value`, `double_value`, `string_value`, `bool_value`, `int_list_value`, `string_list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
81
95
|
class Value
|
82
96
|
include ::Google::Protobuf::MessageExts
|
83
97
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -187,9 +201,13 @@ module Google
|
|
187
201
|
# @!attribute [rw] dimension
|
188
202
|
# @return [::Google::Ads::AdManager::V1::Report::Dimension]
|
189
203
|
# The dimension this field represents.
|
204
|
+
#
|
205
|
+
# Note: The following fields are mutually exclusive: `dimension`, `metric`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
190
206
|
# @!attribute [rw] metric
|
191
207
|
# @return [::Google::Ads::AdManager::V1::Report::Metric]
|
192
208
|
# The metric this field represents.
|
209
|
+
#
|
210
|
+
# Note: The following fields are mutually exclusive: `metric`, `dimension`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
193
211
|
class Field
|
194
212
|
include ::Google::Protobuf::MessageExts
|
195
213
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -214,15 +232,23 @@ module Google
|
|
214
232
|
# @!attribute [rw] field_filter
|
215
233
|
# @return [::Google::Ads::AdManager::V1::Report::Filter::FieldFilter]
|
216
234
|
# A filter on a single field.
|
235
|
+
#
|
236
|
+
# Note: The following fields are mutually exclusive: `field_filter`, `not_filter`, `and_filter`, `or_filter`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
217
237
|
# @!attribute [rw] not_filter
|
218
238
|
# @return [::Google::Ads::AdManager::V1::Report::Filter]
|
219
239
|
# A filter whose result is negated.
|
240
|
+
#
|
241
|
+
# Note: The following fields are mutually exclusive: `not_filter`, `field_filter`, `and_filter`, `or_filter`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
220
242
|
# @!attribute [rw] and_filter
|
221
243
|
# @return [::Google::Ads::AdManager::V1::Report::Filter::FilterList]
|
222
244
|
# A list of filters whose results are AND-ed.
|
245
|
+
#
|
246
|
+
# Note: The following fields are mutually exclusive: `and_filter`, `field_filter`, `not_filter`, `or_filter`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
223
247
|
# @!attribute [rw] or_filter
|
224
248
|
# @return [::Google::Ads::AdManager::V1::Report::Filter::FilterList]
|
225
249
|
# A list of filters whose results are OR-ed.
|
250
|
+
#
|
251
|
+
# Note: The following fields are mutually exclusive: `or_filter`, `field_filter`, `not_filter`, `and_filter`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
226
252
|
class Filter
|
227
253
|
include ::Google::Protobuf::MessageExts
|
228
254
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -341,9 +367,13 @@ module Google
|
|
341
367
|
# @!attribute [rw] fixed
|
342
368
|
# @return [::Google::Ads::AdManager::V1::Report::DateRange::FixedDateRange]
|
343
369
|
# A fixed date range.
|
370
|
+
#
|
371
|
+
# Note: The following fields are mutually exclusive: `fixed`, `relative`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
344
372
|
# @!attribute [rw] relative
|
345
373
|
# @return [::Google::Ads::AdManager::V1::Report::DateRange::RelativeDateRange]
|
346
374
|
# A relative date range.
|
375
|
+
#
|
376
|
+
# Note: The following fields are mutually exclusive: `relative`, `fixed`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
347
377
|
class DateRange
|
348
378
|
include ::Google::Protobuf::MessageExts
|
349
379
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -3396,9 +3426,13 @@ module Google
|
|
3396
3426
|
# @!attribute [rw] weekly_schedule
|
3397
3427
|
# @return [::Google::Ads::AdManager::V1::Schedule::WeeklySchedule]
|
3398
3428
|
# Days of week to schedule report run.
|
3429
|
+
#
|
3430
|
+
# Note: The following fields are mutually exclusive: `weekly_schedule`, `monthly_schedule`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
3399
3431
|
# @!attribute [rw] monthly_schedule
|
3400
3432
|
# @return [::Google::Ads::AdManager::V1::Schedule::MonthlySchedule]
|
3401
3433
|
# Days of month to schedule report run.
|
3434
|
+
#
|
3435
|
+
# Note: The following fields are mutually exclusive: `monthly_schedule`, `weekly_schedule`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
3402
3436
|
# @!attribute [rw] start_date
|
3403
3437
|
# @return [::Google::Type::Date]
|
3404
3438
|
# Date for the first run of the report.
|
@@ -409,6 +409,14 @@ module Google
|
|
409
409
|
# @return [::Array<::String>]
|
410
410
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
411
|
# on public client surfaces.
|
412
|
+
# @!attribute [rw] generate_omitted_as_internal
|
413
|
+
# @return [::Boolean]
|
414
|
+
# Setting this to true indicates to the client generators that methods
|
415
|
+
# that would be excluded from the generation should instead be generated
|
416
|
+
# in a way that indicates these methods should not be consumed by
|
417
|
+
# end users. How this is expressed is up to individual language
|
418
|
+
# implementations to decide. Some examples may be: added annotations,
|
419
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
420
|
class SelectiveGapicGeneration
|
413
421
|
include ::Google::Protobuf::MessageExts
|
414
422
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-ads-ad_manager-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -264,7 +263,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
264
263
|
licenses:
|
265
264
|
- Apache-2.0
|
266
265
|
metadata: {}
|
267
|
-
post_install_message:
|
268
266
|
rdoc_options: []
|
269
267
|
require_paths:
|
270
268
|
- lib
|
@@ -272,15 +270,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
272
270
|
requirements:
|
273
271
|
- - ">="
|
274
272
|
- !ruby/object:Gem::Version
|
275
|
-
version: '
|
273
|
+
version: '3.0'
|
276
274
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
277
275
|
requirements:
|
278
276
|
- - ">="
|
279
277
|
- !ruby/object:Gem::Version
|
280
278
|
version: '0'
|
281
279
|
requirements: []
|
282
|
-
rubygems_version: 3.
|
283
|
-
signing_key:
|
280
|
+
rubygems_version: 3.6.3
|
284
281
|
specification_version: 4
|
285
282
|
summary: Manage your Ad Manager inventory, run reports and more.
|
286
283
|
test_files: []
|