google-apis-contactcenteraiplatform_v1alpha1 0.18.0 → 0.19.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: d0a074019fb33c1f84aab15f9db895d887ddd82ac842b8ab94453603e3720887
|
4
|
+
data.tar.gz: 02f54c732ff0622093730dd5105b57ac82cad445d94a46e39280c9333b492a36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c36baa7deea7f4f3380d97c56a8a5f2c34d7d2d6c0f4e7c06fb8f95472c87a10af5e20dd6b46744ec8e9a9ee3243ec023fe99f70df1cfc7ed8234a1bec89d35
|
7
|
+
data.tar.gz: 3cd88b3ce7f24878278f0426f68c394e3e49f531d5fbcb6608e67da548d87b3d3b0a288832db81596d82a5f71487c86e5e4b71838b1dad6c05783c43a086d511
|
data/CHANGELOG.md
CHANGED
@@ -767,6 +767,13 @@ module Google
|
|
767
767
|
class ServiceAttachment
|
768
768
|
include Google::Apis::Core::Hashable
|
769
769
|
|
770
|
+
# The list of project ids that are allowed to send traffic to the service
|
771
|
+
# attachment. This field should be filled only for the ingress service
|
772
|
+
# attachments.
|
773
|
+
# Corresponds to the JSON property `allowedProjectIds`
|
774
|
+
# @return [Array<String>]
|
775
|
+
attr_accessor :allowed_project_ids
|
776
|
+
|
770
777
|
# The service attachment name that will be used for sending private traffic to
|
771
778
|
# the CCAIP tenant project. Example: "projects/$`TENANT_PROJECT_ID`/regions/$`
|
772
779
|
# REGION`/serviceAttachments/ingress-default".
|
@@ -780,6 +787,7 @@ module Google
|
|
780
787
|
|
781
788
|
# Update properties of this object
|
782
789
|
def update!(**args)
|
790
|
+
@allowed_project_ids = args[:allowed_project_ids] if args.key?(:allowed_project_ids)
|
783
791
|
@name = args[:name] if args.key?(:name)
|
784
792
|
end
|
785
793
|
end
|
@@ -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.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240528"
|
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-contactcenteraiplatform_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.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-06-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.19.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: []
|