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: 2e359209179af9ccad4e0fb67ca7131da5b85cb930ada74d4b0914b0421a41e5
4
- data.tar.gz: e62eea23654a4f07c0910326d41edf2f44b4f656f443b1984186b1fd4f9de186
3
+ metadata.gz: d0a074019fb33c1f84aab15f9db895d887ddd82ac842b8ab94453603e3720887
4
+ data.tar.gz: 02f54c732ff0622093730dd5105b57ac82cad445d94a46e39280c9333b492a36
5
5
  SHA512:
6
- metadata.gz: 8b9ee71d866f3567c5fc0bec2988e9974bf697f7bc0ac1cbe0e920957da047fd14de2fb2cebcd819160b223faa1035b6e59b039b43f84f1d3e85a3b42b52755a
7
- data.tar.gz: 1e4cad3556ffc381a25e49f00bf13c49845b4616061d1e7aabcdcf317f1a2bc669f7cbd8bfce589dea6d29f2effeac721b4b1339f0aef0764c4bda538c592cc5
6
+ metadata.gz: 5c36baa7deea7f4f3380d97c56a8a5f2c34d7d2d6c0f4e7c06fb8f95472c87a10af5e20dd6b46744ec8e9a9ee3243ec023fe99f70df1cfc7ed8234a1bec89d35
7
+ data.tar.gz: 3cd88b3ce7f24878278f0426f68c394e3e49f531d5fbcb6608e67da548d87b3d3b0a288832db81596d82a5f71487c86e5e4b71838b1dad6c05783c43a086d511
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenteraiplatform_v1alpha1
2
2
 
3
+ ### v0.19.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240528
6
+
3
7
  ### v0.18.0 (2024-05-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240524
@@ -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.18.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 = "20240524"
25
+ REVISION = "20240528"
26
26
  end
27
27
  end
28
28
  end
@@ -384,6 +384,7 @@ module Google
384
384
  class ServiceAttachment
385
385
  # @private
386
386
  class Representation < Google::Apis::Core::JsonRepresentation
387
+ collection :allowed_project_ids, as: 'allowedProjectIds'
387
388
  property :name, as: 'name'
388
389
  end
389
390
  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.18.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-05-26 00:00:00.000000000 Z
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.18.0
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: []