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
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
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
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 |