Google Cloud Support V2beta Client - Class ListCasesResponse (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Support V2beta Client class ListCasesResponse.
The response message for the ListCases endpoint.
Generated from protobuf message google.cloud.support.v2beta.ListCasesResponse
Namespace
Google \ Cloud \ Support \ V2betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cases |
array<PBCase>
The list of cases associated with the parent after any filters have been applied. |
↳ next_page_token |
string
A token to retrieve the next page of results. Set this in the |
getCases
The list of cases associated with the parent after any filters have been applied.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setCases
The list of cases associated with the parent after any filters have been applied.
| Parameter | |
|---|---|
| Name | Description |
var |
array<PBCase>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to retrieve the next page of results. Set this in the page_token
field of subsequent cases.list requests. If unspecified, there are no
more results to retrieve.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token to retrieve the next page of results. Set this in the page_token
field of subsequent cases.list requests. If unspecified, there are no
more results to retrieve.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|