Package sass.embedded_protocol
Class EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
- sass.embedded_protocol.EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder
-
- All Implemented Interfaces:
Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,Cloneable,EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder
- Enclosing class:
- EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure
public static final class EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder extends 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 typesass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
-
clear
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder clear()
- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
getDefaultInstanceForType
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure build()
- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure buildPartial()
- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder clone()
- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
setField
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setField(Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
clearField
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder clearField(Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
clearOneof
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder clearOneof(Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
setRepeatedField
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
addRepeatedField
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
mergeFrom
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder mergeFrom(Message other)
- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
mergeFrom
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder mergeFrom(EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
mergeFrom
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>- Throws:
IOException
-
getMessage
public String getMessage()
A message describing the reason for the failure.
string message = 1;- Specified by:
getMessagein interfaceEmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder- Returns:
- The message.
-
getMessageBytes
public ByteString getMessageBytes()
A message describing the reason for the failure.
string message = 1;- Specified by:
getMessageBytesin interfaceEmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder- Returns:
- The bytes for message.
-
setMessage
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setMessage(String value)
A message describing the reason for the failure.
string message = 1;- Parameters:
value- The message to set.- Returns:
- This builder for chaining.
-
clearMessage
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder clearMessage()
A message describing the reason for the failure.
string message = 1;- Returns:
- This builder for chaining.
-
setMessageBytes
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setMessageBytes(ByteString value)
A message describing the reason for the failure.
string message = 1;- Parameters:
value- The bytes for message to set.- Returns:
- This builder for chaining.
-
hasSpan
public boolean hasSpan()
The span associated with the failure. Optional.
.sass.embedded_protocol.SourceSpan span = 2;- Specified by:
hasSpanin interfaceEmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder- Returns:
- Whether the span field is set.
-
getSpan
public EmbeddedSass.SourceSpan getSpan()
The span associated with the failure. Optional.
.sass.embedded_protocol.SourceSpan span = 2;- Specified by:
getSpanin interfaceEmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder- Returns:
- The span.
-
setSpan
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setSpan(EmbeddedSass.SourceSpan value)
The span associated with the failure. Optional.
.sass.embedded_protocol.SourceSpan span = 2;
-
setSpan
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setSpan(EmbeddedSass.SourceSpan.Builder builderForValue)
The span associated with the failure. Optional.
.sass.embedded_protocol.SourceSpan span = 2;
-
mergeSpan
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder mergeSpan(EmbeddedSass.SourceSpan value)
The span associated with the failure. Optional.
.sass.embedded_protocol.SourceSpan span = 2;
-
clearSpan
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder clearSpan()
The span associated with the failure. Optional.
.sass.embedded_protocol.SourceSpan span = 2;
-
getSpanBuilder
public EmbeddedSass.SourceSpan.Builder getSpanBuilder()
The span associated with the failure. Optional.
.sass.embedded_protocol.SourceSpan span = 2;
-
getSpanOrBuilder
public EmbeddedSass.SourceSpanOrBuilder getSpanOrBuilder()
The span associated with the failure. Optional.
.sass.embedded_protocol.SourceSpan span = 2;- Specified by:
getSpanOrBuilderin interfaceEmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder
-
getStackTrace
public 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;- Specified by:
getStackTracein interfaceEmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder- Returns:
- The stackTrace.
-
getStackTraceBytes
public 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;- Specified by:
getStackTraceBytesin interfaceEmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder- Returns:
- The bytes for stackTrace.
-
setStackTrace
public 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;- Parameters:
value- The stackTrace to set.- Returns:
- This builder for chaining.
-
clearStackTrace
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;- Returns:
- This builder for chaining.
-
setStackTraceBytes
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setStackTraceBytes(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;- Parameters:
value- The bytes for stackTrace to set.- Returns:
- This builder for chaining.
-
getFormatted
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;- Specified by:
getFormattedin interfaceEmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder- Returns:
- The formatted.
-
getFormattedBytes
public 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;- Specified by:
getFormattedBytesin interfaceEmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder- Returns:
- The bytes for formatted.
-
setFormatted
public 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;- Parameters:
value- The formatted to set.- Returns:
- This builder for chaining.
-
clearFormatted
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;- Returns:
- This builder for chaining.
-
setFormattedBytes
public EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setFormattedBytes(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;- Parameters:
value- The bytes for formatted to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder setUnknownFields(UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
mergeUnknownFields
public final EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder>
-
-