public interface CallFunctionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Either system or user-function generated error.
|
com.google.protobuf.ByteString |
getErrorBytes()
Either system or user-function generated error.
|
String |
getExecutionId()
Execution id of function invocation.
|
com.google.protobuf.ByteString |
getExecutionIdBytes()
Execution id of function invocation.
|
String |
getResult()
Result populated for successful execution of synchronous function.
|
com.google.protobuf.ByteString |
getResultBytes()
Result populated for successful execution of synchronous function.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExecutionId()
Execution id of function invocation.
string execution_id = 1;com.google.protobuf.ByteString getExecutionIdBytes()
Execution id of function invocation.
string execution_id = 1;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;com.google.protobuf.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;String getError()
Either system or user-function generated error. Set if execution was not successful.
string error = 3;com.google.protobuf.ByteString getErrorBytes()
Either system or user-function generated error. Set if execution was not successful.
string error = 3;Copyright © 2020 Google LLC. All rights reserved.