google-apis-adsense_v2 0.11.0 → 0.12.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/CHANGELOG.md +4 -0
- data/lib/google/apis/adsense_v2/classes.rb +20 -20
- data/lib/google/apis/adsense_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f81f54078b10ecd2292ea3f8725d8813257a26e10d81aff7050c928b9e31a0a
|
|
4
|
+
data.tar.gz: 9bb00576f29cd889f858d1cedee28cacab778082502604630f1470ac63f5da18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eda8704580c65f0f84d613126a6d3055b19b1102a515bdc7549b3f96007a0af64dc1292eb8ac98408aaa726b2466c260587c525ba8ae99145b5bdd044c306fc7
|
|
7
|
+
data.tar.gz: 9f661174c3f49001a375c8324b46268eb1511102bbf1ad3b4487912ef26b14c1b4721891e7944ca0adc5a23e76630c9ef58e09635ec444a6a179a6605080f10c
|
data/CHANGELOG.md
CHANGED
|
@@ -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, with a zero year (
|
|
333
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
334
|
-
# card expiration date) Related types: * google.type.
|
|
335
|
-
# DateTime * 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
|
|
|
@@ -761,11 +761,11 @@ module Google
|
|
|
761
761
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
762
762
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
763
763
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
764
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
|
765
|
-
# and day, with a zero year (
|
|
766
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
767
|
-
# card expiration date) Related types: * google.type.
|
|
768
|
-
# DateTime * 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
|
|
769
769
|
# Corresponds to the JSON property `date`
|
|
770
770
|
# @return [Google::Apis::AdsenseV2::Date]
|
|
771
771
|
attr_accessor :date
|
|
@@ -803,11 +803,11 @@ module Google
|
|
|
803
803
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
804
804
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
805
805
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
806
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
|
807
|
-
# and day, with a zero year (
|
|
808
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
809
|
-
# card expiration date) Related types: * google.type.
|
|
810
|
-
# DateTime * 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
|
|
811
811
|
# Corresponds to the JSON property `endDate`
|
|
812
812
|
# @return [Google::Apis::AdsenseV2::Date]
|
|
813
813
|
attr_accessor :end_date
|
|
@@ -827,11 +827,11 @@ module Google
|
|
|
827
827
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
828
828
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
829
829
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
830
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
|
831
|
-
# and day, with a zero year (
|
|
832
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
833
|
-
# card expiration date) Related types: * google.type.
|
|
834
|
-
# DateTime * 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
|
|
835
835
|
# Corresponds to the JSON property `startDate`
|
|
836
836
|
# @return [Google::Apis::AdsenseV2::Date]
|
|
837
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|