Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::UpdateSlateRequest.
Request message for VideoStitcherService.updateSlate.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#slate
def slate() -> ::Google::Cloud::Video::Stitcher::V1::Slate
Returns
- (::Google::Cloud::Video::Stitcher::V1::Slate) — Required. The resource with updated fields.
#slate=
def slate=(value) -> ::Google::Cloud::Video::Stitcher::V1::Slate
Parameter
- value (::Google::Cloud::Video::Stitcher::V1::Slate) — Required. The resource with updated fields.
Returns
- (::Google::Cloud::Video::Stitcher::V1::Slate) — Required. The resource with updated fields.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The update mask which specifies fields which should be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The update mask which specifies fields which should be updated.
Returns
- (::Google::Protobuf::FieldMask) — Required. The update mask which specifies fields which should be updated.