google-apis-cloudchannel_v1 0.12.0 → 0.16.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: '0894942a280bf4343dd9c873df452ecb7be816830432f115071aeea35a36bd97'
4
- data.tar.gz: 95d9aea11b4e57f46c907bdc6406a8edc2c4b5350864322547b18f5ff5edb459
3
+ metadata.gz: ed374ec27641210473a80cd47f7538541020f9d789e06a22f0245c9b9f4a26fa
4
+ data.tar.gz: 9c53a0cc5a45ebd5e3c23fb61ca7031a46466d0108de62bee275cb5902690b0d
5
5
  SHA512:
6
- metadata.gz: bd70b63f532c1dce466c5473bd1eb5d0fc5a220681b9ae5e6091e26ab9a4a9ceb87d7680efd372057bb1b83e0c62290eabee1237555190fe495cdc99a17f6771
7
- data.tar.gz: 5e173793d72ffe0c0511770835b41e2c7471a0dfe7f719a82a391567bf05ac22e21d805943dc3d4624cce371884b6aa2809f5ce23a92d7690634d8857472ad98
6
+ metadata.gz: d9b0f2be5de25aae5c77a5871ffd640090bd63bb98df2bd8754a1a01cdc4bfa349f15a982de475daea4f9173a23ca1a2db78f53f53c89b05d7c66be8a85f8141
7
+ data.tar.gz: 7876f89428fa41083a16a564ec20383e1fae31486392952ab91f2ec8d2a60e2e49db3367f8c6f27eb866afa37a58516ba9ce02b1d9727873aee349f057b79905
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.16.0 (2022-02-01)
4
+
5
+ * Regenerated from discovery document revision 20220129
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.15.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.14.0 (2021-11-05)
13
+
14
+ * Regenerated from discovery document revision 20211104
15
+
16
+ ### v0.13.0 (2021-10-20)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.12.0 (2021-09-01)
4
21
 
5
22
  * Regenerated from discovery document revision 20210809
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/cloudchannel_v1"
51
51
  client = Google::Apis::CloudchannelV1::CloudchannelService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Cloudchannel service in particular.)
67
67
 
@@ -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
@@ -1878,7 +1883,8 @@ module Google
1878
1883
  attr_accessor :product_id
1879
1884
 
1880
1885
  # Output only. Provisioning ID of the entitlement. For Google Workspace, this
1881
- # would be the underlying Subscription ID.
1886
+ # would be the underlying Subscription ID. For Google Cloud Platform, this would
1887
+ # be the Billing Account ID of the billing subaccount."
1882
1888
  # Corresponds to the JSON property `provisioningId`
1883
1889
  # @return [String]
1884
1890
  attr_accessor :provisioning_id
@@ -2597,8 +2603,11 @@ module Google
2597
2603
  # @return [String]
2598
2604
  attr_accessor :offer
2599
2605
 
2600
- # Extended entitlement parameters. When creating an entitlement, valid
2601
- # parameters' names and values are defined in the offer's parameter definitions.
2606
+ # Extended entitlement parameters. When creating an entitlement, valid parameter
2607
+ # names and values are defined in the Offer.parameter_definitions. The response
2608
+ # may include the following output-only Parameters: - assigned_units: The number
2609
+ # of licenses assigned to users. - max_units: The maximum assignable units for a
2610
+ # flexible offer. - num_units: The total commitment for commitment-based offers.
2602
2611
  # Corresponds to the JSON property `parameters`
2603
2612
  # @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Parameter>]
2604
2613
  attr_accessor :parameters
@@ -2776,7 +2785,8 @@ module Google
2776
2785
  attr_accessor :product_id
2777
2786
 
2778
2787
  # Output only. Provisioning ID of the entitlement. For Google Workspace, this
2779
- # would be the underlying Subscription ID.
2788
+ # would be the underlying Subscription ID. For Google Cloud Platform, this would
2789
+ # be the Billing Account ID of the billing subaccount."
2780
2790
  # Corresponds to the JSON property `provisioningId`
2781
2791
  # @return [String]
2782
2792
  attr_accessor :provisioning_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.12.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210809"
25
+ REVISION = "20220129"
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.12.0
4
+ version: 0.16.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-09-06 00:00:00.000000000 Z
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
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudchannel_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.12.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudchannel_v1
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.16.0
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: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Channel API V1