Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95316,6 +95316,10 @@
"/cloudsupport:v2/ListCommentsResponse/comments": comments
"/cloudsupport:v2/ListCommentsResponse/comments/comment": comment
"/cloudsupport:v2/ListCommentsResponse/nextPageToken": next_page_token
"/cloudsupport:v2/ListSupportEventSubscriptionsResponse": list_support_event_subscriptions_response
"/cloudsupport:v2/ListSupportEventSubscriptionsResponse/nextPageToken": next_page_token
"/cloudsupport:v2/ListSupportEventSubscriptionsResponse/supportEventSubscriptions": support_event_subscriptions
"/cloudsupport:v2/ListSupportEventSubscriptionsResponse/supportEventSubscriptions/support_event_subscription": support_event_subscription
"/cloudsupport:v2/Media": media
"/cloudsupport:v2/Media/algorithm": algorithm
"/cloudsupport:v2/Media/bigstoreObjectRef": bigstore_object_ref
Expand Down Expand Up @@ -95361,6 +95365,16 @@
"/cloudsupport:v2/SearchCasesResponse/cases": cases
"/cloudsupport:v2/SearchCasesResponse/cases/case": case
"/cloudsupport:v2/SearchCasesResponse/nextPageToken": next_page_token
"/cloudsupport:v2/SupportEventSubscription": support_event_subscription
"/cloudsupport:v2/SupportEventSubscription/createTime": create_time
"/cloudsupport:v2/SupportEventSubscription/deleteTime": delete_time
"/cloudsupport:v2/SupportEventSubscription/failureReason": failure_reason
"/cloudsupport:v2/SupportEventSubscription/name": name
"/cloudsupport:v2/SupportEventSubscription/pubSubTopic": pub_sub_topic
"/cloudsupport:v2/SupportEventSubscription/purgeTime": purge_time
"/cloudsupport:v2/SupportEventSubscription/state": state
"/cloudsupport:v2/SupportEventSubscription/updateTime": update_time
"/cloudsupport:v2/UndeleteSupportEventSubscriptionRequest": undelete_support_event_subscription_request
"/cloudsupport:v2/WorkflowOperationMetadata": workflow_operation_metadata
"/cloudsupport:v2/WorkflowOperationMetadata/namespace": namespace
"/cloudsupport:v2/WorkflowOperationMetadata/operationAction": operation_action
Expand Down Expand Up @@ -95408,6 +95422,23 @@
"/cloudsupport:v2/cloudsupport.media.download/name": name
"/cloudsupport:v2/cloudsupport.media.upload": upload_medium
"/cloudsupport:v2/cloudsupport.media.upload/parent": parent
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.create": create_support_event_subscription
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.create/parent": parent
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.delete": delete_support_event_subscription
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.delete/name": name
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.get": get_support_event_subscription
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.get/name": name
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.list": list_support_event_subscriptions
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.list/filter": filter
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.list/pageSize": page_size
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.list/pageToken": page_token
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.list/parent": parent
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.list/showDeleted": show_deleted
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.patch": patch_support_event_subscription
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.patch/name": name
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.patch/updateMask": update_mask
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.undelete": undelete_support_event_subscription
"/cloudsupport:v2/cloudsupport.supportEventSubscriptions.undelete/name": name
"/cloudsupport:v2/fields": fields
"/cloudsupport:v2/key": key
"/cloudsupport:v2/quotaUser": quota_user
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-cloudsupport_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudsupport_v2

### v0.24.0 (2026-07-05)

* Regenerated from discovery document revision 20260623

### v0.23.0 (2026-06-14)

* Regenerated using generator version 0.19.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,32 @@ def update!(**args)
end
end

# Response message for ListSupportEventSubscriptions.
class ListSupportEventSubscriptionsResponse
include Google::Apis::Core::Hashable

# A token, which can be sent as `page_token` to retrieve the next page. If this
# field is omitted, there are no subsequent pages.
# Corresponds to the JSON property `nextPageToken`
# @return [String]
attr_accessor :next_page_token

