Interface Runnable.BarrierOrBuilder (0.41.0)

public static interface Runnable.BarrierOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Barriers are identified by their index in runnable list. Names are not required, but if present should be an identifier.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Barriers are identified by their index in runnable list. Names are not required, but if present should be an identifier.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.