Class: Google::Cloud::Video::Stitcher::V1::UpdateVodConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::UpdateVodConfigRequest
- 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.updateVodConfig.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#vod_config ⇒ ::Google::Cloud::Video::Stitcher::V1::VodConfig
Required.
Instance Attribute Details
#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.
593 594 595 596 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 593 class UpdateVodConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vod_config ⇒ ::Google::Cloud::Video::Stitcher::V1::VodConfig
Returns Required. The VOD config resource which replaces the resource on the server.
593 594 595 596 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 593 class UpdateVodConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |