Class: Google::Cloud::Video::Stitcher::V1::CreateCdnKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::CreateCdnKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb
Overview
Request message for VideoStitcherService.createCdnKey.
Instance Attribute Summary collapse
-
#cdn_key ⇒ ::Google::Cloud::Video::Stitcher::V1::CdnKey
Required.
-
#cdn_key_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#cdn_key ⇒ ::Google::Cloud::Video::Stitcher::V1::CdnKey
Returns Required. The CDN key resource to create.
41 42 43 44 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 41 class CreateCdnKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cdn_key_id ⇒ ::String
Returns 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.
41 42 43 44 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 41 class CreateCdnKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project in which the CDN key should be created, in the form
of projects/{project_number}/locations/{location}
.
41 42 43 44 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 41 class CreateCdnKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |