Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class GetInputRequest.
Request message for "LivestreamService.GetInput".
Generated from protobuf message google.cloud.video.livestream.v1.GetInputRequest
Namespace
Google \ Cloud \ Video \ LiveStream \ V1Methods
__construct
Constructor.
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}
.
string
setName
Required. The name of the input resource, in the form of: projects/{project}/locations/{location}/inputs/{inputId}
.
var
string
$this
static::build
name
string
Required. The name of the input resource, in the form of: projects/{project}/locations/{location}/inputs/{inputId}
. Please see Google\Cloud\Video\LiveStream\V1\LivestreamServiceClient::inputName()
for help formatting this field.