Package sass.embedded_protocol
Class EmbeddedSass.InboundMessage
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
sass.embedded_protocol.EmbeddedSass.InboundMessage
- All Implemented Interfaces:
Message,MessageLite,MessageLiteOrBuilder,MessageOrBuilder,Serializable,EmbeddedSass.InboundMessageOrBuilder
- Enclosing class:
- EmbeddedSass
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- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe wrapper type for all messages sent from the host to the compiler.static final classA response indicating the result of canonicalizing an imported URL.static interfacestatic final classA request that compiles an entrypoint to CSS.static interfacestatic final classA response indicating the result of redirecting a URL to the filesystem.static interfacestatic final classA response indicating the result of calling a custom Sass function defined in the host.static interfacestatic final classA response indicating the result of importing a canonical URL.static interfacestatic enumstatic final classA request for information about the version of the embedded compiler.static interfaceNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, GeneratedMessageV3.ExtendableMessage<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionboolean.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;static EmbeddedSass.InboundMessagestatic final Descriptors.Descriptor.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;int.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;boolean.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;boolean.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;boolean.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;boolean.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;inthashCode()boolean.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;boolean.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;protected GeneratedMessageV3.FieldAccessorTablefinal booleannewBuilder(EmbeddedSass.InboundMessage prototype) protected EmbeddedSass.InboundMessage.Builderprotected Objectstatic EmbeddedSass.InboundMessageparseDelimitedFrom(InputStream input) static EmbeddedSass.InboundMessageparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static EmbeddedSass.InboundMessageparseFrom(byte[] data) static EmbeddedSass.InboundMessageparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static EmbeddedSass.InboundMessageparseFrom(ByteString data) static EmbeddedSass.InboundMessageparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static EmbeddedSass.InboundMessageparseFrom(CodedInputStream input) static EmbeddedSass.InboundMessageparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static EmbeddedSass.InboundMessageparseFrom(InputStream input) static EmbeddedSass.InboundMessageparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static EmbeddedSass.InboundMessageparseFrom(ByteBuffer data) static EmbeddedSass.InboundMessageparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Parser<EmbeddedSass.InboundMessage>parser()voidwriteTo(CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, 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, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
COMPILE_REQUEST_FIELD_NUMBER
public static final int COMPILE_REQUEST_FIELD_NUMBER- See Also:
-
CANONICALIZE_RESPONSE_FIELD_NUMBER
public static final int CANONICALIZE_RESPONSE_FIELD_NUMBER- See Also:
-
IMPORT_RESPONSE_FIELD_NUMBER
public static final int IMPORT_RESPONSE_FIELD_NUMBER- See Also:
-
FILE_IMPORT_RESPONSE_FIELD_NUMBER
public static final int FILE_IMPORT_RESPONSE_FIELD_NUMBER- See Also:
-
FUNCTION_CALL_RESPONSE_FIELD_NUMBER
public static final int FUNCTION_CALL_RESPONSE_FIELD_NUMBER- See Also:
-
VERSION_REQUEST_FIELD_NUMBER
public static final int VERSION_REQUEST_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classGeneratedMessageV3
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3
-
getMessageCase
- Specified by:
getMessageCasein interfaceEmbeddedSass.InboundMessageOrBuilder
-
hasCompileRequest
public boolean hasCompileRequest().sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;- Specified by:
hasCompileRequestin interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- Whether the compileRequest field is set.
-
getCompileRequest
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;- Specified by:
getCompileRequestin interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- The compileRequest.
-
getCompileRequestOrBuilder
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;- Specified by:
getCompileRequestOrBuilderin interfaceEmbeddedSass.InboundMessageOrBuilder
-
hasCanonicalizeResponse
public boolean hasCanonicalizeResponse().sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;- Specified by:
hasCanonicalizeResponsein interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- Whether the canonicalizeResponse field is set.
-
getCanonicalizeResponse
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;- Specified by:
getCanonicalizeResponsein interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- The canonicalizeResponse.
-
getCanonicalizeResponseOrBuilder
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;- Specified by:
getCanonicalizeResponseOrBuilderin interfaceEmbeddedSass.InboundMessageOrBuilder
-
hasImportResponse
public boolean hasImportResponse().sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;- Specified by:
hasImportResponsein interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- Whether the importResponse field is set.
-
getImportResponse
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;- Specified by:
getImportResponsein interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- The importResponse.
-
getImportResponseOrBuilder
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;- Specified by:
getImportResponseOrBuilderin interfaceEmbeddedSass.InboundMessageOrBuilder
-
hasFileImportResponse
public boolean hasFileImportResponse().sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;- Specified by:
hasFileImportResponsein interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- Whether the fileImportResponse field is set.
-
getFileImportResponse
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;- Specified by:
getFileImportResponsein interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- The fileImportResponse.
-
getFileImportResponseOrBuilder
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;- Specified by:
getFileImportResponseOrBuilderin interfaceEmbeddedSass.InboundMessageOrBuilder
-
hasFunctionCallResponse
public boolean hasFunctionCallResponse().sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;- Specified by:
hasFunctionCallResponsein interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- Whether the functionCallResponse field is set.
-
getFunctionCallResponse
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;- Specified by:
getFunctionCallResponsein interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- The functionCallResponse.
-
getFunctionCallResponseOrBuilder
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;- Specified by:
getFunctionCallResponseOrBuilderin interfaceEmbeddedSass.InboundMessageOrBuilder
-
hasVersionRequest
public boolean hasVersionRequest().sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;- Specified by:
hasVersionRequestin interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- Whether the versionRequest field is set.
-
getVersionRequest
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;- Specified by:
getVersionRequestin interfaceEmbeddedSass.InboundMessageOrBuilder- Returns:
- The versionRequest.
-
getVersionRequestOrBuilder
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;- Specified by:
getVersionRequestOrBuilderin interfaceEmbeddedSass.InboundMessageOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfaceMessageLite- Overrides:
writeToin classGeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfaceMessageLite- Overrides:
getSerializedSizein classGeneratedMessageV3
-
equals
- Specified by:
equalsin interfaceMessage- Overrides:
equalsin classAbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceMessage- Overrides:
hashCodein classAbstractMessage
-
parseFrom
public static EmbeddedSass.InboundMessage parseFrom(ByteBuffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
public static EmbeddedSass.InboundMessage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
public static EmbeddedSass.InboundMessage parseFrom(ByteString data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
public static EmbeddedSass.InboundMessage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
public static EmbeddedSass.InboundMessage parseFrom(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
public static EmbeddedSass.InboundMessage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static EmbeddedSass.InboundMessage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static EmbeddedSass.InboundMessage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static EmbeddedSass.InboundMessage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfaceMessage- Specified by:
newBuilderForTypein interfaceMessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfaceMessage- Specified by:
toBuilderin interfaceMessageLite
-
newBuilderForType
protected EmbeddedSass.InboundMessage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classGeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfaceMessage- Specified by:
getParserForTypein interfaceMessageLite- Overrides:
getParserForTypein classGeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-