public static final class CallFunctionResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder> implements CallFunctionResponseOrBuilder
Response of `CallFunction` method.Protobuf type
google.cloud.functions.v1.CallFunctionResponse| Modifier and Type | Method and Description |
|---|---|
CallFunctionResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CallFunctionResponse |
build() |
CallFunctionResponse |
buildPartial() |
CallFunctionResponse.Builder |
clear() |
CallFunctionResponse.Builder |
clearError()
Either system or user-function generated error.
|
CallFunctionResponse.Builder |
clearExecutionId()
Execution id of function invocation.
|
CallFunctionResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CallFunctionResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CallFunctionResponse.Builder |
clearResult()
Result populated for successful execution of synchronous function.
|
CallFunctionResponse.Builder |
clone() |
CallFunctionResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CallFunctionResponse.Builder |
mergeFrom(CallFunctionResponse other) |
CallFunctionResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CallFunctionResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
CallFunctionResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CallFunctionResponse.Builder |
setError(String value)
Either system or user-function generated error.
|
CallFunctionResponse.Builder |
setErrorBytes(com.google.protobuf.ByteString value)
Either system or user-function generated error.
|
CallFunctionResponse.Builder |
setExecutionId(String value)
Execution id of function invocation.
|
CallFunctionResponse.Builder |
setExecutionIdBytes(com.google.protobuf.ByteString value)
Execution id of function invocation.
|
CallFunctionResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CallFunctionResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CallFunctionResponse.Builder |
setResult(String value)
Result populated for successful execution of synchronous function.
|
CallFunctionResponse.Builder |
setResultBytes(com.google.protobuf.ByteString value)
Result populated for successful execution of synchronous function.
|
CallFunctionResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>public CallFunctionResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>public CallFunctionResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CallFunctionResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CallFunctionResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CallFunctionResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>public CallFunctionResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>public CallFunctionResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>public CallFunctionResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>public CallFunctionResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>public CallFunctionResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>public CallFunctionResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CallFunctionResponse.Builder>public CallFunctionResponse.Builder mergeFrom(CallFunctionResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>public CallFunctionResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CallFunctionResponse.Builder>IOExceptionpublic String getExecutionId()
Execution id of function invocation.
string execution_id = 1;getExecutionId in interface CallFunctionResponseOrBuilderpublic com.google.protobuf.ByteString getExecutionIdBytes()
Execution id of function invocation.
string execution_id = 1;getExecutionIdBytes in interface CallFunctionResponseOrBuilderpublic CallFunctionResponse.Builder setExecutionId(String value)
Execution id of function invocation.
string execution_id = 1;value - The executionId to set.public CallFunctionResponse.Builder clearExecutionId()
Execution id of function invocation.
string execution_id = 1;public CallFunctionResponse.Builder setExecutionIdBytes(com.google.protobuf.ByteString value)
Execution id of function invocation.
string execution_id = 1;value - The bytes for executionId to set.public 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;getResult in interface CallFunctionResponseOrBuilderpublic 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;getResultBytes in interface CallFunctionResponseOrBuilderpublic CallFunctionResponse.Builder setResult(String value)
Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context.
string result = 2;value - The result to set.public CallFunctionResponse.Builder clearResult()
Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context.
string result = 2;public CallFunctionResponse.Builder setResultBytes(com.google.protobuf.ByteString value)
Result populated for successful execution of synchronous function. Will not be populated if function does not return a result through context.
string result = 2;value - The bytes for result to set.public String getError()
Either system or user-function generated error. Set if execution was not successful.
string error = 3;getError in interface CallFunctionResponseOrBuilderpublic com.google.protobuf.ByteString getErrorBytes()
Either system or user-function generated error. Set if execution was not successful.
string error = 3;getErrorBytes in interface CallFunctionResponseOrBuilderpublic CallFunctionResponse.Builder setError(String value)
Either system or user-function generated error. Set if execution was not successful.
string error = 3;value - The error to set.public CallFunctionResponse.Builder clearError()
Either system or user-function generated error. Set if execution was not successful.
string error = 3;public CallFunctionResponse.Builder setErrorBytes(com.google.protobuf.ByteString value)
Either system or user-function generated error. Set if execution was not successful.
string error = 3;value - The bytes for error to set.public final CallFunctionResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>public final CallFunctionResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CallFunctionResponse.Builder>Copyright © 2022 Google LLC. All rights reserved.