Class: Google::Cloud::Video::Stitcher::V1::UpdateSlateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::UpdateSlateRequest
- 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.updateSlate.
Instance Attribute Summary collapse
-
#slate ⇒ ::Google::Cloud::Video::Stitcher::V1::Slate
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#slate ⇒ ::Google::Cloud::Video::Stitcher::V1::Slate
Returns Required. The resource with updated fields.
346 347 348 349 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 346 class UpdateSlateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The update mask which specifies fields which should be updated.
346 347 348 349 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 346 class UpdateSlateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |