Google Cloud Video Live Stream V1 Client - Class PreviewInputRequest (1.3.0)

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

Request message for "LivestreamService.PreviewInput"

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

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 input resource, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.

getName

Required. The name of the input resource, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.

Returns
Type Description
string

setName

Required. The name of the input resource, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the input resource, in the form of: projects/{project}/locations/{location}/inputs/{inputId}. Please see LivestreamServiceClient::inputName() for help formatting this field.

Returns
Type Description
PreviewInputRequest