google-apis-cloudchannel_v1 0.31.0 → 0.33.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40a62b2fe90f3ae7d3715d82a95688bb042960bbcc836b488e917b9e419a78c7
|
4
|
+
data.tar.gz: 11dde20c239f23279c1dff8e650a7413616b9985364a0bbbe02f783ce8679067
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fa532c6cd3cc8f21319923fba191a262f030b608178d6214bfe1a0a4c10be1231b0e08b058c6143cabe2fedf572907fc170bee568d85107fbb59a9746fe0523
|
7
|
+
data.tar.gz: d82a06ffa509960ffbb8116bab1aed37b46c1cd44efd90f6889189479f7bae164ef5deb908c4f8153af02979fb982746194f952da3af73c19416199be9d94fb1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudchannel_v1
|
2
2
|
|
3
|
+
### v0.33.0 (2023-03-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230226
|
6
|
+
|
7
|
+
### v0.32.0 (2023-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230212
|
10
|
+
* Regenerated using generator version 0.12.0
|
11
|
+
|
3
12
|
### v0.31.0 (2023-01-29)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20230122
|
@@ -718,6 +718,12 @@ module Google
|
|
718
718
|
# @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityInfo]
|
719
719
|
attr_accessor :cloud_identity_info
|
720
720
|
|
721
|
+
# Optional. External CRM ID for the customer. Populated only if a CRM ID exists
|
722
|
+
# for this customer.
|
723
|
+
# Corresponds to the JSON property `correlationId`
|
724
|
+
# @return [String]
|
725
|
+
attr_accessor :correlation_id
|
726
|
+
|
721
727
|
# Output only. Time when the customer was created.
|
722
728
|
# Corresponds to the JSON property `createTime`
|
723
729
|
# @return [String]
|
@@ -781,6 +787,7 @@ module Google
|
|
781
787
|
@channel_partner_id = args[:channel_partner_id] if args.key?(:channel_partner_id)
|
782
788
|
@cloud_identity_id = args[:cloud_identity_id] if args.key?(:cloud_identity_id)
|
783
789
|
@cloud_identity_info = args[:cloud_identity_info] if args.key?(:cloud_identity_info)
|
790
|
+
@correlation_id = args[:correlation_id] if args.key?(:correlation_id)
|
784
791
|
@create_time = args[:create_time] if args.key?(:create_time)
|
785
792
|
@domain = args[:domain] if args.key?(:domain)
|
786
793
|
@language_code = args[:language_code] if args.key?(:language_code)
|
@@ -1028,8 +1035,8 @@ module Google
|
|
1028
1035
|
# maximum assignable units for a flexible offer OR - num_units: The total
|
1029
1036
|
# commitment for commitment-based offers The response may additionally include
|
1030
1037
|
# the following output-only Parameters: - assigned_units: The number of licenses
|
1031
|
-
# assigned to users. For GCP billing
|
1032
|
-
# accepted as input: - display_name: The display name of the billing
|
1038
|
+
# assigned to users. For GCP billing subaccounts, the following Parameter may be
|
1039
|
+
# accepted as input: - display_name: The display name of the billing subaccount.
|
1033
1040
|
# Corresponds to the JSON property `parameters`
|
1034
1041
|
# @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter>]
|
1035
1042
|
attr_accessor :parameters
|
@@ -3588,8 +3595,8 @@ module Google
|
|
3588
3595
|
# maximum assignable units for a flexible offer OR - num_units: The total
|
3589
3596
|
# commitment for commitment-based offers The response may additionally include
|
3590
3597
|
# the following output-only Parameters: - assigned_units: The number of licenses
|
3591
|
-
# assigned to users. For GCP billing
|
3592
|
-
# accepted as input: - display_name: The display name of the billing
|
3598
|
+
# assigned to users. For GCP billing subaccounts, the following Parameter may be
|
3599
|
+
# accepted as input: - display_name: The display name of the billing subaccount.
|
3593
3600
|
# Corresponds to the JSON property `parameters`
|
3594
3601
|
# @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Parameter>]
|
3595
3602
|
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.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230226"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -988,6 +988,7 @@ module Google
|
|
988
988
|
property :cloud_identity_id, as: 'cloudIdentityId'
|
989
989
|
property :cloud_identity_info, as: 'cloudIdentityInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityInfo::Representation
|
990
990
|
|
991
|
+
property :correlation_id, as: 'correlationId'
|
991
992
|
property :create_time, as: 'createTime'
|
992
993
|
property :domain, as: 'domain'
|
993
994
|
property :language_code, as: 'languageCode'
|
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.33.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-
|
11
|
+
date: 2023-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.11.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.33.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: []
|