Interface InputAttachment.AutomaticFailoverOrBuilder (0.43.0)

public static interface InputAttachment.AutomaticFailoverOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputKeys(int index)

public abstract String getInputKeys(int index)

The InputAttachment.keys of inputs to failover to when this input is disconnected. Currently, only up to one backup input is supported.

repeated string input_keys = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The inputKeys at the given index.

getInputKeysBytes(int index)

public abstract ByteString getInputKeysBytes(int index)

The InputAttachment.keys of inputs to failover to when this input is disconnected. Currently, only up to one backup input is supported.

repeated string input_keys = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the inputKeys at the given index.

getInputKeysCount()

public abstract int getInputKeysCount()

The InputAttachment.keys of inputs to failover to when this input is disconnected. Currently, only up to one backup input is supported.

repeated string input_keys = 1;

Returns
TypeDescription
int

The count of inputKeys.

getInputKeysList()

public abstract List<String> getInputKeysList()

The InputAttachment.keys of inputs to failover to when this input is disconnected. Currently, only up to one backup input is supported.

repeated string input_keys = 1;

Returns
TypeDescription
List<String>

A list containing the inputKeys.