Skip to content

Commit c9d0479

Browse files
feat: Automated regeneration of cloudsupport v2beta client (#27242)
Auto-created at 2026-07-05 10:52:08 +0000 using the toys pull request generator.
1 parent 60826e5 commit c9d0479

6 files changed

Lines changed: 403 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95908,6 +95908,10 @@
9590895908
"/cloudsupport:v2beta/ListCommentsResponse/comments": comments
9590995909
"/cloudsupport:v2beta/ListCommentsResponse/comments/comment": comment
9591095910
"/cloudsupport:v2beta/ListCommentsResponse/nextPageToken": next_page_token
95911+
"/cloudsupport:v2beta/ListSupportEventSubscriptionsResponse": list_support_event_subscriptions_response
95912+
"/cloudsupport:v2beta/ListSupportEventSubscriptionsResponse/nextPageToken": next_page_token
95913+
"/cloudsupport:v2beta/ListSupportEventSubscriptionsResponse/supportEventSubscriptions": support_event_subscriptions
95914+
"/cloudsupport:v2beta/ListSupportEventSubscriptionsResponse/supportEventSubscriptions/support_event_subscription": support_event_subscription
9591195915
"/cloudsupport:v2beta/Media": media
9591295916
"/cloudsupport:v2beta/Media/algorithm": algorithm
9591395917
"/cloudsupport:v2beta/Media/bigstoreObjectRef": bigstore_object_ref
@@ -95960,8 +95964,18 @@
9596095964
"/cloudsupport:v2beta/ShowFeedResponse/feedItems": feed_items
9596195965
"/cloudsupport:v2beta/ShowFeedResponse/feedItems/feed_item": feed_item
9596295966
"/cloudsupport:v2beta/ShowFeedResponse/nextPageToken": next_page_token
95967+
"/cloudsupport:v2beta/SupportEventSubscription": support_event_subscription
95968+
"/cloudsupport:v2beta/SupportEventSubscription/createTime": create_time
95969+
"/cloudsupport:v2beta/SupportEventSubscription/deleteTime": delete_time
95970+
"/cloudsupport:v2beta/SupportEventSubscription/failureReason": failure_reason
95971+
"/cloudsupport:v2beta/SupportEventSubscription/name": name
95972+
"/cloudsupport:v2beta/SupportEventSubscription/pubSubTopic": pub_sub_topic
95973+
"/cloudsupport:v2beta/SupportEventSubscription/purgeTime": purge_time
95974+
"/cloudsupport:v2beta/SupportEventSubscription/state": state
95975+
"/cloudsupport:v2beta/SupportEventSubscription/updateTime": update_time
9596395976
"/cloudsupport:v2beta/TextContent": text_content
9596495977
"/cloudsupport:v2beta/TextContent/plainText": plain_text
95978+
"/cloudsupport:v2beta/UndeleteSupportEventSubscriptionRequest": undelete_support_event_subscription_request
9596595979
"/cloudsupport:v2beta/WorkflowOperationMetadata": workflow_operation_metadata
9596695980
"/cloudsupport:v2beta/WorkflowOperationMetadata/namespace": namespace
9596795981
"/cloudsupport:v2beta/WorkflowOperationMetadata/operationAction": operation_action
@@ -96020,6 +96034,23 @@
9602096034
"/cloudsupport:v2beta/cloudsupport.media.download/name": name
9602196035
"/cloudsupport:v2beta/cloudsupport.media.upload": upload_medium
9602296036
"/cloudsupport:v2beta/cloudsupport.media.upload/parent": parent
96037+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.create": create_support_event_subscription
96038+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.create/parent": parent
96039+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.delete": delete_support_event_subscription
96040+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.delete/name": name
96041+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.get": get_support_event_subscription
96042+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.get/name": name
96043+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.list": list_support_event_subscriptions
96044+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.list/filter": filter
96045+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.list/pageSize": page_size
96046+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.list/pageToken": page_token
96047+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.list/parent": parent
96048+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.list/showDeleted": show_deleted
96049+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.patch": patch_support_event_subscription
96050+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.patch/name": name
96051+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.patch/updateMask": update_mask
96052+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.undelete": undelete_support_event_subscription
96053+
"/cloudsupport:v2beta/cloudsupport.supportEventSubscriptions.undelete/name": name
9602396054
"/cloudsupport:v2beta/fields": fields
9602496055
"/cloudsupport:v2beta/key": key
9602596056
"/cloudsupport:v2beta/quotaUser": quota_user

generated/google-apis-cloudsupport_v2beta/CHANGELOG.md

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

3+
### v0.53.0 (2026-07-05)
4+
5+
* Regenerated from discovery document revision 20260623
6+
37
### v0.52.0 (2026-06-14)
48

59
* Regenerated using generator version 0.19.0

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

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,32 @@ def update!(**args)
993993
end
994994
end
995995

996+
# Response message for ListSupportEventSubscriptions.
997+
class ListSupportEventSubscriptionsResponse
998+
include Google::Apis::Core::Hashable
999+
1000+
# A token, which can be sent as `page_token` to retrieve the next page. If this
1001+
# field is omitted, there are no subsequent pages.
1002+
# Corresponds to the JSON property `nextPageToken`
1003+
# @return [String]
1004+
attr_accessor :next_page_token
1005+
1006+
# The support event subscriptions.
1007+
# Corresponds to the JSON property `supportEventSubscriptions`
1008+
# @return [Array<Google::Apis::CloudsupportV2beta::SupportEventSubscription>]
1009+
attr_accessor :support_event_subscriptions
1010+
1011+
def initialize(**args)
1012+
update!(**args)
1013+
end
1014+
1015+
# Update properties of this object
1016+
def update!(**args)
1017+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1018+
@support_event_subscriptions = args[:support_event_subscriptions] if args.key?(:support_event_subscriptions)
1019+
end
1020+
end
1021+
9961022
# # gdata.* are outside protos with mising documentation
9971023
class Media
9981024
include Google::Apis::Core::Hashable
@@ -1335,6 +1361,69 @@ def update!(**args)
13351361
end
13361362
end
13371363

1364+
# A support event subscription.
1365+
class SupportEventSubscription
1366+
include Google::Apis::Core::Hashable
1367+
1368+
# Output only. The time at which the subscription was created.
1369+
# Corresponds to the JSON property `createTime`
1370+
# @return [String]
1371+
attr_accessor :create_time
1372+
1373+
# Output only. The time at which the subscription was deleted.
1374+
# Corresponds to the JSON property `deleteTime`
1375+
# @return [String]
1376+
attr_accessor :delete_time
1377+
1378+
# Output only. Reason why subscription is failing. State of subscription must be
1379+
# FAILING in order for this to have a value.
1380+
# Corresponds to the JSON property `failureReason`
1381+
# @return [String]
1382+
attr_accessor :failure_reason
1383+
1384+
# Identifier. The resource name of the support event subscription.
1385+
# Corresponds to the JSON property `name`
1386+
# @return [String]
1387+
attr_accessor :name
1388+
1389+
# Required. The name of the Pub/Sub topic to publish notifications to. Format:
1390+
# projects/`project`/topics/`topic`
1391+
# Corresponds to the JSON property `pubSubTopic`
1392+
# @return [String]
1393+
attr_accessor :pub_sub_topic
1394+
1395+
# Output only. The time at which the subscription will be purged.
1396+
# Corresponds to the JSON property `purgeTime`
1397+
# @return [String]
1398+
attr_accessor :purge_time
1399+
1400+
# Output only. The state of the subscription.
1401+
# Corresponds to the JSON property `state`
1402+
# @return [String]
1403+
attr_accessor :state
1404+
1405+
# Output only. The time at which the subscription was last updated.
1406+
# Corresponds to the JSON property `updateTime`
1407+
# @return [String]
1408+
attr_accessor :update_time
1409+
1410+
def initialize(**args)
1411+
update!(**args)
1412+
end
1413+
1414+
# Update properties of this object
1415+
def update!(**args)
1416+
@create_time = args[:create_time] if args.key?(:create_time)
1417+
@delete_time = args[:delete_time] if args.key?(:delete_time)
1418+
@failure_reason = args[:failure_reason] if args.key?(:failure_reason)
1419+
@name = args[:name] if args.key?(:name)
1420+
@pub_sub_topic = args[:pub_sub_topic] if args.key?(:pub_sub_topic)
1421+
@purge_time = args[:purge_time] if args.key?(:purge_time)
1422+
@state = args[:state] if args.key?(:state)
1423+
@update_time = args[:update_time] if args.key?(:update_time)
1424+
end
1425+
end
1426+
13381427
# Stores text attached to a support object.
13391428
class TextContent
13401429
include Google::Apis::Core::Hashable
@@ -1353,6 +1442,19 @@ def update!(**args)
13531442
@plain_text = args[:plain_text] if args.key?(:plain_text)
13541443
end
13551444
end
1445+
1446+
# Request message for UndeleteSupportEventSubscription.
1447+
class UndeleteSupportEventSubscriptionRequest
1448+
include Google::Apis::Core::Hashable
1449+
1450+
def initialize(**args)
1451+
update!(**args)
1452+
end
1453+
1454+
# Update properties of this object
1455+
def update!(**args)
1456+
end
1457+
end
13561458
end
13571459
end
13581460
end

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudsupportV2beta
1818
# Version of the google-apis-cloudsupport_v2beta gem
19-
GEM_VERSION = "0.52.0"
19+
GEM_VERSION = "0.53.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

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

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

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
160160
include Google::Apis::Core::JsonObjectSupport
161161
end
162162

163+
class ListSupportEventSubscriptionsResponse
164+
class Representation < Google::Apis::Core::JsonRepresentation; end
165+
166+
include Google::Apis::Core::JsonObjectSupport
167+
end
168+
163169
class Media
164170
class Representation < Google::Apis::Core::JsonRepresentation; end
165171

@@ -196,12 +202,24 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
196202
include Google::Apis::Core::JsonObjectSupport
197203
end
198204

205+
class SupportEventSubscription
206+
class Representation < Google::Apis::Core::JsonRepresentation; end
207+
208+
include Google::Apis::Core::JsonObjectSupport
209+
end
210+
199211
class TextContent
200212
class Representation < Google::Apis::Core::JsonRepresentation; end
201213

202214
include Google::Apis::Core::JsonObjectSupport
203215
end
204216

217+
class UndeleteSupportEventSubscriptionRequest
218+
class Representation < Google::Apis::Core::JsonRepresentation; end
219+
220+
include Google::Apis::Core::JsonObjectSupport
221+
end
222+
205223
class Actor
206224
# @private
207225
class Representation < Google::Apis::Core::JsonRepresentation
@@ -460,6 +478,15 @@ class Representation < Google::Apis::Core::JsonRepresentation
460478
end
461479
end
462480

481+
class ListSupportEventSubscriptionsResponse
482+
# @private
483+
class Representation < Google::Apis::Core::JsonRepresentation
484+
property :next_page_token, as: 'nextPageToken'
485+
collection :support_event_subscriptions, as: 'supportEventSubscriptions', class: Google::Apis::CloudsupportV2beta::SupportEventSubscription, decorator: Google::Apis::CloudsupportV2beta::SupportEventSubscription::Representation
486+
487+
end
488+
end
489+
463490
class Media
464491
# @private
465492
class Representation < Google::Apis::Core::JsonRepresentation
@@ -550,12 +577,32 @@ class Representation < Google::Apis::Core::JsonRepresentation
550577
end
551578
end
552579

580+
class SupportEventSubscription
581+
# @private
582+
class Representation < Google::Apis::Core::JsonRepresentation
583+
property :create_time, as: 'createTime'
584+
property :delete_time, as: 'deleteTime'
585+
property :failure_reason, as: 'failureReason'
586+
property :name, as: 'name'
587+
property :pub_sub_topic, as: 'pubSubTopic'
588+
property :purge_time, as: 'purgeTime'
589+
property :state, as: 'state'
590+
property :update_time, as: 'updateTime'
591+
end
592+
end
593+
553594
class TextContent
554595
# @private
555596
class Representation < Google::Apis::Core::JsonRepresentation
556597
property :plain_text, as: 'plainText'
557598
end
558599
end
600+
601+
class UndeleteSupportEventSubscriptionRequest
602+
# @private
603+
class Representation < Google::Apis::Core::JsonRepresentation
604+
end
605+
end
559606
end
560607
end
561608
end

0 commit comments

Comments
 (0)