google-apis-cloudchannel_v1 0.32.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
|
@@ -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)
|
|
@@ -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
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
|
|
@@ -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: []
|