Class: Google::Cloud::Video::LiveStream::V1::Event::InputSwitchTask
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Event::InputSwitchTask
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Switches to another input stream. Automatic failover is then disabled.
Instance Attribute Summary collapse
-
#input_key ⇒ ::String
The InputAttachment.key of the input to switch to.
Instance Attribute Details
#input_key ⇒ ::String
Returns The InputAttachment.key of the input to switch to.
570 571 572 573 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 570 class InputSwitchTask include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |