google-apis-contactcenteraiplatform_v1alpha1 0.7.0 → 0.8.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6c4bf53a1d840987c6d443d59d3db91d919e71cde5de118619fab81f76ce98b
|
4
|
+
data.tar.gz: 9a9c61c7b484afb259137d28ff60a9f3eb304bb523a4c393a59b64ece17f5be9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e53d2070986410d884d8066961147298b288c547d42c2c09f7ed1772980d65f7baa03fa41eb479907e9dcc67401a43fe3951e19f48e7564905f59cd86b2f5705
|
7
|
+
data.tar.gz: 0c78097c3865b7653b6172da91af160dee2613468d38b14f7456e35f89460f7151496e9062a29b625455ab24e46455f3ec67de4d204b9c60c05566492b0de532
|
data/CHANGELOG.md
CHANGED
@@ -112,7 +112,7 @@ module Google
|
|
112
112
|
end
|
113
113
|
end
|
114
114
|
|
115
|
-
# Message describing ContactCenter object Next ID:
|
115
|
+
# Message describing ContactCenter object Next ID: 15
|
116
116
|
class ContactCenter
|
117
117
|
include Google::Apis::Core::Hashable
|
118
118
|
|
@@ -149,6 +149,11 @@ module Google
|
|
149
149
|
# @return [Google::Apis::ContactcenteraiplatformV1alpha1::InstanceConfig]
|
150
150
|
attr_accessor :instance_config
|
151
151
|
|
152
|
+
# Immutable. The KMS key name to encrypt the user input (`ContactCenter`).
|
153
|
+
# Corresponds to the JSON property `kmsKey`
|
154
|
+
# @return [String]
|
155
|
+
attr_accessor :kms_key
|
156
|
+
|
152
157
|
# Labels as key value pairs
|
153
158
|
# Corresponds to the JSON property `labels`
|
154
159
|
# @return [Hash<String,String>]
|
@@ -196,6 +201,7 @@ module Google
|
|
196
201
|
@customer_domain_prefix = args[:customer_domain_prefix] if args.key?(:customer_domain_prefix)
|
197
202
|
@display_name = args[:display_name] if args.key?(:display_name)
|
198
203
|
@instance_config = args[:instance_config] if args.key?(:instance_config)
|
204
|
+
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
199
205
|
@labels = args[:labels] if args.key?(:labels)
|
200
206
|
@name = args[:name] if args.key?(:name)
|
201
207
|
@saml_params = args[:saml_params] if args.key?(:saml_params)
|
@@ -532,7 +538,7 @@ module Google
|
|
532
538
|
# @return [String]
|
533
539
|
attr_accessor :api_version
|
534
540
|
|
535
|
-
# Message describing ContactCenter object Next ID:
|
541
|
+
# Message describing ContactCenter object Next ID: 15
|
536
542
|
# Corresponds to the JSON property `contactCenter`
|
537
543
|
# @return [Google::Apis::ContactcenteraiplatformV1alpha1::ContactCenter]
|
538
544
|
attr_accessor :contact_center
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContactcenteraiplatformV1alpha1
|
18
18
|
# Version of the google-apis-contactcenteraiplatform_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.8.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 = "20230621"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -185,6 +185,7 @@ module Google
|
|
185
185
|
property :display_name, as: 'displayName'
|
186
186
|
property :instance_config, as: 'instanceConfig', class: Google::Apis::ContactcenteraiplatformV1alpha1::InstanceConfig, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::InstanceConfig::Representation
|
187
187
|
|
188
|
+
property :kms_key, as: 'kmsKey'
|
188
189
|
hash :labels, as: 'labels'
|
189
190
|
property :name, as: 'name'
|
190
191
|
property :saml_params, as: 'samlParams', class: Google::Apis::ContactcenteraiplatformV1alpha1::SamlParams, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::SamlParams::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-contactcenteraiplatform_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.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-07-02 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-contactcenteraiplatform_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenteraiplatform_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenteraiplatform_v1alpha1/v0.8.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenteraiplatform_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|