google-apis-cloudchannel_v1 0.13.0 → 0.14.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: c75589c6ba40d3da1a254cfc60cb48b4a6b956d999d630c24315f3ac8a429fb8
4
- data.tar.gz: fa6f8761d0b8cfd65b9702591e7c55804a973dfc79a7033e42a95a284d797f25
3
+ metadata.gz: b85d46ffffd8832c797529df9fb7dbdddfbc44eae59b478a36b61a828cbe9d0a
4
+ data.tar.gz: cfb12f91f07e860ce3e438f2022ddd1001498633facb943ebb15dc72266c2e1a
5
5
  SHA512:
6
- metadata.gz: f01419d9f67bf71ec96dfb55c3cfbb891e63d30551ee29af3602199f24324a648e2ba1a378852d98d333d38c00c36b4758a94d3e8d293898893995b40a70e41f
7
- data.tar.gz: 060f79eb59badd75e448fb196c60a53cc096a2df047eebe84d9ed5e036138166aa7a59a05239508f1da3df98219f202f86535d81207290db4c56e4d61236ee06
6
+ metadata.gz: 42be21a27622c768e4a592c0baf8aca4935ee709a50840d8887fe6d20e6f55f9b81dca6f10730e6a61147a4f02f822a597ce35196aef50e9b75e8f7050f9520d
7
+ data.tar.gz: d4bf8e3b0d35633b1cf67a5535a9a0f8c89c878569e921535e155a6f36eeee12669f678076df35504d396d104e3d3cec4ec533407a52fe65ea7a4be49c7bf422
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.14.0 (2021-11-05)
4
+
5
+ * Regenerated from discovery document revision 20211104
6
+
3
7
  ### v0.13.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -133,7 +133,8 @@ module Google
133
133
  # @return [String]
134
134
  attr_accessor :offer
135
135
 
136
- # Optional. Parameters needed to purchase the Offer.
136
+ # Optional. Parameters needed to purchase the Offer. To view the available
137
+ # Parameters refer to the Offer.parameter_definitions from the desired offer.
137
138
  # Corresponds to the JSON property `parameters`
138
139
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter>]
139
140
  attr_accessor :parameters
@@ -173,7 +174,8 @@ module Google
173
174
  include Google::Apis::Core::Hashable
174
175
 
175
176
  # Required. Entitlement parameters to update. You can only change editable
176
- # parameters.
177
+ # parameters. To view the available Parameters for a request, refer to the Offer.
178
+ # parameter_definitions from the desired offer.
177
179
  # Corresponds to the JSON property `parameters`
178
180
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter>]
179
181
  attr_accessor :parameters
@@ -806,8 +808,11 @@ module Google
806
808
  # @return [String]
807
809
  attr_accessor :offer
808
810
 
809
- # Extended entitlement parameters. When creating an entitlement, valid
810
- # parameters' names and values are defined in the offer's parameter definitions.
811
+ # Extended entitlement parameters. When creating an entitlement, valid parameter
812
+ # names and values are defined in the Offer.parameter_definitions. The response
813
+ # may include the following output-only Parameters: - assigned_units: The number
814
+ # of licenses assigned to users. - max_units: The maximum assignable units for a
815
+ # flexible offer. - num_units: The total commitment for commitment-based offers.
811
816
  # Corresponds to the JSON property `parameters`
812
817
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter>]
813
818
  attr_accessor :parameters
@@ -2597,8 +2602,11 @@ module Google
2597
2602
  # @return [String]
2598
2603
  attr_accessor :offer
2599
2604
 
2600
- # Extended entitlement parameters. When creating an entitlement, valid
2601
- # parameters' names and values are defined in the offer's parameter definitions.
2605
+ # Extended entitlement parameters. When creating an entitlement, valid parameter
2606
+ # names and values are defined in the Offer.parameter_definitions. The response
2607
+ # may include the following output-only Parameters: - assigned_units: The number
2608
+ # of licenses assigned to users. - max_units: The maximum assignable units for a
2609
+ # flexible offer. - num_units: The total commitment for commitment-based offers.
2602
2610
  # Corresponds to the JSON property `parameters`
2603
2611
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Parameter>]
2604
2612
  attr_accessor :parameters
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210809"
25
+ REVISION = "20211104"
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-cloudchannel_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-08 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.14.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: []