Interface ScriptLogOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScriptLog, ScriptLog.Builder
@Generated
public interface ScriptLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLevel()The log level (debug, info, warn, error).com.google.protobuf.ByteStringThe log level (debug, info, warn, error).The log message content.com.google.protobuf.ByteStringThe log message content.The ID of the node that produced the log (if applicable).com.google.protobuf.ByteStringThe ID of the node that produced the log (if applicable).com.google.protobuf.TimestampWhen the log was produced.com.google.protobuf.TimestampOrBuilderWhen the log was produced.booleanThe ID of the node that produced the log (if applicable).booleanWhen the log was produced.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
-
hasNodeId
boolean hasNodeId()The ID of the node that produced the log (if applicable).
optional string node_id = 1;- Returns:
- Whether the nodeId field is set.
-
getNodeId
String getNodeId()The ID of the node that produced the log (if applicable).
optional string node_id = 1;- Returns:
- The nodeId.
-
getNodeIdBytes
com.google.protobuf.ByteString getNodeIdBytes()The ID of the node that produced the log (if applicable).
optional string node_id = 1;- Returns:
- The bytes for nodeId.
-
getLevel
-
getLevelBytes
com.google.protobuf.ByteString getLevelBytes()The log level (debug, info, warn, error).
string level = 2;- Returns:
- The bytes for level.
-
getMessage
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()The log message content.
string message = 3;- Returns:
- The bytes for message.
-
hasTimestamp
boolean hasTimestamp()When the log was produced.
.google.protobuf.Timestamp timestamp = 4;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
com.google.protobuf.Timestamp getTimestamp()When the log was produced.
.google.protobuf.Timestamp timestamp = 4;- Returns:
- The timestamp.
-
getTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()When the log was produced.
.google.protobuf.Timestamp timestamp = 4;
-