Class: Google::Cloud::Video::Stitcher::V1::UpdateVodConfigRequest

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.updateVodConfig.

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:



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