Reference documentation and code samples for the Google Cloud Support V2 Client class ListCommentsRequest.
The request message for the ListComments endpoint.
Generated from protobuf message google.cloud.support.v2.ListCommentsRequest
Namespace
Google \ Cloud \ Support \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of Case object for which comments should be listed.
↳ page_size
int
The maximum number of comments fetched with each request. Defaults to 10.
↳ page_token
string
A token identifying the page of results to return. If unspecified, the first page is retrieved.
getParent
Required. The resource name of Case object for which comments should be listed.
string
setParent
Required. The resource name of Case object for which comments should be listed.
var
string
$this
getPageSize
The maximum number of comments fetched with each request. Defaults to 10.
int
setPageSize
The maximum number of comments fetched with each request. Defaults to 10.
var
int
$this
getPageToken
A token identifying the page of results to return. If unspecified, the first page is retrieved.
string
setPageToken
A token identifying the page of results to return. If unspecified, the first page is retrieved.
var
string
$this
static::build
parent
string
Required. The resource name of Case object for which comments should be listed. Please see Google\Cloud\Support\V2\CommentServiceClient::caseName() for help formatting this field.