Reference documentation and code samples for the Google Cloud Support V2beta Client class ShowFeedRequest.
The request message for the ShowFeed endpoint.
Generated from protobuf message google.cloud.support.v2beta.ShowFeedRequest
Namespace
Google \ Cloud \ Support \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the case for which feed items should be listed.
↳ order_by
string
Optional. Field to order feed items by, followed by asc
or desc
postfix. The only valid field is creation_time
. This list is case-insensitive, default sorting order is ascending, and the redundant space characters are insignificant. Example: creation_time desc
↳ page_size
int
Optional. The maximum number of feed items fetched with each request.
↳ page_token
string
Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.
getParent
Required. The resource name of the case for which feed items should be listed.
string
setParent
Required. The resource name of the case for which feed items should be listed.
var
string
$this
getOrderBy
Optional. Field to order feed items by, followed by asc
or desc
postfix. The only valid field is creation_time
. This list is case-insensitive, default sorting order is
ascending, and the redundant space characters are insignificant.
Example: creation_time desc
string
setOrderBy
Optional. Field to order feed items by, followed by asc
or desc
postfix. The only valid field is creation_time
. This list is case-insensitive, default sorting order is
ascending, and the redundant space characters are insignificant.
Example: creation_time desc
var
string
$this
getPageSize
Optional. The maximum number of feed items fetched with each request.
int
setPageSize
Optional. The maximum number of feed items fetched with each request.
var
int
$this
getPageToken
Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.
string
setPageToken
Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.
var
string
$this
static::build
parent
string
Required. The resource name of the case for which feed items should be listed. Please see FeedServiceClient::caseName() for help formatting this field.

