public static final class InboundMessage.FunctionCallResponse extends com.google.protobuf.GeneratedMessage implements InboundMessage.FunctionCallResponseOrBuilder
A response indicating the result of calling a custom Sass function defined in the host.Protobuf type
sass.embedded_protocol.InboundMessage.FunctionCallResponse
Modifier and Type | Class and Description |
---|---|
static class |
InboundMessage.FunctionCallResponse.Builder
A response indicating the result of calling a custom Sass function defined
in the host.
|
static class |
InboundMessage.FunctionCallResponse.ResultCase |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
ACCESSED_ARGUMENT_LISTS_FIELD_NUMBER |
static int |
ERROR_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
SUCCESS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getAccessedArgumentLists(int index)
The IDs of all `Value.ArgumentList`s in `FunctionCallRequest.arguments`
whose keywords were accessed.
|
int |
getAccessedArgumentListsCount()
The IDs of all `Value.ArgumentList`s in `FunctionCallRequest.arguments`
whose keywords were accessed.
|
List<Integer> |
getAccessedArgumentListsList()
The IDs of all `Value.ArgumentList`s in `FunctionCallRequest.arguments`
whose keywords were accessed.
|
static InboundMessage.FunctionCallResponse |
getDefaultInstance() |
InboundMessage.FunctionCallResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getError()
An error message explaining why the function call failed.
|
com.google.protobuf.ByteString |
getErrorBytes()
An error message explaining why the function call failed.
|
int |
getId()
uint32 id = 1; |
com.google.protobuf.Parser<InboundMessage.FunctionCallResponse> |
getParserForType() |
InboundMessage.FunctionCallResponse.ResultCase |
getResultCase() |
int |
getSerializedSize() |
Value |
getSuccess()
The return value of a successful function call.
|
ValueOrBuilder |
getSuccessOrBuilder()
The return value of a successful function call.
|
boolean |
hasError()
An error message explaining why the function call failed.
|
int |
hashCode() |
boolean |
hasSuccess()
The return value of a successful function call.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static InboundMessage.FunctionCallResponse.Builder |
newBuilder() |
static InboundMessage.FunctionCallResponse.Builder |
newBuilder(InboundMessage.FunctionCallResponse prototype) |
InboundMessage.FunctionCallResponse.Builder |
newBuilderForType() |
protected InboundMessage.FunctionCallResponse.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static InboundMessage.FunctionCallResponse |
parseDelimitedFrom(InputStream input) |
static InboundMessage.FunctionCallResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InboundMessage.FunctionCallResponse |
parseFrom(byte[] data) |
static InboundMessage.FunctionCallResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InboundMessage.FunctionCallResponse |
parseFrom(ByteBuffer data) |
static InboundMessage.FunctionCallResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InboundMessage.FunctionCallResponse |
parseFrom(com.google.protobuf.ByteString data) |
static InboundMessage.FunctionCallResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InboundMessage.FunctionCallResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static InboundMessage.FunctionCallResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InboundMessage.FunctionCallResponse |
parseFrom(InputStream input) |
static InboundMessage.FunctionCallResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<InboundMessage.FunctionCallResponse> |
parser() |
InboundMessage.FunctionCallResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashFields, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int ID_FIELD_NUMBER
public static final int SUCCESS_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
public static final int ACCESSED_ARGUMENT_LISTS_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public InboundMessage.FunctionCallResponse.ResultCase getResultCase()
getResultCase
in interface InboundMessage.FunctionCallResponseOrBuilder
public int getId()
uint32 id = 1;
getId
in interface InboundMessage.FunctionCallResponseOrBuilder
public boolean hasSuccess()
The return value of a successful function call.
.sass.embedded_protocol.Value success = 2;
hasSuccess
in interface InboundMessage.FunctionCallResponseOrBuilder
public Value getSuccess()
The return value of a successful function call.
.sass.embedded_protocol.Value success = 2;
getSuccess
in interface InboundMessage.FunctionCallResponseOrBuilder
public ValueOrBuilder getSuccessOrBuilder()
The return value of a successful function call.
.sass.embedded_protocol.Value success = 2;
getSuccessOrBuilder
in interface InboundMessage.FunctionCallResponseOrBuilder
public boolean hasError()
An error message explaining why the function call failed.
string error = 3;
hasError
in interface InboundMessage.FunctionCallResponseOrBuilder
public String getError()
An error message explaining why the function call failed.
string error = 3;
getError
in interface InboundMessage.FunctionCallResponseOrBuilder
public com.google.protobuf.ByteString getErrorBytes()
An error message explaining why the function call failed.
string error = 3;
getErrorBytes
in interface InboundMessage.FunctionCallResponseOrBuilder
public List<Integer> getAccessedArgumentListsList()
The IDs of all `Value.ArgumentList`s in `FunctionCallRequest.arguments` whose keywords were accessed. See `Value.ArgumentList` for details. This may not include the special value `0` and it may not include multiple instances of the same ID.
repeated uint32 accessed_argument_lists = 4;
getAccessedArgumentListsList
in interface InboundMessage.FunctionCallResponseOrBuilder
public int getAccessedArgumentListsCount()
The IDs of all `Value.ArgumentList`s in `FunctionCallRequest.arguments` whose keywords were accessed. See `Value.ArgumentList` for details. This may not include the special value `0` and it may not include multiple instances of the same ID.
repeated uint32 accessed_argument_lists = 4;
getAccessedArgumentListsCount
in interface InboundMessage.FunctionCallResponseOrBuilder
public int getAccessedArgumentLists(int index)
The IDs of all `Value.ArgumentList`s in `FunctionCallRequest.arguments` whose keywords were accessed. See `Value.ArgumentList` for details. This may not include the special value `0` and it may not include multiple instances of the same ID.
repeated uint32 accessed_argument_lists = 4;
getAccessedArgumentLists
in interface InboundMessage.FunctionCallResponseOrBuilder
index
- The index of the element to return.public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static InboundMessage.FunctionCallResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static InboundMessage.FunctionCallResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static InboundMessage.FunctionCallResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static InboundMessage.FunctionCallResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static InboundMessage.FunctionCallResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static InboundMessage.FunctionCallResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static InboundMessage.FunctionCallResponse parseFrom(InputStream input) throws IOException
IOException
public static InboundMessage.FunctionCallResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static InboundMessage.FunctionCallResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static InboundMessage.FunctionCallResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static InboundMessage.FunctionCallResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static InboundMessage.FunctionCallResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public InboundMessage.FunctionCallResponse.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static InboundMessage.FunctionCallResponse.Builder newBuilder()
public static InboundMessage.FunctionCallResponse.Builder newBuilder(InboundMessage.FunctionCallResponse prototype)
public InboundMessage.FunctionCallResponse.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected InboundMessage.FunctionCallResponse.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.AbstractMessage
public static InboundMessage.FunctionCallResponse getDefaultInstance()
public static com.google.protobuf.Parser<InboundMessage.FunctionCallResponse> parser()
public com.google.protobuf.Parser<InboundMessage.FunctionCallResponse> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public InboundMessage.FunctionCallResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder