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
NameDescription
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
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of items to return.

Returns
TypeDescription
int

setPageSize

The maximum number of items to return.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

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

Returns
TypeDescription
string

setPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

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

Returns
TypeDescription
string

setFilter

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

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

Returns
TypeDescription
string

setOrderBy

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
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
TypeDescription
Google\Cloud\Video\Stitcher\V1\ListLiveConfigsRequest