public static final class EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder> implements EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
A request to invoke a custom Sass function and return its result.Protobuf type
sass.embedded_protocol.OutboundMessage.FunctionCallRequest| Modifier and Type | Method and Description |
|---|---|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
addAllArguments(Iterable<? extends EmbeddedSass.Value> values)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
addArguments(EmbeddedSass.Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
addArguments(EmbeddedSass.Value value)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
addArguments(int index,
EmbeddedSass.Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
addArguments(int index,
EmbeddedSass.Value value)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.Value.Builder |
addArgumentsBuilder()
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.Value.Builder |
addArgumentsBuilder(int index)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest |
build() |
EmbeddedSass.OutboundMessage.FunctionCallRequest |
buildPartial() |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
clear() |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
clearArguments()
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
clearCompilationId()
The request id for the compilation that triggered the message.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
clearFunctionId()
The opaque ID of the function to invoke.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
clearId()
uint32 id = 1; |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
clearIdentifier() |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
clearName()
The name of the function to invoke.
|
EmbeddedSass.Value |
getArguments(int index)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.Value.Builder |
getArgumentsBuilder(int index)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
List<EmbeddedSass.Value.Builder> |
getArgumentsBuilderList()
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
int |
getArgumentsCount()
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
List<EmbeddedSass.Value> |
getArgumentsList()
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.ValueOrBuilder |
getArgumentsOrBuilder(int index)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
List<? extends EmbeddedSass.ValueOrBuilder> |
getArgumentsOrBuilderList()
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
int |
getCompilationId()
The request id for the compilation that triggered the message.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getFunctionId()
The opaque ID of the function to invoke.
|
int |
getId()
uint32 id = 1; |
EmbeddedSass.OutboundMessage.FunctionCallRequest.IdentifierCase |
getIdentifierCase() |
String |
getName()
The name of the function to invoke.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the function to invoke.
|
boolean |
hasFunctionId()
The opaque ID of the function to invoke.
|
boolean |
hasName()
The name of the function to invoke.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
mergeFrom(EmbeddedSass.OutboundMessage.FunctionCallRequest other) |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
removeArguments(int index)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setArguments(int index,
EmbeddedSass.Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setArguments(int index,
EmbeddedSass.Value value)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setCompilationId(int value)
The request id for the compilation that triggered the message.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setFunctionId(int value)
The opaque ID of the function to invoke.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setId(int value)
uint32 id = 1; |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setName(String value)
The name of the function to invoke.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The name of the function to invoke.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.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<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>public EmbeddedSass.OutboundMessage.FunctionCallRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EmbeddedSass.OutboundMessage.FunctionCallRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.OutboundMessage.FunctionCallRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeFrom(EmbeddedSass.OutboundMessage.FunctionCallRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>public EmbeddedSass.OutboundMessage.FunctionCallRequest.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<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>IOExceptionpublic EmbeddedSass.OutboundMessage.FunctionCallRequest.IdentifierCase getIdentifierCase()
getIdentifierCase in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearIdentifier()
public int getId()
uint32 id = 1;getId in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setId(int value)
uint32 id = 1;value - The id to set.public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearId()
uint32 id = 1;public int getCompilationId()
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 2;getCompilationId in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setCompilationId(int value)
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 2;value - The compilationId to set.public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearCompilationId()
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 2;public boolean hasName()
The name of the function to invoke. This must match the name of a function signature the host passed to the corresponding `CompileRequest.global_functions` call, including hyphens and underscores.
string name = 3;hasName in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic String getName()
The name of the function to invoke. This must match the name of a function signature the host passed to the corresponding `CompileRequest.global_functions` call, including hyphens and underscores.
string name = 3;getName in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the function to invoke. This must match the name of a function signature the host passed to the corresponding `CompileRequest.global_functions` call, including hyphens and underscores.
string name = 3;getNameBytes in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setName(String value)
The name of the function to invoke. This must match the name of a function signature the host passed to the corresponding `CompileRequest.global_functions` call, including hyphens and underscores.
string name = 3;value - The name to set.public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearName()
The name of the function to invoke. This must match the name of a function signature the host passed to the corresponding `CompileRequest.global_functions` call, including hyphens and underscores.
string name = 3;public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
The name of the function to invoke. This must match the name of a function signature the host passed to the corresponding `CompileRequest.global_functions` call, including hyphens and underscores.
string name = 3;value - The bytes for name to set.public boolean hasFunctionId()
The opaque ID of the function to invoke. This must match the ID of a `Value.HostFunction` that the host passed to the compiler.
uint32 function_id = 4;hasFunctionId in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic int getFunctionId()
The opaque ID of the function to invoke. This must match the ID of a `Value.HostFunction` that the host passed to the compiler.
uint32 function_id = 4;getFunctionId in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setFunctionId(int value)
The opaque ID of the function to invoke. This must match the ID of a `Value.HostFunction` that the host passed to the compiler.
uint32 function_id = 4;value - The functionId to set.public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearFunctionId()
The opaque ID of the function to invoke. This must match the ID of a `Value.HostFunction` that the host passed to the compiler.
uint32 function_id = 4;public List<EmbeddedSass.Value> getArgumentsList()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;getArgumentsList in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic int getArgumentsCount()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;getArgumentsCount in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic EmbeddedSass.Value getArguments(int index)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;getArguments in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setArguments(int index, EmbeddedSass.Value value)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setArguments(int index, EmbeddedSass.Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder addArguments(EmbeddedSass.Value value)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder addArguments(int index, EmbeddedSass.Value value)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder addArguments(EmbeddedSass.Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder addArguments(int index, EmbeddedSass.Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder addAllArguments(Iterable<? extends EmbeddedSass.Value> values)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearArguments()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder removeArguments(int index)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public EmbeddedSass.Value.Builder getArgumentsBuilder(int index)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public EmbeddedSass.ValueOrBuilder getArgumentsOrBuilder(int index)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;getArgumentsOrBuilder in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic List<? extends EmbeddedSass.ValueOrBuilder> getArgumentsOrBuilderList()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;getArgumentsOrBuilderList in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilderpublic EmbeddedSass.Value.Builder addArgumentsBuilder()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public EmbeddedSass.Value.Builder addArgumentsBuilder(int index)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public List<EmbeddedSass.Value.Builder> getArgumentsBuilderList()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. Mandatory. The compiler must ensure that a valid number of arguments are passed for the given signature, that default argument values are instantiated appropriately, and that variable argument lists (`$args...`) are passed as `Value.ArgumentList`s.
repeated .sass.embedded_protocol.Value arguments = 5;public final EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>public final EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>