Class: Google::Cloud::Video::LiveStream::V1::UpdateInputRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::UpdateInputRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Request message for "LivestreamService.UpdateInput".
Instance Attribute Summary collapse
-
#input ⇒ ::Google::Cloud::Video::LiveStream::V1::Input
Required.
-
#request_id ⇒ ::String
A request ID to identify requests.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Field mask is used to specify the fields to be overwritten in the Input resource by the update.
Instance Attribute Details
#input ⇒ ::Google::Cloud::Video::LiveStream::V1::Input
488 489 490 491 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 488 class UpdateInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
488 489 490 491 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 488 class UpdateInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
488 489 490 491 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 488 class UpdateInputRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |