Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class DeleteLiveConfigRequest.
Request message for VideoStitcherService.deleteLiveConfig.
Generated from protobuf message google.cloud.video.stitcher.v1.DeleteLiveConfigRequest
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the live config to be deleted, in the form of |
getName
Required. The name of the live config to be deleted, in the form of
projects/{project_number}/locations/{location}/liveConfigs/{id}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the live config to be deleted, in the form of
projects/{project_number}/locations/{location}/liveConfigs/{id}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the live config to be deleted, in the form of
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\Stitcher\V1\DeleteLiveConfigRequest |