public static final class EmbeddedSass.OutboundMessage.LogEvent.Builder extends GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder> implements EmbeddedSass.OutboundMessage.LogEventOrBuilder
An event indicating that a message should be displayed to the user.Protobuf type
sass.embedded_protocol.OutboundMessage.LogEvent
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.OutboundMessage.LogEvent.Builder>
public EmbeddedSass.OutboundMessage.LogEvent.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
public EmbeddedSass.OutboundMessage.LogEvent getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public EmbeddedSass.OutboundMessage.LogEvent build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public EmbeddedSass.OutboundMessage.LogEvent buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public EmbeddedSass.OutboundMessage.LogEvent.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
public EmbeddedSass.OutboundMessage.LogEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
public EmbeddedSass.OutboundMessage.LogEvent.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
public EmbeddedSass.OutboundMessage.LogEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
public EmbeddedSass.OutboundMessage.LogEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
public EmbeddedSass.OutboundMessage.LogEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
public EmbeddedSass.OutboundMessage.LogEvent.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
public EmbeddedSass.OutboundMessage.LogEvent.Builder mergeFrom(EmbeddedSass.OutboundMessage.LogEvent other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
public EmbeddedSass.OutboundMessage.LogEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
IOException
public int getCompilationId()
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 1;
getCompilationId
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
public EmbeddedSass.OutboundMessage.LogEvent.Builder setCompilationId(int value)
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 1;
value
- The compilationId to set.public EmbeddedSass.OutboundMessage.LogEvent.Builder clearCompilationId()
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 1;
public int getTypeValue()
.sass.embedded_protocol.LogEventType type = 2;
getTypeValue
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
public EmbeddedSass.OutboundMessage.LogEvent.Builder setTypeValue(int value)
.sass.embedded_protocol.LogEventType type = 2;
value
- The enum numeric value on the wire for type to set.public EmbeddedSass.LogEventType getType()
.sass.embedded_protocol.LogEventType type = 2;
getType
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
public EmbeddedSass.OutboundMessage.LogEvent.Builder setType(EmbeddedSass.LogEventType value)
.sass.embedded_protocol.LogEventType type = 2;
value
- The type to set.public EmbeddedSass.OutboundMessage.LogEvent.Builder clearType()
.sass.embedded_protocol.LogEventType type = 2;
public String getMessage()
The text of the message.
string message = 3;
getMessage
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
public ByteString getMessageBytes()
The text of the message.
string message = 3;
getMessageBytes
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
public EmbeddedSass.OutboundMessage.LogEvent.Builder setMessage(String value)
The text of the message.
string message = 3;
value
- The message to set.public EmbeddedSass.OutboundMessage.LogEvent.Builder clearMessage()
The text of the message.
string message = 3;
public EmbeddedSass.OutboundMessage.LogEvent.Builder setMessageBytes(ByteString value)
The text of the message.
string message = 3;
value
- The bytes for message to set.public boolean hasSpan()
The span associated with this message. Optional.
.sass.embedded_protocol.SourceSpan span = 4;
hasSpan
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
public EmbeddedSass.SourceSpan getSpan()
The span associated with this message. Optional.
.sass.embedded_protocol.SourceSpan span = 4;
getSpan
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
public EmbeddedSass.OutboundMessage.LogEvent.Builder setSpan(EmbeddedSass.SourceSpan value)
The span associated with this message. Optional.
.sass.embedded_protocol.SourceSpan span = 4;
public EmbeddedSass.OutboundMessage.LogEvent.Builder setSpan(EmbeddedSass.SourceSpan.Builder builderForValue)
The span associated with this message. Optional.
.sass.embedded_protocol.SourceSpan span = 4;
public EmbeddedSass.OutboundMessage.LogEvent.Builder mergeSpan(EmbeddedSass.SourceSpan value)
The span associated with this message. Optional.
.sass.embedded_protocol.SourceSpan span = 4;
public EmbeddedSass.OutboundMessage.LogEvent.Builder clearSpan()
The span associated with this message. Optional.
.sass.embedded_protocol.SourceSpan span = 4;
public EmbeddedSass.SourceSpan.Builder getSpanBuilder()
The span associated with this message. Optional.
.sass.embedded_protocol.SourceSpan span = 4;
public EmbeddedSass.SourceSpanOrBuilder getSpanOrBuilder()
The span associated with this message. Optional.
.sass.embedded_protocol.SourceSpan span = 4;
getSpanOrBuilder
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
public String getStackTrace()
The stack trace associated with this message. 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 = 5;
getStackTrace
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
public ByteString getStackTraceBytes()
The stack trace associated with this message. 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 = 5;
getStackTraceBytes
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
public EmbeddedSass.OutboundMessage.LogEvent.Builder setStackTrace(String value)
The stack trace associated with this message. 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 = 5;
value
- The stackTrace to set.public EmbeddedSass.OutboundMessage.LogEvent.Builder clearStackTrace()
The stack trace associated with this message. 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 = 5;
public EmbeddedSass.OutboundMessage.LogEvent.Builder setStackTraceBytes(ByteString value)
The stack trace associated with this message. 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 = 5;
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 = 6;
getFormatted
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
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 = 6;
getFormattedBytes
in interface EmbeddedSass.OutboundMessage.LogEventOrBuilder
public EmbeddedSass.OutboundMessage.LogEvent.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 = 6;
value
- The formatted to set.public EmbeddedSass.OutboundMessage.LogEvent.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 = 6;
public EmbeddedSass.OutboundMessage.LogEvent.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 = 6;
value
- The bytes for formatted to set.public final EmbeddedSass.OutboundMessage.LogEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>
public final EmbeddedSass.OutboundMessage.LogEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.LogEvent.Builder>