google-apis-adsense_v2 0.9.0 → 0.12.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: 23add441df83dd0934ac36e7f052c44a671bdd632ecef0aa65148f5abef8853f
4
- data.tar.gz: 806912454b4d31eb74394763e02fed835a3ea14e59429a66f88ac53e074a0b79
3
+ metadata.gz: 3f81f54078b10ecd2292ea3f8725d8813257a26e10d81aff7050c928b9e31a0a
4
+ data.tar.gz: 9bb00576f29cd889f858d1cedee28cacab778082502604630f1470ac63f5da18
5
5
  SHA512:
6
- metadata.gz: cabdf6094da1f2b24078c3d9c6bf9cb5cc30127dc5b26902327dbf0177305476b7b80d06ea836422b155ddfccccfeaffcf3553aa8ce061e576c4dc4e89e32d08
7
- data.tar.gz: 13645f260e47feed0e17be0982767905b6ea10952d4f8aa5081a7d546f56bcd4b72f21f1238dfdb4135027fd5f3fcef76db51982478d57bff7ce27af8cf94b9a
6
+ metadata.gz: eda8704580c65f0f84d613126a6d3055b19b1102a515bdc7549b3f96007a0af64dc1292eb8ac98408aaa726b2466c260587c525ba8ae99145b5bdd044c306fc7
7
+ data.tar.gz: 9f661174c3f49001a375c8324b46268eb1511102bbf1ad3b4487912ef26b14c1b4721891e7944ca0adc5a23e76630c9ef58e09635ec444a6a179a6605080f10c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.12.0 (2022-03-01)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
7
+ ### v0.11.0 (2022-02-25)
8
+
9
+ * Regenerated from discovery document revision 20220224
10
+
11
+ ### v0.10.0 (2022-02-03)
12
+
13
+ * Regenerated from discovery document revision 20220201
14
+
3
15
  ### v0.9.0 (2022-01-26)
4
16
 
5
17
  * Regenerated from discovery document revision 20220125
@@ -328,11 +328,11 @@ module Google
328
328
  # Represents a whole or partial calendar date, such as a birthday. The time of
329
329
  # day and time zone are either specified elsewhere or are insignificant. The
330
330
  # 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 value, with a zero year, such as an anniversary * A year on its own,
333
- # with zero month and day values * A year and month value, with a zero day, such
334
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
335
- # google.protobuf.Timestamp`.
331
+ # following: * A full date, with non-zero year, month, and day values. * A month
332
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
333
+ # with a zero month and a zero day. * A year and month, with a zero day (for
334
+ # example, a credit card expiration date). Related types: * google.type.
335
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
336
336
  class Date
337
337
  include Google::Apis::Core::Hashable
338
338
 
@@ -746,7 +746,9 @@ module Google
746
746
 
747
747
  # Representation of an unpaid or paid payment. See [Payment timelines for
748
748
  # AdSense](https://support.google.com/adsense/answer/7164703) for more
749
- # information about payments.
749
+ # information about payments and the [YouTube homepage and payments account](
750
+ # https://support.google.com/adsense/answer/11622510) article for information
751
+ # about dedicated payments accounts for YouTube.
750
752
  class Payment
751
753
  include Google::Apis::Core::Hashable
752
754
 
@@ -759,11 +761,11 @@ module Google
759
761
  # Represents a whole or partial calendar date, such as a birthday. The time of
760
762
  # day and time zone are either specified elsewhere or are insignificant. The
761
763
  # 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 value, with a zero year, such as an anniversary * A year on its own,
764
- # with zero month and day values * A year and month value, with a zero day, such
765
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
766
- # google.protobuf.Timestamp`.
764
+ # following: * A full date, with non-zero year, month, and day values. * A month
765
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
766
+ # with a zero month and a zero day. * A year and month, with a zero day (for
767
+ # example, a credit card expiration date). Related types: * google.type.
768
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
767
769
  # Corresponds to the JSON property `date`
768
770
  # @return [Google::Apis::AdsenseV2::Date]
769
771
  attr_accessor :date
@@ -801,11 +803,11 @@ module Google
801
803
  # Represents a whole or partial calendar date, such as a birthday. The time of
802
804
  # day and time zone are either specified elsewhere or are insignificant. The
803
805
  # 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 value, with a zero year, such as an anniversary * A year on its own,
806
- # with zero month and day values * A year and month value, with a zero day, such
807
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
808
- # google.protobuf.Timestamp`.
806
+ # following: * A full date, with non-zero year, month, and day values. * A month
807
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
808
+ # with a zero month and a zero day. * A year and month, with a zero day (for
809
+ # example, a credit card expiration date). Related types: * google.type.
810
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
809
811
  # Corresponds to the JSON property `endDate`
810
812
  # @return [Google::Apis::AdsenseV2::Date]
811
813
  attr_accessor :end_date
@@ -825,11 +827,11 @@ module Google
825
827
  # Represents a whole or partial calendar date, such as a birthday. The time of
826
828
  # day and time zone are either specified elsewhere or are insignificant. The
827
829
  # 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 value, with a zero year, such as an anniversary * A year on its own,
830
- # with zero month and day values * A year and month value, with a zero day, such
831
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
832
- # google.protobuf.Timestamp`.
830
+ # following: * A full date, with non-zero year, month, and day values. * A month
831
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
832
+ # with a zero month and a zero day. * A year and month, with a zero day (for
833
+ # example, a credit card expiration date). Related types: * google.type.
834
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
833
835
  # Corresponds to the JSON property `startDate`
834
836
  # @return [Google::Apis::AdsenseV2::Date]
835
837
  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.9.0"
19
+ GEM_VERSION = "0.12.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 = "20220125"
25
+ REVISION = "20220301"
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.9.0
4
+ version: 0.12.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-01-31 00:00:00.000000000 Z
11
+ date: 2022-03-07 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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.12.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: []