google-ads-ad_manager-v1 0.2.0 → 0.3.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.
- 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 +7 -0
- 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/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: 7b50ffe84865aac9bed36e06d8389862229ecea586d29db6c842b9c1c42d51cb
|
|
4
|
+
data.tar.gz: aecc2ab99408e964bfd5566f5280d2bb8b5054641eaf6bc1372ba19d2ee216ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bfef74a4bb63e634b6fb57abfbbad1a9055312897537d0e017a2db17f9859019bf451de84e94ebd8437fe5d3d3cfc4c851aecfe21d5bae2c7423fe25cb0fe47
|
|
7
|
+
data.tar.gz: 95d497f906f568685e8b1f37e3c04855a16baa38ab312b1f1a7b113613a590b22b18eaedf9ce028ef06627abe56ef88125f2b05c1960eba238ea601ccd20c716
|
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
|
|
@@ -767,6 +767,13 @@ module Google
|
|
|
767
767
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
768
768
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
769
769
|
# * (`nil`) indicating no credentials
|
|
770
|
+
#
|
|
771
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
772
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
773
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
774
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
775
|
+
# For more information, refer to [Validate credential configurations from external
|
|
776
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
770
777
|
# @return [::Object]
|
|
771
778
|
# @!attribute [rw] scope
|
|
772
779
|
# 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.
|
|
@@ -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: 0.3.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-01-29 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.2
|
|
284
281
|
specification_version: 4
|
|
285
282
|
summary: Manage your Ad Manager inventory, run reports and more.
|
|
286
283
|
test_files: []
|