Class: Google::Cloud::Video::Stitcher::V1::UpdateLiveConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::UpdateLiveConfigRequest
- 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.updateLiveConfig.
Instance Attribute Summary collapse
-
#live_config ⇒ ::Google::Cloud::Video::Stitcher::V1::LiveConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#live_config ⇒ ::Google::Cloud::Video::Stitcher::V1::LiveConfig
Returns Required. The LiveConfig resource which replaces the resource on the server.
486 487 488 489 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 486 class UpdateLiveConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
486 487 488 489 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 486 class UpdateLiveConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |