Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class GetLiveConfigRequest.
Request message for VideoStitcherService.getLiveConfig.
Generated from protobuf message google.cloud.video.stitcher.v1.GetLiveConfigRequest
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the live config to be retrieved, in the form of projects/{project_number}/locations/{location}/liveConfigs/{id}
.
getName
Required. The name of the live config to be retrieved, in the form
of projects/{project_number}/locations/{location}/liveConfigs/{id}
.
string
setName
Required. The name of the live config to be retrieved, in the form
of projects/{project_number}/locations/{location}/liveConfigs/{id}
.
var
string
$this
static::build
name
string
Required. The name of the live config to be retrieved, in the form
of projects/{project_number}/locations/{location}/liveConfigs/{id}
. Please see Google\Cloud\Video\Stitcher\V1\VideoStitcherServiceClient::liveConfigName()
for help formatting this field.