public interface CallFunctionResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getError()
public abstract String getError()Either system or user-function generated error. Set if execution was not successful.
string error = 3;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for error. |
getExecutionId()
public abstract String getExecutionId()Execution id of function invocation.
string execution_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The executionId. |
getExecutionIdBytes()
public abstract ByteString getExecutionIdBytes()Execution id of function invocation.
string execution_id = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for result. |