google-apis-cloudchannel_v1 0.55.0 → 0.56.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: c1192930585f8141c5053e87a2bea8c70cf9633c5ce75d62dbb6c74ef5963fa0
4
- data.tar.gz: ca18f122b86249786c403d82a01d1f07714d5716d0db6fdcab655ed1bb2ccc70
3
+ metadata.gz: 5545d7414d93ee36b1974dfc8122fda84468db799c45263112f4b61d061dfdd0
4
+ data.tar.gz: b0aea21bdb2b913da8800ab5254a2263b9c43a9159c5db32dbc9d7aa45dfcb95
5
5
  SHA512:
6
- metadata.gz: 17494ee5b160f7c427fd6b74084748f1e747480e3e330e221b63ac1fd01499ed020197524d5d1762f72f0bb4e96e8e9f651c4a573335deb82e7547ca3896a607
7
- data.tar.gz: 9749e2d6eeb68f3211eead74df21678cec19d10ad1249edc848d6f2979d8029e1b16a589e519ef8c2e74a1fb26a3f255ebe9a9b19d770c90306100d082258609
6
+ metadata.gz: 60ea4a41f768b08d9b6519ac2449f9bfb0d1262c6ff0ba9c65ab823c3bf3b5954dc570c83d362e3c0376f9309465b0a3c286a423495262a07396fbc62ad7cf59
7
+ data.tar.gz: 5ab38f50d3f8bf8388fbac697bf1d43ff55ed7c3dbe51441bd56dc910b573659ea5e05fd2e2e4e5c083d7cf639ecfc55db45545514e3b4817767ae9e66a48e09
data/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
- ### v0.55.0 (2024-11-10)
3
+ ### v0.56.0 (2024-11-24)
4
4
 
5
- * Regenerated from discovery document revision 20241102
5
+ * Regenerated from discovery document revision 20241116
6
+
7
+ ### v0.55.0 (2024-11-17)
8
+
9
+ * Regenerated from discovery document revision 20241109
6
10
 
7
11
  ### v0.54.0 (2024-10-27)
8
12
 
@@ -251,9 +251,8 @@ 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. Yet to be
255
- # implemented: this field is currently not evaluated in the API if populated in
256
- # a request.
254
+ # is consistent between quoting the offer and placing the order. Not yet
255
+ # implemented: if populated in a request, this field isn't evaluated in the API.
257
256
  # Corresponds to the JSON property `priceReferenceId`
258
257
  # @return [String]
259
258
  attr_accessor :price_reference_id
@@ -543,7 +542,7 @@ module Google
543
542
  alias_method :existing?, :existing
544
543
 
545
544
  # Returns true if the Cloud Identity account is associated with a customer of
546
- # the Channel Services partner.
545
+ # the Channel Services partner (with active subscriptions or purchase consents).
547
546
  # Corresponds to the JSON property `owned`
548
547
  # @return [Boolean]
549
548
  attr_accessor :owned
@@ -1193,9 +1192,9 @@ module Google
1193
1192
 
1194
1193
  # Optional. Price reference ID for the offer. Optional field only for offers
1195
1194
  # that require additional price information. Used to guarantee that the pricing
1196
- # is consistent between quoting the offer and placing the order. Yet to be
1197
- # implemented: this field is currently not evaluated in the API if populated in
1198
- # a request.
1195
+ # is consistent between quoting the offer and placing the order. Not yet
1196
+ # implemented: if this field is populated in a request, it isn't evaluated in
1197
+ # the API.
1199
1198
  # Corresponds to the JSON property `priceReferenceId`
1200
1199
  # @return [String]
1201
1200
  attr_accessor :price_reference_id
@@ -4086,9 +4085,9 @@ module Google
4086
4085
 
4087
4086
  # Optional. Price reference ID for the offer. Optional field only for offers
4088
4087
  # that require additional price information. Used to guarantee that the pricing
4089
- # is consistent between quoting the offer and placing the order. Yet to be
4090
- # implemented: this field is currently not evaluated in the API if populated in
4091
- # a request.
4088
+ # is consistent between quoting the offer and placing the order. Not yet
4089
+ # implemented: if this field is populated in a request, it isn't evaluated in
4090
+ # the API.
4092
4091
  # Corresponds to the JSON property `priceReferenceId`
4093
4092
  # @return [String]
4094
4093
  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.55.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241102"
25
+ REVISION = "20241116"
26
26
  end
27
27
  end
28
28
  end
@@ -2790,8 +2790,8 @@ module Google
2790
2790
  # Clients can use Operations.GetOperation or other methods to check whether the
2791
2791
  # cancellation succeeded or whether the operation completed despite cancellation.
2792
2792
  # On successful cancellation, the operation is not deleted; instead, it becomes
2793
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
2794
- # corresponding to `Code.CANCELLED`.
2793
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
2794
+ # , corresponding to `Code.CANCELLED`.
2795
2795
  # @param [String] name
2796
2796
  # The name of the operation resource to be cancelled.
2797
2797
  # @param [Google::Apis::CloudchannelV1::GoogleLongrunningCancelOperationRequest] google_longrunning_cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudchannel_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.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: 2024-11-17 00:00:00.000000000 Z
11
+ date: 2024-12-04 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-cloudchannel_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.56.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
63
63
  post_install_message:
64
64
  rdoc_options: []