Reference documentation and code samples for the Google Cloud Support V2beta Client class ListCommentsResponse.
The response message for the ListComments endpoint.
Generated from protobuf message google.cloud.support.v2beta.ListCommentsResponse
Namespace
Google \ Cloud \ Support \ V2betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ comments |
array<Comment>
List of the comments associated with the case. |
↳ next_page_token |
string
A token to retrieve the next page of results. Set this in the |
getComments
List of the comments associated with the case.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setComments
List of the comments associated with the case.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Comment>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to retrieve the next page of results. Set this in the page_token
field of subsequent cases.comments.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.comments.list requests. If unspecified, there
are no more results to retrieve.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|