google-apis-cloudchannel_v1 0.58.0 → 0.59.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5a9e814d3d9ab0cee72ad850593def983631afc681e9ce32760e4b111f90635
|
4
|
+
data.tar.gz: 51f8f67b9d47bebf027d4df936dc2ff1a036239e4a4d63407e8f492166ff32d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c61d3a858250e10528b931068c72b8c589090315d3a3b6f17f34d5e99ab67f73bec3839314939cc0e902a4c01ee7543544af494bd0d1475b683c3428519532d2
|
7
|
+
data.tar.gz: 0a9de46297fba964df0c3dbae04a0f0aaf7ac366599b3da17229b77ec09ef7a38239a4ddb8190d7ab8ec5a49561feae3ba407f86f6a0a98dfac9abb982e433f3
|
data/CHANGELOG.md
CHANGED
@@ -251,8 +251,7 @@ module Google
|
|
251
251
|
|
252
252
|
# Optional. Price reference ID for the offer. Optional field only for offers
|
253
253
|
# that require additional price information. Used to guarantee that the pricing
|
254
|
-
# is consistent between quoting the offer and placing the order.
|
255
|
-
# implemented: if populated in a request, this field isn't evaluated in the API.
|
254
|
+
# is consistent between quoting the offer and placing the order.
|
256
255
|
# Corresponds to the JSON property `priceReferenceId`
|
257
256
|
# @return [String]
|
258
257
|
attr_accessor :price_reference_id
|
@@ -1192,9 +1191,7 @@ module Google
|
|
1192
1191
|
|
1193
1192
|
# Optional. Price reference ID for the offer. Optional field only for offers
|
1194
1193
|
# that require additional price information. Used to guarantee that the pricing
|
1195
|
-
# is consistent between quoting the offer and placing the order.
|
1196
|
-
# implemented: if this field is populated in a request, it isn't evaluated in
|
1197
|
-
# the API.
|
1194
|
+
# is consistent between quoting the offer and placing the order.
|
1198
1195
|
# Corresponds to the JSON property `priceReferenceId`
|
1199
1196
|
# @return [String]
|
1200
1197
|
attr_accessor :price_reference_id
|
@@ -4085,9 +4082,7 @@ module Google
|
|
4085
4082
|
|
4086
4083
|
# Optional. Price reference ID for the offer. Optional field only for offers
|
4087
4084
|
# that require additional price information. Used to guarantee that the pricing
|
4088
|
-
# is consistent between quoting the offer and placing the order.
|
4089
|
-
# implemented: if this field is populated in a request, it isn't evaluated in
|
4090
|
-
# the API.
|
4085
|
+
# is consistent between quoting the offer and placing the order.
|
4091
4086
|
# Corresponds to the JSON property `priceReferenceId`
|
4092
4087
|
# @return [String]
|
4093
4088
|
attr_accessor :price_reference_id
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudchannelV1
|
18
18
|
# Version of the google-apis-cloudchannel_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.59.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250325"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudchannel_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.59.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.59.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|