Package sass.embedded_protocol
Class EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
- sass.embedded_protocol.EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder
-
- All Implemented Interfaces:
Message.Builder
,MessageLite.Builder
,MessageLiteOrBuilder
,MessageOrBuilder
,Cloneable
,EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
- Enclosing class:
- EmbeddedSass.OutboundMessage.FunctionCallRequest
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 typesass.embedded_protocol.OutboundMessage.FunctionCallRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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(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
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(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(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.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(Message other)
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder
mergeFrom(EmbeddedSass.OutboundMessage.FunctionCallRequest 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 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
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
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)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
-
clear
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clear()
- Specified by:
clear
in interfaceMessage.Builder
- Specified by:
clear
in interfaceMessageLite.Builder
- Overrides:
clear
in classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfaceMessage.Builder
- Specified by:
getDescriptorForType
in interfaceMessageOrBuilder
- Overrides:
getDescriptorForType
in classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
getDefaultInstanceForType
public EmbeddedSass.OutboundMessage.FunctionCallRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceMessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceMessageOrBuilder
-
build
public EmbeddedSass.OutboundMessage.FunctionCallRequest build()
- Specified by:
build
in interfaceMessage.Builder
- Specified by:
build
in interfaceMessageLite.Builder
-
buildPartial
public EmbeddedSass.OutboundMessage.FunctionCallRequest buildPartial()
- Specified by:
buildPartial
in interfaceMessage.Builder
- Specified by:
buildPartial
in interfaceMessageLite.Builder
-
clone
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clone()
- Specified by:
clone
in interfaceMessage.Builder
- Specified by:
clone
in interfaceMessageLite.Builder
- Overrides:
clone
in classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
setField
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfaceMessage.Builder
- Overrides:
setField
in classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
clearField
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearField(Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfaceMessage.Builder
- Overrides:
clearField
in classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
clearOneof
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfaceMessage.Builder
- Overrides:
clearOneof
in classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
setRepeatedField
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfaceMessage.Builder
- Overrides:
setRepeatedField
in classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
addRepeatedField
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfaceMessage.Builder
- Overrides:
addRepeatedField
in classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
mergeFrom
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeFrom(Message other)
- Specified by:
mergeFrom
in interfaceMessage.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
mergeFrom
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeFrom(EmbeddedSass.OutboundMessage.FunctionCallRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceMessageLiteOrBuilder
- Overrides:
isInitialized
in classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
mergeFrom
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfaceMessage.Builder
- Specified by:
mergeFrom
in interfaceMessageLite.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
- Throws:
IOException
-
getIdentifierCase
public EmbeddedSass.OutboundMessage.FunctionCallRequest.IdentifierCase getIdentifierCase()
- Specified by:
getIdentifierCase
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
-
clearIdentifier
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearIdentifier()
-
getId
public int getId()
uint32 id = 1;
- Specified by:
getId
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
- Returns:
- The id.
-
setId
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setId(int value)
uint32 id = 1;
- Parameters:
value
- The id to set.- Returns:
- This builder for chaining.
-
clearId
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearId()
uint32 id = 1;
- Returns:
- This builder for chaining.
-
getCompilationId
public int getCompilationId()
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 2;
- Specified by:
getCompilationId
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
- Returns:
- The compilationId.
-
setCompilationId
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setCompilationId(int value)
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 2;
- Parameters:
value
- The compilationId to set.- Returns:
- This builder for chaining.
-
clearCompilationId
public EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder clearCompilationId()
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 2;
- Returns:
- This builder for chaining.
-
hasName
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;
- Specified by:
hasName
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
- Returns:
- Whether the name field is set.
-
getName
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;
- Specified by:
getName
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
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;
- Specified by:
getNameBytes
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
- Returns:
- The bytes for name.
-
setName
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;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
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;
- Returns:
- This builder for chaining.
-
setNameBytes
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;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasFunctionId
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;
- Specified by:
hasFunctionId
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
- Returns:
- Whether the functionId field is set.
-
getFunctionId
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;
- Specified by:
getFunctionId
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
- Returns:
- The functionId.
-
setFunctionId
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;
- Parameters:
value
- The functionId to set.- Returns:
- This builder for chaining.
-
clearFunctionId
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;
- Returns:
- This builder for chaining.
-
getArgumentsList
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;
- Specified by:
getArgumentsList
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
-
getArgumentsCount
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;
- Specified by:
getArgumentsCount
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
-
getArguments
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;
- Specified by:
getArguments
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
-
setArguments
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;
-
setArguments
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;
-
addArguments
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;
-
addArguments
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;
-
addArguments
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;
-
addArguments
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;
-
addAllArguments
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;
-
clearArguments
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;
-
removeArguments
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;
-
getArgumentsBuilder
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;
-
getArgumentsOrBuilder
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;
- Specified by:
getArgumentsOrBuilder
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
-
getArgumentsOrBuilderList
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;
- Specified by:
getArgumentsOrBuilderList
in interfaceEmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder
-
addArgumentsBuilder
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;
-
addArgumentsBuilder
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;
-
getArgumentsBuilderList
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;
-
setUnknownFields
public final EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfaceMessage.Builder
- Overrides:
setUnknownFields
in classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
mergeUnknownFields
public final EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfaceMessage.Builder
- Overrides:
mergeUnknownFields
in classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder>
-
-