public static final class OutboundMessage.CompileResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<OutboundMessage.CompileResponse.Builder> implements OutboundMessage.CompileResponseOrBuilder
A response that contains the result of a compilation.Protobuf type
sass.embedded_protocol.OutboundMessage.CompileResponse
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<OutboundMessage.CompileResponse.Builder>
public OutboundMessage.CompileResponse.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<OutboundMessage.CompileResponse.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<OutboundMessage.CompileResponse.Builder>
public OutboundMessage.CompileResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public OutboundMessage.CompileResponse build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public OutboundMessage.CompileResponse buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public OutboundMessage.CompileResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<OutboundMessage.CompileResponse.Builder>
IOException
public OutboundMessage.CompileResponse.ResultCase getResultCase()
getResultCase
in interface OutboundMessage.CompileResponseOrBuilder
public 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.CompileResponseOrBuilder
public OutboundMessage.CompileResponse.CompileSuccess getSuccess()
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;
getSuccess
in interface OutboundMessage.CompileResponseOrBuilder
public 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.CompileResponseOrBuilder
public boolean hasFailure()
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;
hasFailure
in interface OutboundMessage.CompileResponseOrBuilder
public OutboundMessage.CompileResponse.CompileFailure getFailure()
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;
getFailure
in interface OutboundMessage.CompileResponseOrBuilder
public 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.CompileResponseOrBuilder
public 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.CompileResponseOrBuilder
public 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.CompileResponseOrBuilder
public 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.CompileResponseOrBuilder
index
- 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.CompileResponseOrBuilder
index
- 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.