public static final class EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder extends 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.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
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 |
clearField(Descriptors.FieldDescriptor field) |
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.OutboundMessage.FunctionCallRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
clone() |
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 Descriptors.Descriptor |
getDescriptor() |
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.
|
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 GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
mergeFrom(EmbeddedSass.OutboundMessage.FunctionCallRequest other) |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
mergeFrom(Message other) |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
mergeUnknownFields(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 |
setField(Descriptors.FieldDescriptor field,
Object value) |
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(ByteString value)
The name of the function to invoke.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public EmbeddedSass.OutboundMessage.FunctionCallRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public EmbeddedSass.OutboundMessage.FunctionCallRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeFrom(EmbeddedSass.OutboundMessage.FunctionCallRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
IOException
public EmbeddedSass.OutboundMessage.FunctionCallRequest.IdentifierCase getIdentifierCase()
getIdentifierCase
in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearIdentifier()
public int getId()
uint32 id = 1;
getId
in interface EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
public 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.FunctionCallRequestOrBuilder
public 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.FunctionCallRequestOrBuilder
public 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.FunctionCallRequestOrBuilder
public 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.FunctionCallRequestOrBuilder
public 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(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.FunctionCallRequestOrBuilder
public 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.FunctionCallRequestOrBuilder
public 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.FunctionCallRequestOrBuilder
public 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.FunctionCallRequestOrBuilder
public 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.FunctionCallRequestOrBuilder
public 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.FunctionCallRequestOrBuilder
public 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.FunctionCallRequestOrBuilder
public 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(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public final EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>