google-apis-contactcenteraiplatform_v1alpha1 0.18.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: 2e359209179af9ccad4e0fb67ca7131da5b85cb930ada74d4b0914b0421a41e5
4
- data.tar.gz: e62eea23654a4f07c0910326d41edf2f44b4f656f443b1984186b1fd4f9de186
3
+ metadata.gz: 26d04d9b480790af32a330ed4f5b8554fc0372531fee7e40b87426ec7381d7bf
4
+ data.tar.gz: 147f1feec0c0ccadd20f982432ecf768074dc86bff177b9f26accb34a1ea66a7
5
5
  SHA512:
6
- metadata.gz: 8b9ee71d866f3567c5fc0bec2988e9974bf697f7bc0ac1cbe0e920957da047fd14de2fb2cebcd819160b223faa1035b6e59b039b43f84f1d3e85a3b42b52755a
7
- data.tar.gz: 1e4cad3556ffc381a25e49f00bf13c49845b4616061d1e7aabcdcf317f1a2bc669f7cbd8bfce589dea6d29f2effeac721b4b1339f0aef0764c4bda538c592cc5
6
+ metadata.gz: 90fd720c03fe545c18e4b3a8b7856e74573c46c110f57c82e95d7a8b02c0273356c079d3f264aaabec6e50c32749bdf838331673f667fb73a67b472a7cc83539
7
+ data.tar.gz: a2a4b141455d4346fc1ba21af0a037d8718632c4cb34d6c68765bf2213fdeb2d265bf5ab01782b0b1459b6d5a92b60f8119ad469bfd98a062ca15857d75f1249
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.19.0 (2024-06-02)
8
+
9
+ * Regenerated from discovery document revision 20240528
10
+
3
11
  ### v0.18.0 (2024-05-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20240524
@@ -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
@@ -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.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 = "20240524"
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
 
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.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-05-26 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.18.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: []