public static final class EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder> implements EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder
A message indicating that the Sass file could not be successfully compiled to CSS.Protobuf type
sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailureaddRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.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<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder mergeFrom(EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.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<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>IOExceptionpublic String getMessage()
A message describing the reason for the failure.
string message = 1;getMessage in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
A message describing the reason for the failure.
string message = 1;getMessageBytes in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilderpublic EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setMessage(String value)
A message describing the reason for the failure.
string message = 1;value - The message to set.public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder clearMessage()
A message describing the reason for the failure.
string message = 1;public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setMessageBytes(com.google.protobuf.ByteString value)
A message describing the reason for the failure.
string message = 1;value - The bytes for message to set.public boolean hasSpan()
The span associated with the failure. Mandatory.
.sass.embedded_protocol.SourceSpan span = 2;hasSpan in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilderpublic EmbeddedSass.SourceSpan getSpan()
The span associated with the failure. Mandatory.
.sass.embedded_protocol.SourceSpan span = 2;getSpan in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilderpublic EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setSpan(EmbeddedSass.SourceSpan value)
The span associated with the failure. Mandatory.
.sass.embedded_protocol.SourceSpan span = 2;public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setSpan(EmbeddedSass.SourceSpan.Builder builderForValue)
The span associated with the failure. Mandatory.
.sass.embedded_protocol.SourceSpan span = 2;public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder mergeSpan(EmbeddedSass.SourceSpan value)
The span associated with the failure. Mandatory.
.sass.embedded_protocol.SourceSpan span = 2;public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder clearSpan()
The span associated with the failure. Mandatory.
.sass.embedded_protocol.SourceSpan span = 2;public EmbeddedSass.SourceSpan.Builder getSpanBuilder()
The span associated with the failure. Mandatory.
.sass.embedded_protocol.SourceSpan span = 2;public EmbeddedSass.SourceSpanOrBuilder getSpanOrBuilder()
The span associated with the failure. Mandatory.
.sass.embedded_protocol.SourceSpan span = 2;getSpanOrBuilder in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilderpublic String getStackTrace()
The stack trace associated with the failure. The empty string indicates that no stack trace is available. Otherwise, the format of this stack trace is not specified and is likely to be inconsistent between implementations.
string stack_trace = 3;getStackTrace in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilderpublic com.google.protobuf.ByteString getStackTraceBytes()
The stack trace associated with the failure. The empty string indicates that no stack trace is available. Otherwise, the format of this stack trace is not specified and is likely to be inconsistent between implementations.
string stack_trace = 3;getStackTraceBytes in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilderpublic EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setStackTrace(String value)
The stack trace associated with the failure. The empty string indicates that no stack trace is available. Otherwise, the format of this stack trace is not specified and is likely to be inconsistent between implementations.
string stack_trace = 3;value - The stackTrace to set.public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder clearStackTrace()
The stack trace associated with the failure. The empty string indicates that no stack trace is available. Otherwise, the format of this stack trace is not specified and is likely to be inconsistent between implementations.
string stack_trace = 3;public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setStackTraceBytes(com.google.protobuf.ByteString value)
The stack trace associated with the failure. The empty string indicates that no stack trace is available. Otherwise, the format of this stack trace is not specified and is likely to be inconsistent between implementations.
string stack_trace = 3;value - The bytes for stackTrace to set.public String getFormatted()
A formatted, human-readable string that contains the message, span (if available), and trace (if available). The format of this string is not specified and is likely to be inconsistent between implementations.
string formatted = 4;getFormatted in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilderpublic com.google.protobuf.ByteString getFormattedBytes()
A formatted, human-readable string that contains the message, span (if available), and trace (if available). The format of this string is not specified and is likely to be inconsistent between implementations.
string formatted = 4;getFormattedBytes in interface EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilderpublic EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setFormatted(String value)
A formatted, human-readable string that contains the message, span (if available), and trace (if available). The format of this string is not specified and is likely to be inconsistent between implementations.
string formatted = 4;value - The formatted to set.public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder clearFormatted()
A formatted, human-readable string that contains the message, span (if available), and trace (if available). The format of this string is not specified and is likely to be inconsistent between implementations.
string formatted = 4;public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setFormattedBytes(com.google.protobuf.ByteString value)
A formatted, human-readable string that contains the message, span (if available), and trace (if available). The format of this string is not specified and is likely to be inconsistent between implementations.
string formatted = 4;value - The bytes for formatted to set.public final EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>public final EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>