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.Builder |
addRepeatedField(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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 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 |
setField(com.google.protobuf.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(com.google.protobuf.ByteString value)
The name of the function to invoke.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
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.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public EmbeddedSass.OutboundMessage.FunctionCallRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.OutboundMessage.FunctionCallRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.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 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.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(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.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(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>