Google Cloud Video Stitcher V1 Client - Class DeleteSlateRequest (0.8.3)

Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class DeleteSlateRequest.

Request message for VideoStitcherService.deleteSlate.

Generated from protobuf message google.cloud.video.stitcher.v1.DeleteSlateRequest

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the slate to be deleted, in the form of projects/{project_number}/locations/{location}/slates/{id}.

getName

Required. The name of the slate to be deleted, in the form of projects/{project_number}/locations/{location}/slates/{id}.

Returns
TypeDescription
string

setName

Required. The name of the slate to be deleted, in the form of projects/{project_number}/locations/{location}/slates/{id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The name of the slate to be deleted, in the form of projects/{project_number}/locations/{location}/slates/{id}. Please see Google\Cloud\Video\Stitcher\V1\VideoStitcherServiceClient::slateName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Video\Stitcher\V1\DeleteSlateRequest