google-apis-contactcenteraiplatform_v1alpha1 0.22.0 → 0.23.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: 1f9422eaef5c0d237184769ca55194edc2410d9dda9a34779c2736f9729ad240
|
4
|
+
data.tar.gz: 282b2c3b269752d400e9f4999c72b36e1d13fd31180b11299af9700f520bacb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 260a248c048f0275396cec5e941093b87ad4ce2a7cf0862689a32850dceebea76629bcac72b8bcf393fd8f2df0586377ff5ef5008c69248f689718af08c30fca
|
7
|
+
data.tar.gz: 644f57fc4632942f11aae8b856be74b839446b1e71e9f9a69e0a9c75bd46bc7d52802534dfbbf7f0295fd1935e9ba25bb9e86ead0e6ea5cab5e266b91d4d6066
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-contactcenteraiplatform_v1alpha1
|
2
2
|
|
3
|
+
### v0.23.0 (2024-09-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240904
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.22.0 (2024-06-23)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240621
|
@@ -111,9 +111,8 @@ module Google
|
|
111
111
|
# @return [String]
|
112
112
|
attr_accessor :create_time
|
113
113
|
|
114
|
-
# Instances in this Channel will receive updates after all instances in `
|
115
|
-
#
|
116
|
-
# their peak hours.
|
114
|
+
# Instances in this Channel will receive updates after all instances in `Normal`
|
115
|
+
# were updated. They also will only be updated outside of their peak hours.
|
117
116
|
# Corresponds to the JSON property `critical`
|
118
117
|
# @return [Google::Apis::ContactcenteraiplatformV1alpha1::Critical]
|
119
118
|
attr_accessor :critical
|
@@ -257,9 +256,8 @@ module Google
|
|
257
256
|
end
|
258
257
|
end
|
259
258
|
|
260
|
-
# Instances in this Channel will receive updates after all instances in `
|
261
|
-
#
|
262
|
-
# their peak hours.
|
259
|
+
# Instances in this Channel will receive updates after all instances in `Normal`
|
260
|
+
# were updated. They also will only be updated outside of their peak hours.
|
263
261
|
class Critical
|
264
262
|
include Google::Apis::Core::Hashable
|
265
263
|
|
@@ -698,6 +696,11 @@ module Google
|
|
698
696
|
# @return [Array<String>]
|
699
697
|
attr_accessor :allowed_consumer_project_ids
|
700
698
|
|
699
|
+
# Output only. The CCAIP tenant project ids.
|
700
|
+
# Corresponds to the JSON property `producerProjectIds`
|
701
|
+
# @return [Array<String>]
|
702
|
+
attr_accessor :producer_project_ids
|
703
|
+
|
701
704
|
def initialize(**args)
|
702
705
|
update!(**args)
|
703
706
|
end
|
@@ -705,6 +708,7 @@ module Google
|
|
705
708
|
# Update properties of this object
|
706
709
|
def update!(**args)
|
707
710
|
@allowed_consumer_project_ids = args[:allowed_consumer_project_ids] if args.key?(:allowed_consumer_project_ids)
|
711
|
+
@producer_project_ids = args[:producer_project_ids] if args.key?(:producer_project_ids)
|
708
712
|
end
|
709
713
|
end
|
710
714
|
|
@@ -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.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240904"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -365,6 +365,7 @@ module Google
|
|
365
365
|
# @private
|
366
366
|
class Representation < Google::Apis::Core::JsonRepresentation
|
367
367
|
collection :allowed_consumer_project_ids, as: 'allowedConsumerProjectIds'
|
368
|
+
collection :producer_project_ids, as: 'producerProjectIds'
|
368
369
|
end
|
369
370
|
end
|
370
371
|
|
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.23.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: 2024-
|
11
|
+
date: 2024-09-15 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.23.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: []
|