Google Cloud Video Stitcher V1 Client - Class ListLiveConfigsRequest (0.8.3)

Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListLiveConfigsRequest.

Request message for VideoStitcherService.listLiveConfig.

Generated from protobuf message google.cloud.video.stitcher.v1.ListLiveConfigsRequest

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The project that contains the list of live configs, in the form of projects/{project_number}/locations/{location}.

↳ page_size int

The maximum number of items to return.

↳ page_token string

The next_page_token value returned from a previous List request, if any.

↳ filter string

Optional. The filter to apply to list results (see Filtering).

↳ order_by string

Optional. Specifies the ordering of results following Cloud API syntax.

getParent

Required. The project that contains the list of live configs, in the form of projects/{project_number}/locations/{location}.

Returns
Type Description
string

setParent

Required. The project that contains the list of live configs, in the form of projects/{project_number}/locations/{location}.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

The maximum number of items to return.

Returns
Type Description
int

setPageSize

The maximum number of items to return.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

The next_page_token value returned from a previous List request, if any.

Returns
Type Description
string

setPageToken

The next_page_token value returned from a previous List request, if any.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

Optional. The filter to apply to list results (see Filtering).

Returns
Type Description
string

setFilter

Optional. The filter to apply to list results (see Filtering).

Parameter
Name Description
var string
Returns
Type Description
$this

getOrderBy

Optional. Specifies the ordering of results following Cloud API syntax.

Returns
Type Description
string

setOrderBy

Optional. Specifies the ordering of results following Cloud API syntax.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The project that contains the list of live configs, in the form of projects/{project_number}/locations/{location}. Please see Google\Cloud\Video\Stitcher\V1\VideoStitcherServiceClient::locationName() for help formatting this field.

Returns
Type Description
Google\Cloud\Video\Stitcher\V1\ListLiveConfigsRequest