Google Cloud Support V2BETA API - Class Google::Cloud::Support::V2beta::ListSupportEventSubscriptionsRequest (v0.7.0)

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
Returns
  • (::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=WORKING
    • pub_sub_topic="projects/example-project/topics/example-topic" AND state=WORKING

#filter=

def filter=(value) -> ::String
Parameter
  • 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=WORKING
    • pub_sub_topic="projects/example-project/topics/example-topic" AND state=WORKING
Returns
  • (::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=WORKING
    • pub_sub_topic="projects/example-project/topics/example-topic" AND state=WORKING

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of support event subscriptions to return.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of support event subscriptions to return.
Returns
  • (::Integer) — Optional. The maximum number of support event subscriptions to return.

#page_token

def page_token() -> ::String
Returns
  • (::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 ListSupportEventSubscriptions must match the call that provided the page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • 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 ListSupportEventSubscriptions must match the call that provided the page token.

Returns
  • (::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 ListSupportEventSubscriptions must match the call that provided the page token.

#parent

def parent() -> ::String
Returns
  • (::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
Parameter
  • value (::String) — Required. The fully qualified name of the Cloud resource to list support event subscriptions under. Format: organizations/{organization_id}
Returns
  • (::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
Returns
  • (::Boolean) — Optional. Whether to show deleted subscriptions. By default, deleted subscriptions are not returned.

#show_deleted=

def show_deleted=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Whether to show deleted subscriptions. By default, deleted subscriptions are not returned.
Returns
  • (::Boolean) — Optional. Whether to show deleted subscriptions. By default, deleted subscriptions are not returned.