Skip to content

Commit 1b62930

Browse files
feat: Automated regeneration of contactcenteraiplatform v1alpha1 client (googleapis#20224)
Auto-created at 2024-09-15 09:45:07 +0000 using the toys pull request generator.
1 parent b39742d commit 1b62930

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113168,6 +113168,8 @@
113168113168
"/contactcenteraiplatform:v1alpha1/PscSetting": psc_setting
113169113169
"/contactcenteraiplatform:v1alpha1/PscSetting/allowedConsumerProjectIds": allowed_consumer_project_ids
113170113170
"/contactcenteraiplatform:v1alpha1/PscSetting/allowedConsumerProjectIds/allowed_consumer_project_id": allowed_consumer_project_id
113171+
"/contactcenteraiplatform:v1alpha1/PscSetting/producerProjectIds": producer_project_ids
113172+
"/contactcenteraiplatform:v1alpha1/PscSetting/producerProjectIds/producer_project_id": producer_project_id
113171113173
"/contactcenteraiplatform:v1alpha1/Quota": quota
113172113174
"/contactcenteraiplatform:v1alpha1/Quota/contactCenterCountLimit": contact_center_count_limit
113173113175
"/contactcenteraiplatform:v1alpha1/Quota/contactCenterCountSum": contact_center_count_sum

generated/google-apis-contactcenteraiplatform_v1alpha1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-contactcenteraiplatform_v1alpha1
22

3+
### v0.23.0 (2024-09-15)
4+
5+
* Regenerated from discovery document revision 20240904
6+
* Regenerated using generator version 0.15.1
7+
38
### v0.22.0 (2024-06-23)
49

510
* Regenerated from discovery document revision 20240621

generated/google-apis-contactcenteraiplatform_v1alpha1/lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,8 @@ class ContactCenter
111111
# @return [String]
112112
attr_accessor :create_time
113113

114-
# Instances in this Channel will receive updates after all instances in `
115-
# Critical` were updated + 2 days. They also will only be updated outside of
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.
117116
# Corresponds to the JSON property `critical`
118117
# @return [Google::Apis::ContactcenteraiplatformV1alpha1::Critical]
119118
attr_accessor :critical
@@ -257,9 +256,8 @@ def update!(**args)
257256
end
258257
end
259258

260-
# Instances in this Channel will receive updates after all instances in `
261-
# Critical` were updated + 2 days. They also will only be updated outside of
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.
263261
class Critical
264262
include Google::Apis::Core::Hashable
265263

@@ -698,13 +696,19 @@ class PscSetting
698696
# @return [Array<String>]
699697
attr_accessor :allowed_consumer_project_ids
700698

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+
701704
def initialize(**args)
702705
update!(**args)
703706
end
704707

705708
# Update properties of this object
706709
def update!(**args)
707710
@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)
708712
end
709713
end
710714

generated/google-apis-contactcenteraiplatform_v1alpha1/lib/google/apis/contactcenteraiplatform_v1alpha1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ContactcenteraiplatformV1alpha1
1818
# Version of the google-apis-contactcenteraiplatform_v1alpha1 gem
19-
GEM_VERSION = "0.22.0"
19+
GEM_VERSION = "0.23.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240621"
25+
REVISION = "20240904"
2626
end
2727
end
2828
end

generated/google-apis-contactcenteraiplatform_v1alpha1/lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ class PscSetting
365365
# @private
366366
class Representation < Google::Apis::Core::JsonRepresentation
367367
collection :allowed_consumer_project_ids, as: 'allowedConsumerProjectIds'
368+
collection :producer_project_ids, as: 'producerProjectIds'
368369
end
369370
end
370371

0 commit comments

Comments
 (0)