google-apis-contactcenteraiplatform_v1alpha1 0.19.0 → 0.20.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: d0a074019fb33c1f84aab15f9db895d887ddd82ac842b8ab94453603e3720887
4
- data.tar.gz: 02f54c732ff0622093730dd5105b57ac82cad445d94a46e39280c9333b492a36
3
+ metadata.gz: 26d04d9b480790af32a330ed4f5b8554fc0372531fee7e40b87426ec7381d7bf
4
+ data.tar.gz: 147f1feec0c0ccadd20f982432ecf768074dc86bff177b9f26accb34a1ea66a7
5
5
  SHA512:
6
- metadata.gz: 5c36baa7deea7f4f3380d97c56a8a5f2c34d7d2d6c0f4e7c06fb8f95472c87a10af5e20dd6b46744ec8e9a9ee3243ec023fe99f70df1cfc7ed8234a1bec89d35
7
- data.tar.gz: 3cd88b3ce7f24878278f0426f68c394e3e49f531d5fbcb6608e67da548d87b3d3b0a288832db81596d82a5f71487c86e5e4b71838b1dad6c05783c43a086d511
6
+ metadata.gz: 90fd720c03fe545c18e4b3a8b7856e74573c46c110f57c82e95d7a8b02c0273356c079d3f264aaabec6e50c32749bdf838331673f667fb73a67b472a7cc83539
7
+ data.tar.gz: a2a4b141455d4346fc1ba21af0a037d8718632c4cb34d6c68765bf2213fdeb2d265bf5ab01782b0b1459b6d5a92b60f8119ad469bfd98a062ca15857d75f1249
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenteraiplatform_v1alpha1
2
2
 
3
+ ### v0.20.0 (2024-06-09)
4
+
5
+ * Regenerated from discovery document revision 20240603
6
+
3
7
  ### v0.19.0 (2024-06-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20240528
@@ -66,6 +66,12 @@ module Google
66
66
  class Component
67
67
  include Google::Apis::Core::Hashable
68
68
 
69
+ # The list of project ids that are allowed to send traffic to the service
70
+ # attachment. This field should be filled only for the ingress components.
71
+ # Corresponds to the JSON property `allowedProjectIds`
72
+ # @return [Array<String>]
73
+ attr_accessor :allowed_project_ids
74
+
69
75
  # Name of the component.
70
76
  # Corresponds to the JSON property `name`
71
77
  # @return [String]
@@ -82,6 +88,7 @@ module Google
82
88
 
83
89
  # Update properties of this object
84
90
  def update!(**args)
91
+ @allowed_project_ids = args[:allowed_project_ids] if args.key?(:allowed_project_ids)
85
92
  @name = args[:name] if args.key?(:name)
86
93
  @service_attachments = args[:service_attachments] if args.key?(:service_attachments)
87
94
  end
@@ -767,13 +774,6 @@ module Google
767
774
  class ServiceAttachment
768
775
  include Google::Apis::Core::Hashable
769
776
 
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
-
777
777
  # The service attachment name that will be used for sending private traffic to
778
778
  # the CCAIP tenant project. Example: "projects/$`TENANT_PROJECT_ID`/regions/$`
779
779
  # REGION`/serviceAttachments/ingress-default".
@@ -787,7 +787,6 @@ module Google
787
787
 
788
788
  # Update properties of this object
789
789
  def update!(**args)
790
- @allowed_project_ids = args[:allowed_project_ids] if args.key?(:allowed_project_ids)
791
790
  @name = args[:name] if args.key?(:name)
792
791
  end
793
792
  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.0"
19
+ GEM_VERSION = "0.20.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 = "20240528"
25
+ REVISION = "20240603"
26
26
  end
27
27
  end
28
28
  end
@@ -189,6 +189,7 @@ module Google
189
189
  class Component
190
190
  # @private
191
191
  class Representation < Google::Apis::Core::JsonRepresentation
192
+ collection :allowed_project_ids, as: 'allowedProjectIds'
192
193
  property :name, as: 'name'
193
194
  collection :service_attachments, as: 'serviceAttachments', class: Google::Apis::ContactcenteraiplatformV1alpha1::ServiceAttachment, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::ServiceAttachment::Representation
194
195
 
@@ -384,7 +385,6 @@ module Google
384
385
  class ServiceAttachment
385
386
  # @private
386
387
  class Representation < Google::Apis::Core::JsonRepresentation
387
- collection :allowed_project_ids, as: 'allowedProjectIds'
388
388
  property :name, as: 'name'
389
389
  end
390
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.19.0
4
+ version: 0.20.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-06-02 00:00:00.000000000 Z
11
+ date: 2024-06-09 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenteraiplatform_v1alpha1/v0.20.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: []