Interface CallFunctionResponseOrBuilder (2.62.0)

publicinterfaceCallFunctionResponseOrBuilderextendsMessageOrBuilder

Methods

getError()

publicabstractStringgetError()

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

string error = 3;

Returns
TypeDescription
String

The error.

getErrorBytes()

publicabstractByteStringgetErrorBytes()

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

string error = 3;

Returns
TypeDescription
ByteString

The bytes for error.

getExecutionId()

publicabstractStringgetExecutionId()

Execution id of function invocation.

string execution_id = 1;

Returns
TypeDescription
String

The executionId.

getExecutionIdBytes()

publicabstractByteStringgetExecutionIdBytes()

Execution id of function invocation.

string execution_id = 1;

Returns
TypeDescription
ByteString

The bytes for executionId.

getResult()

publicabstractStringgetResult()

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()

publicabstractByteStringgetResultBytes()

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.