Interface ListSupportEventSubscriptionsRequestOrBuilder (0.78.0)

public interface ListSupportEventSubscriptionsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilter()

public abstract String getFilter()

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

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

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

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for filter.

getPageSize()

public abstract int getPageSize()

Optional. The maximum number of support event subscriptions to return.

int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The pageSize.

getPageToken()

public abstract String getPageToken()

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.

string page_token = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

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.

string page_token = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public abstract String getParent()

Required. The fully qualified name of the Cloud resource to list support event subscriptions under. Format: organizations/{organization_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The fully qualified name of the Cloud resource to list support event subscriptions under. Format: organizations/{organization_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getShowDeleted()

public abstract boolean getShowDeleted()

Optional. Whether to show deleted subscriptions. By default, deleted subscriptions are not returned.

bool show_deleted = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The showDeleted.