# The support event subscriptions.
# Corresponds to the JSON property `supportEventSubscriptions`
# @return [Array<Google::Apis::CloudsupportV2::SupportEventSubscription>]
attr_accessor :support_event_subscriptions

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
@support_event_subscriptions = args[:support_event_subscriptions] if args.key?(:support_event_subscriptions)
end
end

# # gdata.* are outside protos with mising documentation
class Media
include Google::Apis::Core::Hashable
Expand Down Expand Up @@ -1166,6 +1192,82 @@ def update!(**args)
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end
end

# A support event subscription.
class SupportEventSubscription
include Google::Apis::Core::Hashable

# Output only. The time at which the subscription was created.
# Corresponds to the JSON property `createTime`
# @return [String]
attr_accessor :create_time

# Output only. The time at which the subscription was deleted.
# Corresponds to the JSON property `deleteTime`
# @return [String]
attr_accessor :delete_time

# Output only. Reason why subscription is failing. State of subscription must be
# FAILING in order for this to have a value.
# Corresponds to the JSON property `failureReason`
# @return [String]
attr_accessor :failure_reason

# Identifier. The resource name of the support event subscription.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name

# Required. The name of the Pub/Sub topic to publish notifications to. Format:
# projects/`project`/topics/`topic`
# Corresponds to the JSON property `pubSubTopic`
# @return [String]
attr_accessor :pub_sub_topic

# Output only. The time at which the subscription will be purged.
# Corresponds to the JSON property `purgeTime`
# @return [String]
attr_accessor :purge_time

# Output only. The state of the subscription.
# Corresponds to the JSON property `state`
# @return [String]
attr_accessor :state

# Output only. The time at which the subscription was last updated.
# Corresponds to the JSON property `updateTime`
# @return [String]
attr_accessor :update_time

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@create_time = args[:create_time] if args.key?(:create_time)
@delete_time = args[:delete_time] if args.key?(:delete_time)
@failure_reason = args[:failure_reason] if args.key?(:failure_reason)
@name = args[:name] if args.key?(:name)
@pub_sub_topic = args[:pub_sub_topic] if args.key?(:pub_sub_topic)
@purge_time = args[:purge_time] if args.key?(:purge_time)
@state = args[:state] if args.key?(:state)
@update_time = args[:update_time] if args.key?(:update_time)
end
end

# Request message for UndeleteSupportEventSubscription.
class UndeleteSupportEventSubscriptionRequest
include Google::Apis::Core::Hashable

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
end
end
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudsupportV2
# Version of the google-apis-cloudsupport_v2 gem
GEM_VERSION = "0.23.0"
GEM_VERSION = "0.24.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260519"
REVISION = "20260623"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class ListSupportEventSubscriptionsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class Media
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand All @@ -172,6 +178,18 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class SupportEventSubscription
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class UndeleteSupportEventSubscriptionRequest
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class Actor
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down Expand Up @@ -397,6 +415,15 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class ListSupportEventSubscriptionsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :next_page_token, as: 'nextPageToken'
collection :support_event_subscriptions, as: 'supportEventSubscriptions', class: Google::Apis::CloudsupportV2::SupportEventSubscription, decorator: Google::Apis::CloudsupportV2::SupportEventSubscription::Representation

end
end

class Media
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down Expand Up @@ -470,6 +497,26 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :next_page_token, as: 'nextPageToken'
end
end

class SupportEventSubscription
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :create_time, as: 'createTime'
property :delete_time, as: 'deleteTime'
property :failure_reason, as: 'failureReason'
property :name, as: 'name'
property :pub_sub_topic, as: 'pubSubTopic'
property :purge_time, as: 'purgeTime'
property :state, as: 'state'
property :update_time, as: 'updateTime'
end
end

class UndeleteSupportEventSubscriptionRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
end
end
end
Loading
Loading