Google Cloud Support V2 Client - Class ListCasesResponse (0.1.2)

Reference documentation and code samples for the Google Cloud Support V2 Client class ListCasesResponse.

The response message for the ListCases endpoint.

Generated from protobuf message google.cloud.support.v2.ListCasesResponse

Namespace

Google \ Cloud \ Support \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ cases array<Google\Cloud\Support\V2\PBCase>

The list of cases associated with the Google Cloud Resource, after any filters have been applied.

↳ next_page_token string

A token to retrieve the next page of results. This should be set in the page_token field of the subsequent ListCasesRequest message that is issued. If unspecified, there are no more results to retrieve.

getCases

The list of cases associated with the Google Cloud Resource, after any filters have been applied.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCases

The list of cases associated with the Google Cloud Resource, after any filters have been applied.

Parameter
NameDescription
var array<Google\Cloud\Support\V2\PBCase>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve the next page of results. This should be set in the page_token field of the subsequent ListCasesRequest message that is issued. If unspecified, there are no more results to retrieve.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results. This should be set in the page_token field of the subsequent ListCasesRequest message that is issued. If unspecified, there are no more results to retrieve.

Parameter
NameDescription
var string
Returns
TypeDescription
$this