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
- (::Google::Cloud::Video::Stitcher::V1::CdnKey) — Required. The CDN key resource to create.
#cdn_key=
def cdn_key=(value) -> ::Google::Cloud::Video::Stitcher::V1::CdnKey
- value (::Google::Cloud::Video::Stitcher::V1::CdnKey) — Required. The CDN key resource to create.
- (::Google::Cloud::Video::Stitcher::V1::CdnKey) — Required. The CDN key resource to create.
#cdn_key_id
def cdn_key_id() -> ::String
-
(::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
-
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.
-
(::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
-
(::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
-
value (::String) — Required. The project in which the CDN key should be created, in the form
of
projects/{project_number}/locations/{location}
.
-
(::String) — Required. The project in which the CDN key should be created, in the form
of
projects/{project_number}/locations/{location}
.