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

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

Request message for VideoStitcherService.createCdnKey.

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

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The project in which the CDN key should be created, in the form of projects/{project_number}/locations/{location}.

↳ cdn_key Google\Cloud\Video\Stitcher\V1\CdnKey

Required. The CDN key resource to create.

↳ cdn_key_id string

Required. The ID to use for the CDN key, which will become the final component of the CDN key's resource name. This value should conform to RFC-1034, which restricts to lower-case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

getParent

Required. The project in which the CDN key should be created, in the form of projects/{project_number}/locations/{location}.

Returns
TypeDescription
string

setParent

Required. The project in which the CDN key should be created, in the form of projects/{project_number}/locations/{location}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCdnKey

Required. The CDN key resource to create.

Returns
TypeDescription
Google\Cloud\Video\Stitcher\V1\CdnKey|null

hasCdnKey

clearCdnKey

setCdnKey

Required. The CDN key resource to create.

Parameter
NameDescription
var Google\Cloud\Video\Stitcher\V1\CdnKey
Returns
TypeDescription
$this

getCdnKeyId

Required. The ID to use for the CDN key, which will become the final component of the CDN key's resource name.

This value should conform to RFC-1034, which restricts to lower-case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

Returns
TypeDescription
string

setCdnKeyId

Required. The ID to use for the CDN key, which will become the final component of the CDN key's resource name.

This value should conform to RFC-1034, which restricts to lower-case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The project in which the CDN key should be created, in the form of projects/{project_number}/locations/{location}. Please see Google\Cloud\Video\Stitcher\V1\VideoStitcherServiceClient::locationName() for help formatting this field.

cdnKey Google\Cloud\Video\Stitcher\V1\CdnKey

Required. The CDN key resource to create.

cdnKeyId string

Required. The ID to use for the CDN key, which will become the final component of the CDN key's resource name.

This value should conform to RFC-1034, which restricts to lower-case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

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