public static final class EmbeddedSass.OutboundMessage extends GeneratedMessageV3 implements EmbeddedSass.OutboundMessageOrBuilder
The wrapper type for all messages sent from the compiler to the host. This provides a `oneof` that makes it possible to determine the type of each outbound message.Protobuf type
sass.embedded_protocol.OutboundMessage
Modifier and Type | Class and Description |
---|---|
static class |
EmbeddedSass.OutboundMessage.Builder
The wrapper type for all messages sent from the compiler to the host.
|
static class |
EmbeddedSass.OutboundMessage.CanonicalizeRequest
A request for a custom importer to convert an imported URL to its canonical
format.
|
static interface |
EmbeddedSass.OutboundMessage.CanonicalizeRequestOrBuilder |
static class |
EmbeddedSass.OutboundMessage.CompileResponse
A response that contains the result of a compilation.
|
static interface |
EmbeddedSass.OutboundMessage.CompileResponseOrBuilder |
static class |
EmbeddedSass.OutboundMessage.FileImportRequest
A request for a custom filesystem importer to load the contents of a
stylesheet.
|
static interface |
EmbeddedSass.OutboundMessage.FileImportRequestOrBuilder |
static class |
EmbeddedSass.OutboundMessage.FunctionCallRequest
A request to invoke a custom Sass function and return its result.
|
static interface |
EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder |
static class |
EmbeddedSass.OutboundMessage.ImportRequest
A request for a custom importer to load the contents of a stylesheet.
|
static interface |
EmbeddedSass.OutboundMessage.ImportRequestOrBuilder |
static class |
EmbeddedSass.OutboundMessage.LogEvent
An event indicating that a message should be displayed to the user.
|
static interface |
EmbeddedSass.OutboundMessage.LogEventOrBuilder |
static class |
EmbeddedSass.OutboundMessage.MessageCase |
static class |
EmbeddedSass.OutboundMessage.VersionResponse
A response that contains the version of the embedded compiler.
|
static interface |
EmbeddedSass.OutboundMessage.VersionResponseOrBuilder |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
CANONICALIZE_REQUEST_FIELD_NUMBER |
static int |
COMPILE_RESPONSE_FIELD_NUMBER |
static int |
ERROR_FIELD_NUMBER |
static int |
FILE_IMPORT_REQUEST_FIELD_NUMBER |
static int |
FUNCTION_CALL_REQUEST_FIELD_NUMBER |
static int |
IMPORT_REQUEST_FIELD_NUMBER |
static int |
LOG_EVENT_FIELD_NUMBER |
static int |
VERSION_RESPONSE_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int ERROR_FIELD_NUMBER
public static final int COMPILE_RESPONSE_FIELD_NUMBER
public static final int LOG_EVENT_FIELD_NUMBER
public static final int CANONICALIZE_REQUEST_FIELD_NUMBER
public static final int IMPORT_REQUEST_FIELD_NUMBER
public static final int FILE_IMPORT_REQUEST_FIELD_NUMBER
public static final int FUNCTION_CALL_REQUEST_FIELD_NUMBER
public static final int VERSION_RESPONSE_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public EmbeddedSass.OutboundMessage.MessageCase getMessageCase()
getMessageCase
in interface EmbeddedSass.OutboundMessageOrBuilder
public boolean hasError()
.sass.embedded_protocol.ProtocolError error = 1;
hasError
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.ProtocolError getError()
.sass.embedded_protocol.ProtocolError error = 1;
getError
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.ProtocolErrorOrBuilder getErrorOrBuilder()
.sass.embedded_protocol.ProtocolError error = 1;
getErrorOrBuilder
in interface EmbeddedSass.OutboundMessageOrBuilder
public boolean hasCompileResponse()
.sass.embedded_protocol.OutboundMessage.CompileResponse compile_response = 2;
hasCompileResponse
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.CompileResponse getCompileResponse()
.sass.embedded_protocol.OutboundMessage.CompileResponse compile_response = 2;
getCompileResponse
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.CompileResponseOrBuilder getCompileResponseOrBuilder()
.sass.embedded_protocol.OutboundMessage.CompileResponse compile_response = 2;
getCompileResponseOrBuilder
in interface EmbeddedSass.OutboundMessageOrBuilder
public boolean hasLogEvent()
.sass.embedded_protocol.OutboundMessage.LogEvent log_event = 3;
hasLogEvent
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.LogEvent getLogEvent()
.sass.embedded_protocol.OutboundMessage.LogEvent log_event = 3;
getLogEvent
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.LogEventOrBuilder getLogEventOrBuilder()
.sass.embedded_protocol.OutboundMessage.LogEvent log_event = 3;
getLogEventOrBuilder
in interface EmbeddedSass.OutboundMessageOrBuilder
public boolean hasCanonicalizeRequest()
.sass.embedded_protocol.OutboundMessage.CanonicalizeRequest canonicalize_request = 4;
hasCanonicalizeRequest
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.CanonicalizeRequest getCanonicalizeRequest()
.sass.embedded_protocol.OutboundMessage.CanonicalizeRequest canonicalize_request = 4;
getCanonicalizeRequest
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.CanonicalizeRequestOrBuilder getCanonicalizeRequestOrBuilder()
.sass.embedded_protocol.OutboundMessage.CanonicalizeRequest canonicalize_request = 4;
getCanonicalizeRequestOrBuilder
in interface EmbeddedSass.OutboundMessageOrBuilder
public boolean hasImportRequest()
.sass.embedded_protocol.OutboundMessage.ImportRequest import_request = 5;
hasImportRequest
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.ImportRequest getImportRequest()
.sass.embedded_protocol.OutboundMessage.ImportRequest import_request = 5;
getImportRequest
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.ImportRequestOrBuilder getImportRequestOrBuilder()
.sass.embedded_protocol.OutboundMessage.ImportRequest import_request = 5;
getImportRequestOrBuilder
in interface EmbeddedSass.OutboundMessageOrBuilder
public boolean hasFileImportRequest()
.sass.embedded_protocol.OutboundMessage.FileImportRequest file_import_request = 6;
hasFileImportRequest
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.FileImportRequest getFileImportRequest()
.sass.embedded_protocol.OutboundMessage.FileImportRequest file_import_request = 6;
getFileImportRequest
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.FileImportRequestOrBuilder getFileImportRequestOrBuilder()
.sass.embedded_protocol.OutboundMessage.FileImportRequest file_import_request = 6;
getFileImportRequestOrBuilder
in interface EmbeddedSass.OutboundMessageOrBuilder
public boolean hasFunctionCallRequest()
.sass.embedded_protocol.OutboundMessage.FunctionCallRequest function_call_request = 7;
hasFunctionCallRequest
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.FunctionCallRequest getFunctionCallRequest()
.sass.embedded_protocol.OutboundMessage.FunctionCallRequest function_call_request = 7;
getFunctionCallRequest
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.FunctionCallRequestOrBuilder getFunctionCallRequestOrBuilder()
.sass.embedded_protocol.OutboundMessage.FunctionCallRequest function_call_request = 7;
getFunctionCallRequestOrBuilder
in interface EmbeddedSass.OutboundMessageOrBuilder
public boolean hasVersionResponse()
.sass.embedded_protocol.OutboundMessage.VersionResponse version_response = 8;
hasVersionResponse
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.VersionResponse getVersionResponse()
.sass.embedded_protocol.OutboundMessage.VersionResponse version_response = 8;
getVersionResponse
in interface EmbeddedSass.OutboundMessageOrBuilder
public EmbeddedSass.OutboundMessage.VersionResponseOrBuilder getVersionResponseOrBuilder()
.sass.embedded_protocol.OutboundMessage.VersionResponse version_response = 8;
getVersionResponseOrBuilder
in interface EmbeddedSass.OutboundMessageOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static EmbeddedSass.OutboundMessage parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.OutboundMessage parseFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.OutboundMessage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.OutboundMessage parseDelimitedFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.OutboundMessage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.OutboundMessage parseFrom(CodedInputStream input) throws IOException
IOException
public static EmbeddedSass.OutboundMessage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public EmbeddedSass.OutboundMessage.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static EmbeddedSass.OutboundMessage.Builder newBuilder()
public static EmbeddedSass.OutboundMessage.Builder newBuilder(EmbeddedSass.OutboundMessage prototype)
public EmbeddedSass.OutboundMessage.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected EmbeddedSass.OutboundMessage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static EmbeddedSass.OutboundMessage getDefaultInstance()
public static Parser<EmbeddedSass.OutboundMessage> parser()
public Parser<EmbeddedSass.OutboundMessage> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public EmbeddedSass.OutboundMessage getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder