google-apis-cloudchannel_v1 0.13.0 → 0.17.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: cfbb6a6ecdbb0d60a3ba179c71957b291e3a4018482ed8f934ffd09111166adc
4
+ data.tar.gz: 1b3d5ad563e81c796339d499184983136694ebdc4fa78ad4b6dbb3d9ed9f42e2
5
5
  SHA512:
6
- metadata.gz: f01419d9f67bf71ec96dfb55c3cfbb891e63d30551ee29af3602199f24324a648e2ba1a378852d98d333d38c00c36b4758a94d3e8d293898893995b40a70e41f
7
- data.tar.gz: 060f79eb59badd75e448fb196c60a53cc096a2df047eebe84d9ed5e036138166aa7a59a05239508f1da3df98219f202f86535d81207290db4c56e4d61236ee06
6
+ metadata.gz: 1fa4a74ab3071c1c35800061d8cfa79d0bbaae693ad170137fb98039f4c79b4df9b1ec79e431ec465a26c83808ebd49048582f341db5d13812a9933eb4498374
7
+ data.tar.gz: bc9cd956debc7be9d4a043bc3598b0655ecd20af2dd0a74453fa2a71ebe1fdfaebde3387d6a9df8aa2d98cfe2d939dbb135b77b762c939970af25458b415320b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.17.0 (2022-02-10)
4
+
5
+ * Regenerated from discovery document revision 20220209
6
+
7
+ ### v0.16.0 (2022-02-01)
8
+
9
+ * Regenerated from discovery document revision 20220129
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.15.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.14.0 (2021-11-05)
17
+
18
+ * Regenerated from discovery document revision 20211104
19
+
3
20
  ### v0.13.0 (2021-10-20)
4
21
 
5
22
  * Unspecified changes
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.
@@ -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
@@ -1877,8 +1882,9 @@ module Google
1877
1882
  # @return [String]
1878
1883
  attr_accessor :product_id
1879
1884
 
1880
- # Output only. Provisioning ID of the entitlement. For Google Workspace, this
1881
- # would be the underlying Subscription ID.
1885
+ # Output only. Provisioning ID of the entitlement. For Google Workspace, this is
1886
+ # the underlying Subscription ID. For Google Cloud Platform, this is the Billing
1887
+ # 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
@@ -2775,8 +2784,9 @@ module Google
2775
2784
  # @return [String]
2776
2785
  attr_accessor :product_id
2777
2786
 
2778
- # Output only. Provisioning ID of the entitlement. For Google Workspace, this
2779
- # would be the underlying Subscription ID.
2787
+ # Output only. Provisioning ID of the entitlement. For Google Workspace, this is
2788
+ # the underlying Subscription ID. For Google Cloud Platform, this is the Billing
2789
+ # 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.13.0"
19
+ GEM_VERSION = "0.17.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 = "20220209"
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.17.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: 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-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.17.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: []
@@ -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