Package dev.enola.core.util.proto
Interface Log.EntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Log.Entry,Log.Entry.Builder
- Enclosing class:
Log
-
Method Summary
Modifier and TypeMethodDescription.dev.enola.core.util.Log.Severity severity = 2;int.dev.enola.core.util.Log.Severity severity = 2;getText()string text = 3;com.google.protobuf.ByteStringstring text = 3;com.google.protobuf.TimestampgetTs().google.protobuf.Timestamp ts = 1;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp ts = 1;booleanhasTs().google.protobuf.Timestamp ts = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTs
boolean hasTs().google.protobuf.Timestamp ts = 1;- Returns:
- Whether the ts field is set.
-
getTs
com.google.protobuf.Timestamp getTs().google.protobuf.Timestamp ts = 1;- Returns:
- The ts.
-
getTsOrBuilder
com.google.protobuf.TimestampOrBuilder getTsOrBuilder().google.protobuf.Timestamp ts = 1; -
getSeverityValue
int getSeverityValue().dev.enola.core.util.Log.Severity severity = 2;- Returns:
- The enum numeric value on the wire for severity.
-
getSeverity
.dev.enola.core.util.Log.Severity severity = 2;- Returns:
- The severity.
-
getText
string text = 3;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()string text = 3;- Returns:
- The bytes for text.
-