public static final class EmbeddedSass.InboundMessage extends GeneratedMessageV3 implements EmbeddedSass.InboundMessageOrBuilder
The wrapper type for all messages sent from the host to the compiler. This provides a `oneof` that makes it possible to determine the type of each inbound message.Protobuf type
sass.embedded_protocol.InboundMessage
Modifier and Type | Class and Description |
---|---|
static class |
EmbeddedSass.InboundMessage.Builder
The wrapper type for all messages sent from the host to the compiler.
|
static class |
EmbeddedSass.InboundMessage.CanonicalizeResponse
A response indicating the result of canonicalizing an imported URL.
|
static interface |
EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder |
static class |
EmbeddedSass.InboundMessage.CompileRequest
A request that compiles an entrypoint to CSS.
|
static interface |
EmbeddedSass.InboundMessage.CompileRequestOrBuilder |
static class |
EmbeddedSass.InboundMessage.FileImportResponse
A response indicating the result of redirecting a URL to the filesystem.
|
static interface |
EmbeddedSass.InboundMessage.FileImportResponseOrBuilder |
static class |
EmbeddedSass.InboundMessage.FunctionCallResponse
A response indicating the result of calling a custom Sass function defined
in the host.
|
static interface |
EmbeddedSass.InboundMessage.FunctionCallResponseOrBuilder |
static class |
EmbeddedSass.InboundMessage.ImportResponse
A response indicating the result of importing a canonical URL.
|
static interface |
EmbeddedSass.InboundMessage.ImportResponseOrBuilder |
static class |
EmbeddedSass.InboundMessage.MessageCase |
static class |
EmbeddedSass.InboundMessage.VersionRequest
A request for information about the version of the embedded compiler.
|
static interface |
EmbeddedSass.InboundMessage.VersionRequestOrBuilder |
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_RESPONSE_FIELD_NUMBER |
static int |
COMPILE_REQUEST_FIELD_NUMBER |
static int |
FILE_IMPORT_RESPONSE_FIELD_NUMBER |
static int |
FUNCTION_CALL_RESPONSE_FIELD_NUMBER |
static int |
IMPORT_RESPONSE_FIELD_NUMBER |
static int |
VERSION_REQUEST_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 COMPILE_REQUEST_FIELD_NUMBER
public static final int CANONICALIZE_RESPONSE_FIELD_NUMBER
public static final int IMPORT_RESPONSE_FIELD_NUMBER
public static final int FILE_IMPORT_RESPONSE_FIELD_NUMBER
public static final int FUNCTION_CALL_RESPONSE_FIELD_NUMBER
public static final int VERSION_REQUEST_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.InboundMessage.MessageCase getMessageCase()
getMessageCase
in interface EmbeddedSass.InboundMessageOrBuilder
public boolean hasCompileRequest()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;
hasCompileRequest
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.CompileRequest getCompileRequest()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;
getCompileRequest
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.CompileRequestOrBuilder getCompileRequestOrBuilder()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;
getCompileRequestOrBuilder
in interface EmbeddedSass.InboundMessageOrBuilder
public boolean hasCanonicalizeResponse()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;
hasCanonicalizeResponse
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.CanonicalizeResponse getCanonicalizeResponse()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;
getCanonicalizeResponse
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder getCanonicalizeResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;
getCanonicalizeResponseOrBuilder
in interface EmbeddedSass.InboundMessageOrBuilder
public boolean hasImportResponse()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;
hasImportResponse
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.ImportResponse getImportResponse()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;
getImportResponse
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.ImportResponseOrBuilder getImportResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;
getImportResponseOrBuilder
in interface EmbeddedSass.InboundMessageOrBuilder
public boolean hasFileImportResponse()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;
hasFileImportResponse
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.FileImportResponse getFileImportResponse()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;
getFileImportResponse
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.FileImportResponseOrBuilder getFileImportResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;
getFileImportResponseOrBuilder
in interface EmbeddedSass.InboundMessageOrBuilder
public boolean hasFunctionCallResponse()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;
hasFunctionCallResponse
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.FunctionCallResponse getFunctionCallResponse()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;
getFunctionCallResponse
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.FunctionCallResponseOrBuilder getFunctionCallResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;
getFunctionCallResponseOrBuilder
in interface EmbeddedSass.InboundMessageOrBuilder
public boolean hasVersionRequest()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;
hasVersionRequest
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.VersionRequest getVersionRequest()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;
getVersionRequest
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.VersionRequestOrBuilder getVersionRequestOrBuilder()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;
getVersionRequestOrBuilder
in interface EmbeddedSass.InboundMessageOrBuilder
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.InboundMessage parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.InboundMessage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.InboundMessage parseDelimitedFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.InboundMessage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.InboundMessage parseFrom(CodedInputStream input) throws IOException
IOException
public static EmbeddedSass.InboundMessage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public EmbeddedSass.InboundMessage.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static EmbeddedSass.InboundMessage.Builder newBuilder()
public static EmbeddedSass.InboundMessage.Builder newBuilder(EmbeddedSass.InboundMessage prototype)
public EmbeddedSass.InboundMessage.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected EmbeddedSass.InboundMessage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static EmbeddedSass.InboundMessage getDefaultInstance()
public static Parser<EmbeddedSass.InboundMessage> parser()
public Parser<EmbeddedSass.InboundMessage> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public EmbeddedSass.InboundMessage getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder