Class Common.LogEntry

java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Common.LogEntry,Common.LogEntry.Builder>
com.viam.common.v1.Common.LogEntry
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Common.LogEntryOrBuilder
Enclosing class:
Common

public static final class Common.LogEntry extends com.google.protobuf.GeneratedMessageLite<Common.LogEntry,Common.LogEntry.Builder> implements Common.LogEntryOrBuilder
Protobuf type viam.common.v1.LogEntry
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Protobuf type viam.common.v1.LogEntry

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

    com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageLite

    unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
     
    com.google.protobuf.Struct
    .google.protobuf.Struct caller = 6 [json_name = "caller"];
     
    com.google.protobuf.Struct
    getFields(int index)
    repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
    int
    repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
    List<com.google.protobuf.Struct>
    repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
    com.google.protobuf.StructOrBuilder
    getFieldsOrBuilder(int index)
    repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
    List<? extends com.google.protobuf.StructOrBuilder>
    repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
    string host = 1 [json_name = "host"];
    com.google.protobuf.ByteString
    string host = 1 [json_name = "host"];
    string level = 2 [json_name = "level"];
    com.google.protobuf.ByteString
    string level = 2 [json_name = "level"];
    string logger_name = 4 [json_name = "loggerName"];
    com.google.protobuf.ByteString
    string logger_name = 4 [json_name = "loggerName"];
    string message = 5 [json_name = "message"];
    com.google.protobuf.ByteString
    string message = 5 [json_name = "message"];
    string stack = 7 [json_name = "stack"];
    com.google.protobuf.ByteString
    string stack = 7 [json_name = "stack"];
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp time = 3 [json_name = "time"];
    boolean
    .google.protobuf.Struct caller = 6 [json_name = "caller"];
    boolean
    .google.protobuf.Timestamp time = 3 [json_name = "time"];
     
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<Common.LogEntry>
     

    Methods inherited from class com.google.protobuf.GeneratedMessageLite

    createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Field Details

  • Method Details

    • getHost

      public String getHost()
      string host = 1 [json_name = "host"];
      Specified by:
      getHost in interface Common.LogEntryOrBuilder
      Returns:
      The host.
    • getHostBytes

      public com.google.protobuf.ByteString getHostBytes()
      string host = 1 [json_name = "host"];
      Specified by:
      getHostBytes in interface Common.LogEntryOrBuilder
      Returns:
      The bytes for host.
    • getLevel

      public String getLevel()
      string level = 2 [json_name = "level"];
      Specified by:
      getLevel in interface Common.LogEntryOrBuilder
      Returns:
      The level.
    • getLevelBytes

      public com.google.protobuf.ByteString getLevelBytes()
      string level = 2 [json_name = "level"];
      Specified by:
      getLevelBytes in interface Common.LogEntryOrBuilder
      Returns:
      The bytes for level.
    • hasTime

      public boolean hasTime()
      .google.protobuf.Timestamp time = 3 [json_name = "time"];
      Specified by:
      hasTime in interface Common.LogEntryOrBuilder
      Returns:
      Whether the time field is set.
    • getTime

      public com.google.protobuf.Timestamp getTime()
      .google.protobuf.Timestamp time = 3 [json_name = "time"];
      Specified by:
      getTime in interface Common.LogEntryOrBuilder
      Returns:
      The time.
    • getLoggerName

      public String getLoggerName()
      string logger_name = 4 [json_name = "loggerName"];
      Specified by:
      getLoggerName in interface Common.LogEntryOrBuilder
      Returns:
      The loggerName.
    • getLoggerNameBytes

      public com.google.protobuf.ByteString getLoggerNameBytes()
      string logger_name = 4 [json_name = "loggerName"];
      Specified by:
      getLoggerNameBytes in interface Common.LogEntryOrBuilder
      Returns:
      The bytes for loggerName.
    • getMessage

      public String getMessage()
      string message = 5 [json_name = "message"];
      Specified by:
      getMessage in interface Common.LogEntryOrBuilder
      Returns:
      The message.
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes()
      string message = 5 [json_name = "message"];
      Specified by:
      getMessageBytes in interface Common.LogEntryOrBuilder
      Returns:
      The bytes for message.
    • hasCaller

      public boolean hasCaller()
      .google.protobuf.Struct caller = 6 [json_name = "caller"];
      Specified by:
      hasCaller in interface Common.LogEntryOrBuilder
      Returns:
      Whether the caller field is set.
    • getCaller

      public com.google.protobuf.Struct getCaller()
      .google.protobuf.Struct caller = 6 [json_name = "caller"];
      Specified by:
      getCaller in interface Common.LogEntryOrBuilder
      Returns:
      The caller.
    • getStack

      public String getStack()
      string stack = 7 [json_name = "stack"];
      Specified by:
      getStack in interface Common.LogEntryOrBuilder
      Returns:
      The stack.
    • getStackBytes

      public com.google.protobuf.ByteString getStackBytes()
      string stack = 7 [json_name = "stack"];
      Specified by:
      getStackBytes in interface Common.LogEntryOrBuilder
      Returns:
      The bytes for stack.
    • getFieldsList

      public List<com.google.protobuf.Struct> getFieldsList()
      repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
      Specified by:
      getFieldsList in interface Common.LogEntryOrBuilder
    • getFieldsOrBuilderList

      public List<? extends com.google.protobuf.StructOrBuilder> getFieldsOrBuilderList()
      repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
    • getFieldsCount

      public int getFieldsCount()
      repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
      Specified by:
      getFieldsCount in interface Common.LogEntryOrBuilder
    • getFields

      public com.google.protobuf.Struct getFields(int index)
      repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
      Specified by:
      getFields in interface Common.LogEntryOrBuilder
    • getFieldsOrBuilder

      public com.google.protobuf.StructOrBuilder getFieldsOrBuilder(int index)
      repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
    • parseFrom

      public static Common.LogEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.LogEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.LogEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.LogEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.LogEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.LogEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.LogEntry parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Common.LogEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Common.LogEntry parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Common.LogEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Common.LogEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Common.LogEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static Common.LogEntry.Builder newBuilder()
    • newBuilder

      public static Common.LogEntry.Builder newBuilder(Common.LogEntry prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Common.LogEntry,Common.LogEntry.Builder>
    • getDefaultInstance

      public static Common.LogEntry getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Common.LogEntry> parser()