google-apis-content_v2_1 0.30.0 → 0.31.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/content_v2_1/classes.rb +20 -20
- data/lib/google/apis/content_v2_1/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: '09a26334ade5fe3f0aab5e33424ec0a4fde2eccb322f9b0442697563acf331ab'
|
|
4
|
+
data.tar.gz: d87501a03290fd6cdeb8dc1fe67cc4c127271c14382b7fa760870c2b6482f223
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0411101a467141db357a6a91e107ce14f8370d48e20780e2638cb4833f42311224bce3a5e3ed533c2528ddddc2aceffc3f4741d4b3abaac199e459fdb97cc98
|
|
7
|
+
data.tar.gz: d0f1bdac5bd387cf145f071e6e580e3b80e7873fae7aa1877aab3a138181cf2d5e69a07d37ecc8f68c6729377ba14123fa7c166360234d3593ee38f7c88f6200
|
data/CHANGELOG.md
CHANGED
|
@@ -3317,10 +3317,10 @@ module Google
|
|
|
3317
3317
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
3318
3318
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
3319
3319
|
# following: * A full date, with non-zero year, month, and day values * A month
|
|
3320
|
-
# and day
|
|
3321
|
-
#
|
|
3322
|
-
#
|
|
3323
|
-
# google.protobuf.Timestamp
|
|
3320
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
3321
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
3322
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
3323
|
+
# DateTime * google.protobuf.Timestamp
|
|
3324
3324
|
class Date
|
|
3325
3325
|
include Google::Apis::Core::Hashable
|
|
3326
3326
|
|
|
@@ -12696,10 +12696,10 @@ module Google
|
|
|
12696
12696
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
12697
12697
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
12698
12698
|
# following: * A full date, with non-zero year, month, and day values * A month
|
|
12699
|
-
# and day
|
|
12700
|
-
#
|
|
12701
|
-
#
|
|
12702
|
-
# google.protobuf.Timestamp
|
|
12699
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
12700
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
12701
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
12702
|
+
# DateTime * google.protobuf.Timestamp
|
|
12703
12703
|
# Corresponds to the JSON property `date`
|
|
12704
12704
|
# @return [Google::Apis::ContentV2_1::Date]
|
|
12705
12705
|
attr_accessor :date
|
|
@@ -13044,10 +13044,10 @@ module Google
|
|
|
13044
13044
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
13045
13045
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
13046
13046
|
# following: * A full date, with non-zero year, month, and day values * A month
|
|
13047
|
-
# and day
|
|
13048
|
-
#
|
|
13049
|
-
#
|
|
13050
|
-
# google.protobuf.Timestamp
|
|
13047
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
13048
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
13049
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
13050
|
+
# DateTime * google.protobuf.Timestamp
|
|
13051
13051
|
# Corresponds to the JSON property `date`
|
|
13052
13052
|
# @return [Google::Apis::ContentV2_1::Date]
|
|
13053
13053
|
attr_accessor :date
|
|
@@ -14411,10 +14411,10 @@ module Google
|
|
|
14411
14411
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
14412
14412
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
14413
14413
|
# following: * A full date, with non-zero year, month, and day values * A month
|
|
14414
|
-
# and day
|
|
14415
|
-
#
|
|
14416
|
-
#
|
|
14417
|
-
# google.protobuf.Timestamp
|
|
14414
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
14415
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
14416
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
14417
|
+
# DateTime * google.protobuf.Timestamp
|
|
14418
14418
|
# Corresponds to the JSON property `date`
|
|
14419
14419
|
# @return [Google::Apis::ContentV2_1::Date]
|
|
14420
14420
|
attr_accessor :date
|
|
@@ -14473,10 +14473,10 @@ module Google
|
|
|
14473
14473
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
14474
14474
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
14475
14475
|
# following: * A full date, with non-zero year, month, and day values * A month
|
|
14476
|
-
# and day
|
|
14477
|
-
#
|
|
14478
|
-
#
|
|
14479
|
-
# google.protobuf.Timestamp
|
|
14476
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
14477
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
14478
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
14479
|
+
# DateTime * google.protobuf.Timestamp
|
|
14480
14480
|
# Corresponds to the JSON property `week`
|
|
14481
14481
|
# @return [Google::Apis::ContentV2_1::Date]
|
|
14482
14482
|
attr_accessor :week
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContentV2_1
|
|
18
18
|
# Version of the google-apis-content_v2_1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.31.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 = "20220203"
|
|
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-content_v2_1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.31.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-14 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-content_v2_1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.31.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-content_v2_1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|