Google Cloud Video Stitcher V1 Client - Class GetCdnKeyRequest (0.3.4)

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

Request message for VideoStitcherService.getCdnKey.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the CDN key to be retrieved, in the form of projects/{project}/locations/{location}/cdnKeys/{id}.

getName

Required. The name of the CDN key to be retrieved, in the form of projects/{project}/locations/{location}/cdnKeys/{id}.

Returns
TypeDescription
string

setName

Required. The name of the CDN key to be retrieved, in the form of projects/{project}/locations/{location}/cdnKeys/{id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this