Google Cloud Video Live Stream V1 Client - Class GetDvrSessionRequest (1.2.0)

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

Request message for "LivestreamService.GetDvrSession".

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

Namespace

Google \ Cloud \ Video \ LiveStream \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the resource, in the following form: projects/{project}/locations/{location}/channels/{channelId}/dvrSessions/{dvrSessionId}.

getName

Required. Name of the resource, in the following form: projects/{project}/locations/{location}/channels/{channelId}/dvrSessions/{dvrSessionId}.

Returns
Type Description
string

setName

Required. Name of the resource, in the following form: projects/{project}/locations/{location}/channels/{channelId}/dvrSessions/{dvrSessionId}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. Name of the resource, in the following form: projects/{project}/locations/{location}/channels/{channelId}/dvrSessions/{dvrSessionId}. Please see LivestreamServiceClient::dvrSessionName() for help formatting this field.

Returns
Type Description
GetDvrSessionRequest