Package dev.enola.core.util.proto
Interface LogOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Log,Log.Builder
-
Method Summary
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
-
hasUrl
boolean hasUrl()string url = 1;- Returns:
- Whether the url field is set.
-
getUrl
string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()string url = 1;- Returns:
- The bytes for url.
-
hasInline
boolean hasInline().dev.enola.core.util.Log.Inline inline = 2;- Returns:
- Whether the inline field is set.
-
getInline
.dev.enola.core.util.Log.Inline inline = 2;- Returns:
- The inline.
-
getInlineOrBuilder
.dev.enola.core.util.Log.Inline inline = 2; -
getOneofCase
-