Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::ListSupportEventSubscriptionsRequest.
Request message for ListSupportEventSubscriptions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) —
Optional. Filter expression based on AIP-160. Supported fields:
- pub_sub_topic
- state
Examples:
pub_sub_topic="projects/example-project/topics/example-topic"state=WORKINGpub_sub_topic="projects/example-project/topics/example-topic" AND state=WORKING
#filter=
def filter=(value) -> ::String-
value (::String) —
Optional. Filter expression based on AIP-160. Supported fields:
- pub_sub_topic
- state
Examples:
pub_sub_topic="projects/example-project/topics/example-topic"state=WORKINGpub_sub_topic="projects/example-project/topics/example-topic" AND state=WORKING
-
(::String) —
Optional. Filter expression based on AIP-160. Supported fields:
- pub_sub_topic
- state
Examples:
pub_sub_topic="projects/example-project/topics/example-topic"state=WORKINGpub_sub_topic="projects/example-project/topics/example-topic" AND state=WORKING
#page_size
def page_size() -> ::Integer- (::Integer) — Optional. The maximum number of support event subscriptions to return.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. The maximum number of support event subscriptions to return.
- (::Integer) — Optional. The maximum number of support event subscriptions to return.
#page_token
def page_token() -> ::String-
(::String) — Optional. A token identifying the page of results to return. If
unspecified, the first page is retrieved.
When paginating, all other parameters provided to
ListSupportEventSubscriptionsmust match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String-
value (::String) — Optional. A token identifying the page of results to return. If
unspecified, the first page is retrieved.
When paginating, all other parameters provided to
ListSupportEventSubscriptionsmust match the call that provided the page token.
-
(::String) — Optional. A token identifying the page of results to return. If
unspecified, the first page is retrieved.
When paginating, all other parameters provided to
ListSupportEventSubscriptionsmust match the call that provided the page token.
#parent
def parent() -> ::String- (::String) — Required. The fully qualified name of the Cloud resource to list support event subscriptions under. Format: organizations/{organization_id}
#parent=
def parent=(value) -> ::String- value (::String) — Required. The fully qualified name of the Cloud resource to list support event subscriptions under. Format: organizations/{organization_id}
- (::String) — Required. The fully qualified name of the Cloud resource to list support event subscriptions under. Format: organizations/{organization_id}
#show_deleted
def show_deleted() -> ::Boolean- (::Boolean) — Optional. Whether to show deleted subscriptions. By default, deleted subscriptions are not returned.
#show_deleted=
def show_deleted=(value) -> ::Boolean- value (::Boolean) — Optional. Whether to show deleted subscriptions. By default, deleted subscriptions are not returned.
- (::Boolean) — Optional. Whether to show deleted subscriptions. By default, deleted subscriptions are not returned.