public interface InputConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInputSwitchMode()
public abstract InputConfig.InputSwitchMode getInputSwitchMode()
Input switch mode. Default mode is FAILOVER_PREFER_PRIMARY
.
.google.cloud.video.livestream.v1.InputConfig.InputSwitchMode input_switch_mode = 1;
Returns | |
---|---|
Type | Description |
InputConfig.InputSwitchMode |
The inputSwitchMode. |
getInputSwitchModeValue()
public abstract int getInputSwitchModeValue()
Input switch mode. Default mode is FAILOVER_PREFER_PRIMARY
.
.google.cloud.video.livestream.v1.InputConfig.InputSwitchMode input_switch_mode = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for inputSwitchMode. |