public static final class EmbeddedSass.InboundMessage extends com.google.protobuf.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 |
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) |
EmbeddedSass.InboundMessage.CanonicalizeResponse |
getCanonicalizeResponse()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3; |
EmbeddedSass.InboundMessage.CanonicalizeResponseOrBuilder |
getCanonicalizeResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3; |
EmbeddedSass.InboundMessage.CompileRequest |
getCompileRequest()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2; |
EmbeddedSass.InboundMessage.CompileRequestOrBuilder |
getCompileRequestOrBuilder()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2; |
static EmbeddedSass.InboundMessage |
getDefaultInstance() |
EmbeddedSass.InboundMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
EmbeddedSass.InboundMessage.FileImportResponse |
getFileImportResponse()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5; |
EmbeddedSass.InboundMessage.FileImportResponseOrBuilder |
getFileImportResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5; |
EmbeddedSass.InboundMessage.FunctionCallResponse |
getFunctionCallResponse()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6; |
EmbeddedSass.InboundMessage.FunctionCallResponseOrBuilder |
getFunctionCallResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6; |
EmbeddedSass.InboundMessage.ImportResponse |
getImportResponse()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4; |
EmbeddedSass.InboundMessage.ImportResponseOrBuilder |
getImportResponseOrBuilder()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4; |
EmbeddedSass.InboundMessage.MessageCase |
getMessageCase() |
com.google.protobuf.Parser<EmbeddedSass.InboundMessage> |
getParserForType() |
int |
getSerializedSize() |
EmbeddedSass.InboundMessage.VersionRequest |
getVersionRequest()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7; |
EmbeddedSass.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 EmbeddedSass.InboundMessage.Builder |
newBuilder() |
static EmbeddedSass.InboundMessage.Builder |
newBuilder(EmbeddedSass.InboundMessage prototype) |
EmbeddedSass.InboundMessage.Builder |
newBuilderForType() |
protected EmbeddedSass.InboundMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static EmbeddedSass.InboundMessage |
parseDelimitedFrom(InputStream input) |
static EmbeddedSass.InboundMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EmbeddedSass.InboundMessage |
parseFrom(byte[] data) |
static EmbeddedSass.InboundMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EmbeddedSass.InboundMessage |
parseFrom(ByteBuffer data) |
static EmbeddedSass.InboundMessage |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EmbeddedSass.InboundMessage |
parseFrom(com.google.protobuf.ByteString data) |
static EmbeddedSass.InboundMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EmbeddedSass.InboundMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EmbeddedSass.InboundMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EmbeddedSass.InboundMessage |
parseFrom(InputStream input) |
static EmbeddedSass.InboundMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EmbeddedSass.InboundMessage> |
parser() |
EmbeddedSass.InboundMessage.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.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 com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
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 EmbeddedSass.InboundMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static EmbeddedSass.InboundMessage parseFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.InboundMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.InboundMessage parseDelimitedFrom(InputStream input) throws IOException
IOException
public static EmbeddedSass.InboundMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EmbeddedSass.InboundMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static EmbeddedSass.InboundMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public EmbeddedSass.InboundMessage.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static EmbeddedSass.InboundMessage.Builder newBuilder()
public static EmbeddedSass.InboundMessage.Builder newBuilder(EmbeddedSass.InboundMessage prototype)
public EmbeddedSass.InboundMessage.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected EmbeddedSass.InboundMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static EmbeddedSass.InboundMessage getDefaultInstance()
public static com.google.protobuf.Parser<EmbeddedSass.InboundMessage> parser()
public com.google.protobuf.Parser<EmbeddedSass.InboundMessage> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public EmbeddedSass.InboundMessage getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder