public static interface OutboundMessage.LogEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDeprecationType()
The deprecation ID for this warning, if type is DEPRECATION_WARNING.
|
com.google.protobuf.ByteString |
getDeprecationTypeBytes()
The deprecation ID for this warning, if type is DEPRECATION_WARNING.
|
String |
getFormatted()
A formatted, human-readable string that contains the message, span (if
available), and trace (if available).
|
com.google.protobuf.ByteString |
getFormattedBytes()
A formatted, human-readable string that contains the message, span (if
available), and trace (if available).
|
String |
getMessage()
The text of the message.
|
com.google.protobuf.ByteString |
getMessageBytes()
The text of the message.
|
SourceSpan |
getSpan()
The span associated with this message.
|
SourceSpanOrBuilder |
getSpanOrBuilder()
The span associated with this message.
|
String |
getStackTrace()
The stack trace associated with this message.
|
com.google.protobuf.ByteString |
getStackTraceBytes()
The stack trace associated with this message.
|
LogEventType |
getType()
.sass.embedded_protocol.LogEventType type = 2; |
int |
getTypeValue()
.sass.embedded_protocol.LogEventType type = 2; |
boolean |
hasDeprecationType()
The deprecation ID for this warning, if type is DEPRECATION_WARNING.
|
boolean |
hasSpan()
The span associated with this message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getTypeValue()
.sass.embedded_protocol.LogEventType type = 2;
LogEventType getType()
.sass.embedded_protocol.LogEventType type = 2;
String getMessage()
The text of the message.
string message = 3;
com.google.protobuf.ByteString getMessageBytes()
The text of the message.
string message = 3;
boolean hasSpan()
The span associated with this message.
optional .sass.embedded_protocol.SourceSpan span = 4;
SourceSpan getSpan()
The span associated with this message.
optional .sass.embedded_protocol.SourceSpan span = 4;
SourceSpanOrBuilder getSpanOrBuilder()
The span associated with this message.
optional .sass.embedded_protocol.SourceSpan span = 4;
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;
com.google.protobuf.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;
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;
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 = 6;
boolean hasDeprecationType()
The deprecation ID for this warning, if type is DEPRECATION_WARNING.
optional string deprecation_type = 7;
String getDeprecationType()
The deprecation ID for this warning, if type is DEPRECATION_WARNING.
optional string deprecation_type = 7;
com.google.protobuf.ByteString getDeprecationTypeBytes()
The deprecation ID for this warning, if type is DEPRECATION_WARNING.
optional string deprecation_type = 7;