public static final class OutboundMessage.CompileResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder> implements OutboundMessage.CompileResponseOrBuilder
A response that contains the result of a compilation.Protobuf type
sass.embedded_protocol.OutboundMessage.CompileResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>public OutboundMessage.CompileResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>public OutboundMessage.CompileResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic OutboundMessage.CompileResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic OutboundMessage.CompileResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic OutboundMessage.CompileResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>public OutboundMessage.CompileResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>public OutboundMessage.CompileResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>public OutboundMessage.CompileResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>public OutboundMessage.CompileResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>public OutboundMessage.CompileResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>public OutboundMessage.CompileResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<OutboundMessage.CompileResponse.Builder>public OutboundMessage.CompileResponse.Builder mergeFrom(OutboundMessage.CompileResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>public OutboundMessage.CompileResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<OutboundMessage.CompileResponse.Builder>IOExceptionpublic OutboundMessage.CompileResponse.ResultCase getResultCase()
getResultCase in interface OutboundMessage.CompileResponseOrBuilderpublic OutboundMessage.CompileResponse.Builder clearResult()
public boolean hasSuccess()
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;hasSuccess in interface OutboundMessage.CompileResponseOrBuilderpublic OutboundMessage.CompileResponse.CompileSuccess getSuccess()
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;getSuccess in interface OutboundMessage.CompileResponseOrBuilderpublic OutboundMessage.CompileResponse.Builder setSuccess(OutboundMessage.CompileResponse.CompileSuccess value)
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;public OutboundMessage.CompileResponse.Builder setSuccess(OutboundMessage.CompileResponse.CompileSuccess.Builder builderForValue)
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;public OutboundMessage.CompileResponse.Builder mergeSuccess(OutboundMessage.CompileResponse.CompileSuccess value)
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;public OutboundMessage.CompileResponse.Builder clearSuccess()
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;public OutboundMessage.CompileResponse.CompileSuccess.Builder getSuccessBuilder()
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;public OutboundMessage.CompileResponse.CompileSuccessOrBuilder getSuccessOrBuilder()
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;getSuccessOrBuilder in interface OutboundMessage.CompileResponseOrBuilderpublic boolean hasFailure()
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;hasFailure in interface OutboundMessage.CompileResponseOrBuilderpublic OutboundMessage.CompileResponse.CompileFailure getFailure()
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;getFailure in interface OutboundMessage.CompileResponseOrBuilderpublic OutboundMessage.CompileResponse.Builder setFailure(OutboundMessage.CompileResponse.CompileFailure value)
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;public OutboundMessage.CompileResponse.Builder setFailure(OutboundMessage.CompileResponse.CompileFailure.Builder builderForValue)
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;public OutboundMessage.CompileResponse.Builder mergeFailure(OutboundMessage.CompileResponse.CompileFailure value)
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;public OutboundMessage.CompileResponse.Builder clearFailure()
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;public OutboundMessage.CompileResponse.CompileFailure.Builder getFailureBuilder()
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;public OutboundMessage.CompileResponse.CompileFailureOrBuilder getFailureOrBuilder()
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;getFailureOrBuilder in interface OutboundMessage.CompileResponseOrBuilderpublic com.google.protobuf.ProtocolStringList getLoadedUrlsList()
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;getLoadedUrlsList in interface OutboundMessage.CompileResponseOrBuilderpublic int getLoadedUrlsCount()
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;getLoadedUrlsCount in interface OutboundMessage.CompileResponseOrBuilderpublic String getLoadedUrls(int index)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;getLoadedUrls in interface OutboundMessage.CompileResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getLoadedUrlsBytes(int index)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;getLoadedUrlsBytes in interface OutboundMessage.CompileResponseOrBuilderindex - The index of the value to return.public OutboundMessage.CompileResponse.Builder setLoadedUrls(int index, String value)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;index - The index to set the value at.value - The loadedUrls to set.public OutboundMessage.CompileResponse.Builder addLoadedUrls(String value)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;value - The loadedUrls to add.public OutboundMessage.CompileResponse.Builder addAllLoadedUrls(Iterable<String> values)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;values - The loadedUrls to add.public OutboundMessage.CompileResponse.Builder clearLoadedUrls()
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;public OutboundMessage.CompileResponse.Builder addLoadedUrlsBytes(com.google.protobuf.ByteString value)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;value - The bytes of the loadedUrls to add.public final OutboundMessage.CompileResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>public final OutboundMessage.CompileResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OutboundMessage.CompileResponse.Builder>