Google Cloud Support V2beta Client - Class ListSupportEventSubscriptionsRequest (1.7.0)

Reference documentation and code samples for the Google Cloud Support V2beta Client class ListSupportEventSubscriptionsRequest.

Request message for ListSupportEventSubscriptions.

Generated from protobuf message google.cloud.support.v2beta.ListSupportEventSubscriptionsRequest

Namespace

Google \ Cloud \ Support \ V2beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ filter 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

↳ show_deleted bool

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

↳ page_size int

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

↳ 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 ListSupportEventSubscriptions must match the call that provided the page token.

getParent

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

Returns
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

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
Returns
Type Description
string

setFilter

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
Parameter
Name Description
var string
Returns
Type Description
$this

getShowDeleted

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

Returns
Type Description
bool

setShowDeleted

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

Parameter
Name Description
var bool
Returns
Type Description
$this

getPageSize

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

Returns
Type Description
int

setPageSize

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

Parameter
Name Description
var int
Returns
Type Description
$this

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.

Returns
Type Description
string

setPageToken

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.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The fully qualified name of the Cloud resource to list support event subscriptions under. Format: organizations/{organization_id} Please see SupportEventSubscriptionServiceClient::organizationName() for help formatting this field.

Returns
Type Description
ListSupportEventSubscriptionsRequest