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
Methods
__construct
Constructor.
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
↳ 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}
.
string
setParent
Required. The project in which the CDN key should be created, in the form of projects/{project_number}/locations/{location}
.
var
string
$this
getCdnKey
Required. The CDN key resource to create.
hasCdnKey
clearCdnKey
setCdnKey
Required. The CDN key resource to create.
$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.
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.
var
string
$this