Interface LogOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Log, Log.Builder

@Generated public interface LogOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dev.enola.core.util.Log.Inline inline = 2;
    .dev.enola.core.util.Log.Inline inline = 2;
     
    string url = 1;
    com.google.protobuf.ByteString
    string url = 1;
    boolean
    .dev.enola.core.util.Log.Inline inline = 2;
    boolean
    string url = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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