Interface CallFunctionResponseOrBuilder (2.20.0)

public interface CallFunctionResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract String getError()

Either system or user-function generated error. Set if execution was not successful.

string error = 3;

Returns
TypeDescription
String

The error.

getErrorBytes()

public abstract ByteString getErrorBytes()

Either system or user-function generated error. Set if execution was not successful.

string error = 3;

Returns
TypeDescription
ByteString

The bytes for error.

getExecutionId()

public abstract String getExecutionId()

Execution id of function invocation.

string execution_id = 1;

Returns
TypeDescription
String

The executionId.

getExecutionIdBytes()

public abstract ByteString getExecutionIdBytes()

Execution id of function invocation.

string execution_id = 1;

Returns
TypeDescription
ByteString

The bytes for executionId.

getResult()

public abstract String getResult()

Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context.

string result = 2;

Returns
TypeDescription
String

The result.

getResultBytes()

public abstract ByteString getResultBytes()

Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context.

string result = 2;

Returns
TypeDescription
ByteString

The bytes for result.