google-apis-adsense_v2 0.10.0 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa4b96e4aa896094a6b054bb186472669e87ff3304d0f4b18c9d6676fd61dadc
4
- data.tar.gz: c77496be31245b9dff71f40813eaf1fcc5a9bc95e3c1fd626d3f84b4352d5e14
3
+ metadata.gz: a1afb2231b2f6fbd369667b042f2af950f232fe3b20dcd7d20055f7add07bfa9
4
+ data.tar.gz: 63826381c6e2230b37d9595efa85316c040cd0953ae710af40b5e3f09b47dc0a
5
5
  SHA512:
6
- metadata.gz: 2a1d3cf23554ffe80c83f92942f0d73b160f9420c5db3625d40bef0ecc5ae4e6c2bb58d9421ea49aef1d274790c06582d297c8a330b0b0af10a294572b142afc
7
- data.tar.gz: b681bba771c59b21979cd1001e9ad2c14472c8b5a7552a4160c2110cc609d83ce11eaa22655ba5c534237ae3029b45c8e82d49f7aff36fd8b11b6f3b6fe4e672
6
+ metadata.gz: 16adf5771df9a52d626c7c605f767732015ca7f86cf80d8b93b08f45d7034763ef3d9e683ffa2a2ee22e78f3ef85df86a9576a5e39dbc9c9da42a4dd59ddfcb1
7
+ data.tar.gz: 7ff1c6991674e16818d97668f20a5478afc9307fb3228d623118c440d1440588d4e43c2ba1be7323639b55b77f4d9f8495804f175d4be1b89c1f884a16a754ba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.13.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220319
6
+
7
+ ### v0.12.0 (2022-03-01)
8
+
9
+ * Regenerated from discovery document revision 20220301
10
+
11
+ ### v0.11.0 (2022-02-25)
12
+
13
+ * Regenerated from discovery document revision 20220224
14
+
3
15
  ### v0.10.0 (2022-02-03)
4
16
 
5
17
  * Regenerated from discovery document revision 20220201
@@ -152,13 +152,14 @@ module Google
152
152
  # @return [Google::Apis::AdsenseV2::ContentAdsSettings]
153
153
  attr_accessor :content_ads_settings
154
154
 
155
- # Display name of the ad unit, as provided when the ad unit was created.
155
+ # Required. Display name of the ad unit, as provided when the ad unit was
156
+ # created.
156
157
  # Corresponds to the JSON property `displayName`
157
158
  # @return [String]
158
159
  attr_accessor :display_name
159
160
 
160
- # Resource name of the ad unit. Format: accounts/`account`/adclients/`adclient`/
161
- # adunits/`adunit`
161
+ # Required. Resource name of the ad unit. Format: accounts/`account`/adclients/`
162
+ # adclient`/adunits/`adunit`
162
163
  # Corresponds to the JSON property `name`
163
164
  # @return [String]
164
165
  attr_accessor :name
@@ -328,11 +329,11 @@ module Google
328
329
  # Represents a whole or partial calendar date, such as a birthday. The time of
329
330
  # day and time zone are either specified elsewhere or are insignificant. The
330
331
  # date is relative to the Gregorian Calendar. This can represent one of the
331
- # following: * A full date, with non-zero year, month, and day values * A month
332
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
333
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
334
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
335
- # DateTime * google.protobuf.Timestamp
332
+ # following: * A full date, with non-zero year, month, and day values. * A month
333
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
334
+ # with a zero month and a zero day. * A year and month, with a zero day (for
335
+ # example, a credit card expiration date). Related types: * google.type.
336
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
336
337
  class Date
337
338
  include Google::Apis::Core::Hashable
338
339
 
@@ -746,7 +747,9 @@ module Google
746
747
 
747
748
  # Representation of an unpaid or paid payment. See [Payment timelines for
748
749
  # AdSense](https://support.google.com/adsense/answer/7164703) for more
749
- # information about payments.
750
+ # information about payments and the [YouTube homepage and payments account](
751
+ # https://support.google.com/adsense/answer/11622510) article for information
752
+ # about dedicated payments accounts for YouTube.
750
753
  class Payment
751
754
  include Google::Apis::Core::Hashable
752
755
 
@@ -759,11 +762,11 @@ module Google
759
762
  # Represents a whole or partial calendar date, such as a birthday. The time of
760
763
  # day and time zone are either specified elsewhere or are insignificant. The
761
764
  # date is relative to the Gregorian Calendar. This can represent one of the
762
- # following: * A full date, with non-zero year, month, and day values * A month
763
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
764
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
765
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
766
- # DateTime * google.protobuf.Timestamp
765
+ # following: * A full date, with non-zero year, month, and day values. * A month
766
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
767
+ # with a zero month and a zero day. * A year and month, with a zero day (for
768
+ # example, a credit card expiration date). Related types: * google.type.
769
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
767
770
  # Corresponds to the JSON property `date`
768
771
  # @return [Google::Apis::AdsenseV2::Date]
769
772
  attr_accessor :date
@@ -801,11 +804,11 @@ module Google
801
804
  # Represents a whole or partial calendar date, such as a birthday. The time of
802
805
  # day and time zone are either specified elsewhere or are insignificant. The
803
806
  # date is relative to the Gregorian Calendar. This can represent one of the
804
- # following: * A full date, with non-zero year, month, and day values * A month
805
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
806
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
807
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
808
- # DateTime * google.protobuf.Timestamp
807
+ # following: * A full date, with non-zero year, month, and day values. * A month
808
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
809
+ # with a zero month and a zero day. * A year and month, with a zero day (for
810
+ # example, a credit card expiration date). Related types: * google.type.
811
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
809
812
  # Corresponds to the JSON property `endDate`
810
813
  # @return [Google::Apis::AdsenseV2::Date]
811
814
  attr_accessor :end_date
@@ -825,11 +828,11 @@ module Google
825
828
  # Represents a whole or partial calendar date, such as a birthday. The time of
826
829
  # day and time zone are either specified elsewhere or are insignificant. The
827
830
  # date is relative to the Gregorian Calendar. This can represent one of the
828
- # following: * A full date, with non-zero year, month, and day values * A month
829
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
830
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
831
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
832
- # DateTime * google.protobuf.Timestamp
831
+ # following: * A full date, with non-zero year, month, and day values. * A month
832
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
833
+ # with a zero month and a zero day. * A year and month, with a zero day (for
834
+ # example, a credit card expiration date). Related types: * google.type.
835
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
833
836
  # Corresponds to the JSON property `startDate`
834
837
  # @return [Google::Apis::AdsenseV2::Date]
835
838
  attr_accessor :start_date
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdsenseV2
18
18
  # Version of the google-apis-adsense_v2 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220201"
25
+ REVISION = "20220319"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-adsense_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-07 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2
63
63
  post_install_message:
64
64
  rdoc_options: []