Interface Action.FlowStateUpdate.FunctionCallOrBuilder (0.89.0)

public static interface Action.FlowStateUpdate.FunctionCallOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The name of the function call.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the function call.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.