Class: Google::Cloud::Video::Stitcher::V1::DeleteCdnKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::DeleteCdnKeyRequest
- 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.deleteCdnKey.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the CDN key to be deleted, in the form of
projects/{project_number}/locations/{location}/cdnKeys/{id}
.
99 100 101 102 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 99 class DeleteCdnKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |