public static final class EmbeddedSass.InboundMessage.Builder extends GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder> 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
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>
public EmbeddedSass.InboundMessage.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>
public EmbeddedSass.InboundMessage getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public EmbeddedSass.InboundMessage build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public EmbeddedSass.InboundMessage buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public EmbeddedSass.InboundMessage.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>
public EmbeddedSass.InboundMessage.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>
public EmbeddedSass.InboundMessage.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>
public EmbeddedSass.InboundMessage.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>
public EmbeddedSass.InboundMessage.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>
public EmbeddedSass.InboundMessage.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>
public EmbeddedSass.InboundMessage.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.InboundMessage.Builder>
public EmbeddedSass.InboundMessage.Builder mergeFrom(EmbeddedSass.InboundMessage other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>
public EmbeddedSass.InboundMessage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.InboundMessage.Builder>
IOException
public EmbeddedSass.InboundMessage.MessageCase getMessageCase()
getMessageCase
in interface EmbeddedSass.InboundMessageOrBuilder
public EmbeddedSass.InboundMessage.Builder clearMessage()
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.Builder setCompileRequest(EmbeddedSass.InboundMessage.CompileRequest value)
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;
public EmbeddedSass.InboundMessage.Builder setCompileRequest(EmbeddedSass.InboundMessage.CompileRequest.Builder builderForValue)
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;
public EmbeddedSass.InboundMessage.Builder mergeCompileRequest(EmbeddedSass.InboundMessage.CompileRequest value)
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;
public EmbeddedSass.InboundMessage.Builder clearCompileRequest()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;
public EmbeddedSass.InboundMessage.CompileRequest.Builder getCompileRequestBuilder()
.sass.embedded_protocol.InboundMessage.CompileRequest compile_request = 2;
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.Builder setCanonicalizeResponse(EmbeddedSass.InboundMessage.CanonicalizeResponse value)
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;
public EmbeddedSass.InboundMessage.Builder setCanonicalizeResponse(EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder builderForValue)
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;
public EmbeddedSass.InboundMessage.Builder mergeCanonicalizeResponse(EmbeddedSass.InboundMessage.CanonicalizeResponse value)
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;
public EmbeddedSass.InboundMessage.Builder clearCanonicalizeResponse()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;
public EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder getCanonicalizeResponseBuilder()
.sass.embedded_protocol.InboundMessage.CanonicalizeResponse canonicalize_response = 3;
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.Builder setImportResponse(EmbeddedSass.InboundMessage.ImportResponse value)
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;
public EmbeddedSass.InboundMessage.Builder setImportResponse(EmbeddedSass.InboundMessage.ImportResponse.Builder builderForValue)
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;
public EmbeddedSass.InboundMessage.Builder mergeImportResponse(EmbeddedSass.InboundMessage.ImportResponse value)
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;
public EmbeddedSass.InboundMessage.Builder clearImportResponse()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;
public EmbeddedSass.InboundMessage.ImportResponse.Builder getImportResponseBuilder()
.sass.embedded_protocol.InboundMessage.ImportResponse import_response = 4;
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.Builder setFileImportResponse(EmbeddedSass.InboundMessage.FileImportResponse value)
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;
public EmbeddedSass.InboundMessage.Builder setFileImportResponse(EmbeddedSass.InboundMessage.FileImportResponse.Builder builderForValue)
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;
public EmbeddedSass.InboundMessage.Builder mergeFileImportResponse(EmbeddedSass.InboundMessage.FileImportResponse value)
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;
public EmbeddedSass.InboundMessage.Builder clearFileImportResponse()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;
public EmbeddedSass.InboundMessage.FileImportResponse.Builder getFileImportResponseBuilder()
.sass.embedded_protocol.InboundMessage.FileImportResponse file_import_response = 5;
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.Builder setFunctionCallResponse(EmbeddedSass.InboundMessage.FunctionCallResponse value)
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;
public EmbeddedSass.InboundMessage.Builder setFunctionCallResponse(EmbeddedSass.InboundMessage.FunctionCallResponse.Builder builderForValue)
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;
public EmbeddedSass.InboundMessage.Builder mergeFunctionCallResponse(EmbeddedSass.InboundMessage.FunctionCallResponse value)
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;
public EmbeddedSass.InboundMessage.Builder clearFunctionCallResponse()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;
public EmbeddedSass.InboundMessage.FunctionCallResponse.Builder getFunctionCallResponseBuilder()
.sass.embedded_protocol.InboundMessage.FunctionCallResponse function_call_response = 6;
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.Builder setVersionRequest(EmbeddedSass.InboundMessage.VersionRequest value)
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;
public EmbeddedSass.InboundMessage.Builder setVersionRequest(EmbeddedSass.InboundMessage.VersionRequest.Builder builderForValue)
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;
public EmbeddedSass.InboundMessage.Builder mergeVersionRequest(EmbeddedSass.InboundMessage.VersionRequest value)
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;
public EmbeddedSass.InboundMessage.Builder clearVersionRequest()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;
public EmbeddedSass.InboundMessage.VersionRequest.Builder getVersionRequestBuilder()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;
public EmbeddedSass.InboundMessage.VersionRequestOrBuilder getVersionRequestOrBuilder()
.sass.embedded_protocol.InboundMessage.VersionRequest version_request = 7;
getVersionRequestOrBuilder
in interface EmbeddedSass.InboundMessageOrBuilder
public final EmbeddedSass.InboundMessage.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>
public final EmbeddedSass.InboundMessage.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.Builder>