Interface Runnable.BarrierOrBuilder (0.27.0)

See more code actions.
public static interface Runnable.BarrierOrBuilder extends MessageOrBuilder
MessageOrBuilder
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
Type Description
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
Type Description
ByteString

The bytes for name.