Google Cloud Video Live Stream V1 Client - Class GetPoolRequest (0.7.4)

Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class GetPoolRequest.

Request message for "LivestreamService.GetPool".

Generated from protobuf message google.cloud.video.livestream.v1.GetPoolRequest

Namespace

Google \ Cloud \ Video \ LiveStream \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the pool resource, in the form of: projects/{project}/locations/{location}/pools/{poolId}.

getName

Required. The name of the pool resource, in the form of: projects/{project}/locations/{location}/pools/{poolId}.

Returns
Type Description
string

setName

Required. The name of the pool resource, in the form of: projects/{project}/locations/{location}/pools/{poolId}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the pool resource, in the form of: projects/{project}/locations/{location}/pools/{poolId}. Please see Google\Cloud\Video\LiveStream\V1\LivestreamServiceClient::poolName() for help formatting this field.

Returns
Type Description
Google\Cloud\Video\LiveStream\V1\GetPoolRequest