Google Cloud Support V2beta Client - Class ShowFeedRequest (1.4.0)

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 \ V2beta

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
string

setParent

Required. The resource name of the case for which feed items should be listed.

Parameter
Name Description
var string
Returns
Type Description
$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

Returns
Type Description
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

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of feed items fetched with each request.

Returns
Type Description
int

setPageSize

Optional. The maximum number of feed items fetched with each request.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.

Returns
Type Description
string

setPageToken

Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
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.

Returns
Type Description
ShowFeedRequest