Class: Google::Cloud::Video::Stitcher::V1::UpdateCdnKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::UpdateCdnKeyRequest
- 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.updateCdnKey.
Instance Attribute Summary collapse
-
#cdn_key ⇒ ::Google::Cloud::Video::Stitcher::V1::CdnKey
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#cdn_key ⇒ ::Google::Cloud::Video::Stitcher::V1::CdnKey
Returns Required. The CDN key resource which replaces the resource on the server.
113 114 115 116 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 113 class UpdateCdnKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The update mask applies to the resource.
For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
113 114 115 116 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 113 class UpdateCdnKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |