Video Stitcher V1 API - Class Google::Cloud::Video::Stitcher::V1::CreateCdnKeyRequest (v0.4.0)

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

Request message for VideoStitcherService.createCdnKey.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cdn_key

def cdn_key() -> ::Google::Cloud::Video::Stitcher::V1::CdnKey
Returns

#cdn_key=

def cdn_key=(value) -> ::Google::Cloud::Video::Stitcher::V1::CdnKey
Parameter
Returns

#cdn_key_id

def cdn_key_id() -> ::String
Returns
  • (::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.

#cdn_key_id=

def cdn_key_id=(value) -> ::String
Parameter
  • value (::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
  • (::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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The project in which the CDN key should be created, in the form of projects/{project_number}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The project in which the CDN key should be created, in the form of projects/{project_number}/locations/{location}.
Returns
  • (::String) — Required. The project in which the CDN key should be created, in the form of projects/{project_number}/locations/{location}.