public static final class OutboundMessage.FunctionCallRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.FunctionCallRequest.Builder> implements 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 |
|---|---|
OutboundMessage.FunctionCallRequest.Builder |
addAllArguments(Iterable<? extends Value> values)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
OutboundMessage.FunctionCallRequest.Builder |
addArguments(int index,
Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
OutboundMessage.FunctionCallRequest.Builder |
addArguments(int index,
Value value)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
OutboundMessage.FunctionCallRequest.Builder |
addArguments(Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
OutboundMessage.FunctionCallRequest.Builder |
addArguments(Value value)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
Value.Builder |
addArgumentsBuilder()
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
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`.
|
OutboundMessage.FunctionCallRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OutboundMessage.FunctionCallRequest |
build() |
OutboundMessage.FunctionCallRequest |
buildPartial() |
OutboundMessage.FunctionCallRequest.Builder |
clear() |
OutboundMessage.FunctionCallRequest.Builder |
clearArguments()
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
OutboundMessage.FunctionCallRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
OutboundMessage.FunctionCallRequest.Builder |
clearFunctionId()
The opaque ID of the function to invoke.
|
OutboundMessage.FunctionCallRequest.Builder |
clearId()
uint32 id = 1; |
OutboundMessage.FunctionCallRequest.Builder |
clearIdentifier() |
OutboundMessage.FunctionCallRequest.Builder |
clearName()
The name of the function to invoke.
|
OutboundMessage.FunctionCallRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
OutboundMessage.FunctionCallRequest.Builder |
clone() |
Value |
getArguments(int index)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
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<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<Value> |
getArgumentsList()
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
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 ValueOrBuilder> |
getArgumentsOrBuilderList()
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
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; |
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() |
OutboundMessage.FunctionCallRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OutboundMessage.FunctionCallRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
OutboundMessage.FunctionCallRequest.Builder |
mergeFrom(OutboundMessage.FunctionCallRequest other) |
OutboundMessage.FunctionCallRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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`.
|
OutboundMessage.FunctionCallRequest.Builder |
setArguments(int index,
Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
OutboundMessage.FunctionCallRequest.Builder |
setArguments(int index,
Value value)
The arguments passed to the function, in the order they appear in the
function signature passed to `CompileRequest.global_functions`.
|
OutboundMessage.FunctionCallRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OutboundMessage.FunctionCallRequest.Builder |
setFunctionId(int value)
The opaque ID of the function to invoke.
|
OutboundMessage.FunctionCallRequest.Builder |
setId(int value)
uint32 id = 1; |
OutboundMessage.FunctionCallRequest.Builder |
setName(String value)
The name of the function to invoke.
|
OutboundMessage.FunctionCallRequest.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The name of the function to invoke.
|
OutboundMessage.FunctionCallRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.FunctionCallRequest.Builder>public 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<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<OutboundMessage.FunctionCallRequest.Builder>public OutboundMessage.FunctionCallRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic OutboundMessage.FunctionCallRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic OutboundMessage.FunctionCallRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic OutboundMessage.FunctionCallRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.FunctionCallRequest.Builder>public OutboundMessage.FunctionCallRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.FunctionCallRequest.Builder>public OutboundMessage.FunctionCallRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.FunctionCallRequest.Builder>public OutboundMessage.FunctionCallRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.FunctionCallRequest.Builder>public OutboundMessage.FunctionCallRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.FunctionCallRequest.Builder>public OutboundMessage.FunctionCallRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.FunctionCallRequest.Builder>public OutboundMessage.FunctionCallRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<OutboundMessage.FunctionCallRequest.Builder>public OutboundMessage.FunctionCallRequest.Builder mergeFrom(OutboundMessage.FunctionCallRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.FunctionCallRequest.Builder>public 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<OutboundMessage.FunctionCallRequest.Builder>IOExceptionpublic OutboundMessage.FunctionCallRequest.IdentifierCase getIdentifierCase()
getIdentifierCase in interface OutboundMessage.FunctionCallRequestOrBuilderpublic OutboundMessage.FunctionCallRequest.Builder clearIdentifier()
public int getId()
uint32 id = 1;getId in interface OutboundMessage.FunctionCallRequestOrBuilderpublic OutboundMessage.FunctionCallRequest.Builder setId(int value)
uint32 id = 1;value - The id to set.public OutboundMessage.FunctionCallRequest.Builder clearId()
uint32 id = 1;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 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 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 OutboundMessage.FunctionCallRequestOrBuilderpublic 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 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 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 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 OutboundMessage.FunctionCallRequestOrBuilderpublic 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 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<Value> getArgumentsList()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequestOrBuilderpublic int getArgumentsCount()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequestOrBuilderpublic Value getArguments(int index)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequestOrBuilderpublic OutboundMessage.FunctionCallRequest.Builder setArguments(int index, Value value)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequest.Builder setArguments(int index, Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequest.Builder addArguments(Value value)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequest.Builder addArguments(int index, Value value)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequest.Builder addArguments(Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequest.Builder addArguments(int index, Value.Builder builderForValue)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequest.Builder addAllArguments(Iterable<? extends Value> values)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequest.Builder clearArguments()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 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`. 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 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`. 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 ValueOrBuilder getArgumentsOrBuilder(int index)
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequestOrBuilderpublic List<? extends ValueOrBuilder> getArgumentsOrBuilderList()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequestOrBuilderpublic Value.Builder addArgumentsBuilder()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 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`. 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<Value.Builder> getArgumentsBuilderList()
The arguments passed to the function, in the order they appear in the function signature passed to `CompileRequest.global_functions`. 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 OutboundMessage.FunctionCallRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.FunctionCallRequest.Builder>public final OutboundMessage.FunctionCallRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.FunctionCallRequest.Builder>