google-apis-adsense_v2 0.9.0 → 0.10.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 +16 -16
- 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: aa4b96e4aa896094a6b054bb186472669e87ff3304d0f4b18c9d6676fd61dadc
|
|
4
|
+
data.tar.gz: c77496be31245b9dff71f40813eaf1fcc5a9bc95e3c1fd626d3f84b4352d5e14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a1d3cf23554ffe80c83f92942f0d73b160f9420c5db3625d40bef0ecc5ae4e6c2bb58d9421ea49aef1d274790c06582d297c8a330b0b0af10a294572b142afc
|
|
7
|
+
data.tar.gz: b681bba771c59b21979cd1001e9ad2c14472c8b5a7552a4160c2110cc609d83ce11eaa22655ba5c534237ae3029b45c8e82d49f7aff36fd8b11b6f3b6fe4e672
|
data/CHANGELOG.md
CHANGED
|
@@ -329,10 +329,10 @@ module Google
|
|
|
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
331
|
# following: * A full date, with non-zero year, month, and day values * A month
|
|
332
|
-
# and day
|
|
333
|
-
#
|
|
334
|
-
#
|
|
335
|
-
# google.protobuf.Timestamp
|
|
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
|
|
336
336
|
class Date
|
|
337
337
|
include Google::Apis::Core::Hashable
|
|
338
338
|
|
|
@@ -760,10 +760,10 @@ module Google
|
|
|
760
760
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
761
761
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
762
762
|
# following: * A full date, with non-zero year, month, and day values * A month
|
|
763
|
-
# and day
|
|
764
|
-
#
|
|
765
|
-
#
|
|
766
|
-
# google.protobuf.Timestamp
|
|
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
|
|
767
767
|
# Corresponds to the JSON property `date`
|
|
768
768
|
# @return [Google::Apis::AdsenseV2::Date]
|
|
769
769
|
attr_accessor :date
|
|
@@ -802,10 +802,10 @@ module Google
|
|
|
802
802
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
803
803
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
804
804
|
# following: * A full date, with non-zero year, month, and day values * A month
|
|
805
|
-
# and day
|
|
806
|
-
#
|
|
807
|
-
#
|
|
808
|
-
# google.protobuf.Timestamp
|
|
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
|
|
809
809
|
# Corresponds to the JSON property `endDate`
|
|
810
810
|
# @return [Google::Apis::AdsenseV2::Date]
|
|
811
811
|
attr_accessor :end_date
|
|
@@ -826,10 +826,10 @@ module Google
|
|
|
826
826
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
827
827
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
828
828
|
# following: * A full date, with non-zero year, month, and day values * A month
|
|
829
|
-
# and day
|
|
830
|
-
#
|
|
831
|
-
#
|
|
832
|
-
# google.protobuf.Timestamp
|
|
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
|
|
833
833
|
# Corresponds to the JSON property `startDate`
|
|
834
834
|
# @return [Google::Apis::AdsenseV2::Date]
|
|
835
835
|
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.10.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 = "20220201"
|
|
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.10.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-02-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.10.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: []
|