google-apis-cloudchannel_v1 0.30.0 → 0.31.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/cloudchannel_v1/classes.rb +14 -8
- data/lib/google/apis/cloudchannel_v1/gem_version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bf0d3597c5c33c8987cd7e3f2c4ede20fe1e61611cf096424bf54c283003c4b
|
|
4
|
+
data.tar.gz: 617578a03c1e6b1ea485090c59e5890b8b25c471761d35cf74e603d1c27eed6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c8990a52e838cdf2021283bef07ea9f01302b92a8414116e3a683e62460dec83b596fe0443e7b690595d09023d08f435b5714096acf0a8599850b5147d2a84b
|
|
7
|
+
data.tar.gz: '08f925bc9c3711e718bbaa1203ca107a4a9f9bac2dcbc26da274e935ecc9c2aa9214f4ddc312d792756a594bb7cb9beb1f392dfb836916a73680423b0271a1cb'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-cloudchannel_v1
|
|
2
2
|
|
|
3
|
+
### v0.31.0 (2023-01-29)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230122
|
|
6
|
+
* Regenerated using generator version 0.11.1
|
|
7
|
+
|
|
3
8
|
### v0.30.0 (2022-12-14)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20221210
|
|
@@ -1023,10 +1023,13 @@ module Google
|
|
|
1023
1023
|
attr_accessor :offer
|
|
1024
1024
|
|
|
1025
1025
|
# Extended entitlement parameters. When creating an entitlement, valid parameter
|
|
1026
|
-
# names and values are defined in the Offer.parameter_definitions.
|
|
1027
|
-
#
|
|
1028
|
-
#
|
|
1029
|
-
#
|
|
1026
|
+
# names and values are defined in the Offer.parameter_definitions. For Google
|
|
1027
|
+
# Workspace, the following Parameters may be accepted as input: - max_units: The
|
|
1028
|
+
# maximum assignable units for a flexible offer OR - num_units: The total
|
|
1029
|
+
# commitment for commitment-based offers The response may additionally include
|
|
1030
|
+
# the following output-only Parameters: - assigned_units: The number of licenses
|
|
1031
|
+
# assigned to users. For GCP billing accounts, the following Parameter may be
|
|
1032
|
+
# accepted as input: - display_name: The display name of the billing account.
|
|
1030
1033
|
# Corresponds to the JSON property `parameters`
|
|
1031
1034
|
# @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter>]
|
|
1032
1035
|
attr_accessor :parameters
|
|
@@ -3580,10 +3583,13 @@ module Google
|
|
|
3580
3583
|
attr_accessor :offer
|
|
3581
3584
|
|
|
3582
3585
|
# Extended entitlement parameters. When creating an entitlement, valid parameter
|
|
3583
|
-
# names and values are defined in the Offer.parameter_definitions.
|
|
3584
|
-
#
|
|
3585
|
-
#
|
|
3586
|
-
#
|
|
3586
|
+
# names and values are defined in the Offer.parameter_definitions. For Google
|
|
3587
|
+
# Workspace, the following Parameters may be accepted as input: - max_units: The
|
|
3588
|
+
# maximum assignable units for a flexible offer OR - num_units: The total
|
|
3589
|
+
# commitment for commitment-based offers The response may additionally include
|
|
3590
|
+
# the following output-only Parameters: - assigned_units: The number of licenses
|
|
3591
|
+
# assigned to users. For GCP billing accounts, the following Parameter may be
|
|
3592
|
+
# accepted as input: - display_name: The display name of the billing account.
|
|
3587
3593
|
# Corresponds to the JSON property `parameters`
|
|
3588
3594
|
# @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Parameter>]
|
|
3589
3595
|
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.
|
|
19
|
+
GEM_VERSION = "0.31.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.11.
|
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230122"
|
|
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.
|
|
4
|
+
version: 0.31.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: 2023-01-
|
|
11
|
+
date: 2023-01-29 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.31.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.
|
|
78
|
+
rubygems_version: 3.4.2
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Channel API V1
|