public final class InboundMessage extends com.google.protobuf.GeneratedMessageV3 implements 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 |
InboundMessage.Builder
The wrapper type for all messages sent from the host to the compiler.
|
static class |
InboundMessage.CanonicalizeResponse
A response indicating the result of canonicalizing an imported URL.
|
static interface |
InboundMessage.CanonicalizeResponseOrBuilder |
static class |
InboundMessage.CompileRequest
A request that compiles an entrypoint to CSS.
|
static interface |
InboundMessage.CompileRequestOrBuilder |
static class |
InboundMessage.FileImportResponse
A response indicating the result of redirecting a URL to the filesystem.
|
static interface |
InboundMessage.FileImportResponseOrBuilder |
static class |
InboundMessage.FunctionCallResponse
A response indicating the result of calling a custom Sass function defined
in the host.
|
static interface |
InboundMessage.FunctionCallResponseOrBuilder |
static class |
InboundMessage.ImportResponse
A response indicating the result of importing a canonical URL.
|
static interface |
InboundMessage.ImportResponseOrBuilder |
static class |
InboundMessage.MessageCase |
static class |
InboundMessage.VersionRequest
A request for information about the version of the embedded compiler.
|
static interface |
InboundMessage.VersionRequestOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 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 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
InboundMessage.CanonicalizeResponse |
getCanonicalizeResponse()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3; |
InboundMessage.CanonicalizeResponseOrBuilder |
getCanonicalizeResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3; |
InboundMessage.CompileRequest |
getCompileRequest()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2; |
InboundMessage.CompileRequestOrBuilder |
getCompileRequestOrBuilder()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2; |
static InboundMessage |
getDefaultInstance() |
InboundMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
InboundMessage.FileImportResponse |
getFileImportResponse()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5; |
InboundMessage.FileImportResponseOrBuilder |
getFileImportResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5; |
InboundMessage.FunctionCallResponse |
getFunctionCallResponse()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6; |
InboundMessage.FunctionCallResponseOrBuilder |
getFunctionCallResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6; |
InboundMessage.ImportResponse |
getImportResponse()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4; |
InboundMessage.ImportResponseOrBuilder |
getImportResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4; |
InboundMessage.MessageCase |
getMessageCase() |
com.google.protobuf.Parser<InboundMessage> |
getParserForType() |
int |
getSerializedSize() |
InboundMessage.VersionRequest |
getVersionRequest()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7; |
InboundMessage.VersionRequestOrBuilder |
getVersionRequestOrBuilder()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7; |
boolean |
hasCanonicalizeResponse()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3; |
boolean |
hasCompileRequest()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2; |
boolean |
hasFileImportResponse()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5; |
boolean |
hasFunctionCallResponse()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6; |
int |
hashCode() |
boolean |
hasImportResponse()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4; |
boolean |
hasVersionRequest()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static InboundMessage.Builder |
newBuilder() |
static InboundMessage.Builder |
newBuilder(InboundMessage prototype) |
InboundMessage.Builder |
newBuilderForType() |
protected InboundMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static InboundMessage |
parseDelimitedFrom(InputStream input) |
static InboundMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InboundMessage |
parseFrom(byte[] data) |
static InboundMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InboundMessage |
parseFrom(ByteBuffer data) |
static InboundMessage |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InboundMessage |
parseFrom(com.google.protobuf.ByteString data) |
static InboundMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InboundMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static InboundMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InboundMessage |
parseFrom(InputStream input) |
static InboundMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<InboundMessage> |
parser() |
InboundMessage.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, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public InboundMessage.MessageCase getMessageCase()
getMessageCase in interface InboundMessageOrBuilderpublic boolean hasCompileRequest()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;hasCompileRequest in interface InboundMessageOrBuilderpublic InboundMessage.CompileRequest getCompileRequest()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;getCompileRequest in interface InboundMessageOrBuilderpublic InboundMessage.CompileRequestOrBuilder getCompileRequestOrBuilder()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;getCompileRequestOrBuilder in interface InboundMessageOrBuilderpublic boolean hasCanonicalizeResponse()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;hasCanonicalizeResponse in interface InboundMessageOrBuilderpublic InboundMessage.CanonicalizeResponse getCanonicalizeResponse()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;getCanonicalizeResponse in interface InboundMessageOrBuilderpublic InboundMessage.CanonicalizeResponseOrBuilder getCanonicalizeResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;getCanonicalizeResponseOrBuilder in interface InboundMessageOrBuilderpublic boolean hasImportResponse()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;hasImportResponse in interface InboundMessageOrBuilderpublic InboundMessage.ImportResponse getImportResponse()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;getImportResponse in interface InboundMessageOrBuilderpublic InboundMessage.ImportResponseOrBuilder getImportResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;getImportResponseOrBuilder in interface InboundMessageOrBuilderpublic boolean hasFileImportResponse()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;hasFileImportResponse in interface InboundMessageOrBuilderpublic InboundMessage.FileImportResponse getFileImportResponse()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;getFileImportResponse in interface InboundMessageOrBuilderpublic InboundMessage.FileImportResponseOrBuilder getFileImportResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;getFileImportResponseOrBuilder in interface InboundMessageOrBuilderpublic boolean hasFunctionCallResponse()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;hasFunctionCallResponse in interface InboundMessageOrBuilderpublic InboundMessage.FunctionCallResponse getFunctionCallResponse()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;getFunctionCallResponse in interface InboundMessageOrBuilderpublic InboundMessage.FunctionCallResponseOrBuilder getFunctionCallResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;getFunctionCallResponseOrBuilder in interface InboundMessageOrBuilderpublic boolean hasVersionRequest()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;hasVersionRequest in interface InboundMessageOrBuilderpublic InboundMessage.VersionRequest getVersionRequest()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;getVersionRequest in interface InboundMessageOrBuilderpublic InboundMessage.VersionRequestOrBuilder getVersionRequestOrBuilder()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;getVersionRequestOrBuilder in interface InboundMessageOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static InboundMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InboundMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InboundMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InboundMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InboundMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InboundMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InboundMessage parseFrom(InputStream input) throws IOException
IOExceptionpublic static InboundMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static InboundMessage parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static InboundMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static InboundMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static InboundMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic InboundMessage.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static InboundMessage.Builder newBuilder()
public static InboundMessage.Builder newBuilder(InboundMessage prototype)
public InboundMessage.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected InboundMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static InboundMessage getDefaultInstance()
public static com.google.protobuf.Parser<InboundMessage> parser()
public com.google.protobuf.Parser<InboundMessage> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public InboundMessage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder