Package com.viam.common.v1
Interface Common.LogEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Common.LogEntry
,Common.LogEntry.Builder
- Enclosing class:
- Common
public static interface Common.LogEntryOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.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"];
getHost()
string host = 1 [json_name = "host"];
com.google.protobuf.ByteString
string host = 1 [json_name = "host"];
getLevel()
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"];
getStack()
string stack = 7 [json_name = "stack"];
com.google.protobuf.ByteString
string stack = 7 [json_name = "stack"];
com.google.protobuf.Timestamp
getTime()
.google.protobuf.Timestamp time = 3 [json_name = "time"];
boolean
.google.protobuf.Struct caller = 6 [json_name = "caller"];
boolean
hasTime()
.google.protobuf.Timestamp time = 3 [json_name = "time"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getHost
String getHost()string host = 1 [json_name = "host"];
- Returns:
- The host.
-
getHostBytes
com.google.protobuf.ByteString getHostBytes()string host = 1 [json_name = "host"];
- Returns:
- The bytes for host.
-
getLevel
String getLevel()string level = 2 [json_name = "level"];
- Returns:
- The level.
-
getLevelBytes
com.google.protobuf.ByteString getLevelBytes()string level = 2 [json_name = "level"];
- Returns:
- The bytes for level.
-
hasTime
boolean hasTime().google.protobuf.Timestamp time = 3 [json_name = "time"];
- Returns:
- Whether the time field is set.
-
getTime
com.google.protobuf.Timestamp getTime().google.protobuf.Timestamp time = 3 [json_name = "time"];
- Returns:
- The time.
-
getLoggerName
String getLoggerName()string logger_name = 4 [json_name = "loggerName"];
- Returns:
- The loggerName.
-
getLoggerNameBytes
com.google.protobuf.ByteString getLoggerNameBytes()string logger_name = 4 [json_name = "loggerName"];
- Returns:
- The bytes for loggerName.
-
getMessage
String getMessage()string message = 5 [json_name = "message"];
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 5 [json_name = "message"];
- Returns:
- The bytes for message.
-
hasCaller
boolean hasCaller().google.protobuf.Struct caller = 6 [json_name = "caller"];
- Returns:
- Whether the caller field is set.
-
getCaller
com.google.protobuf.Struct getCaller().google.protobuf.Struct caller = 6 [json_name = "caller"];
- Returns:
- The caller.
-
getStack
String getStack()string stack = 7 [json_name = "stack"];
- Returns:
- The stack.
-
getStackBytes
com.google.protobuf.ByteString getStackBytes()string stack = 7 [json_name = "stack"];
- Returns:
- The bytes for stack.
-
getFieldsList
List<com.google.protobuf.Struct> getFieldsList()repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
-
getFields
com.google.protobuf.Struct getFields(int index) repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
-
getFieldsCount
int getFieldsCount()repeated .google.protobuf.Struct fields = 8 [json_name = "fields"];
-