Interface CallFunctionResponseOrBuilder (2.9.0)

publicinterface CallFunctionResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

publicabstractStringgetError()

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

string error = 3;

Returns
Type Description
String

The error.

getErrorBytes()

publicabstractByteStringgetErrorBytes()

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

publicabstractStringgetExecutionId()

Execution id of function invocation.

string execution_id = 1;

Returns
Type Description
String

The executionId.

getExecutionIdBytes()

publicabstractByteStringgetExecutionIdBytes()

Execution id of function invocation.

string execution_id = 1;

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for result.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.