Class: Google::Cloud::Video::Stitcher::V1::UpdateSlateRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#slate::Google::Cloud::Video::Stitcher::V1::Slate

Returns Required. The resource with updated fields.

Returns:



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.

Returns:



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