Interface LogStringOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogString, LogString.Builder
@Generated
public interface LogStringOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string bot_account_id = 4;com.google.protobuf.ByteStringoptional string bot_account_id = 4;optional string bot_account_name = 8;com.google.protobuf.ByteStringoptional string bot_account_name = 8;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;optional string instance_id = 3;com.google.protobuf.ByteStringoptional string instance_id = 3;optional string instance_name = 7;com.google.protobuf.ByteStringoptional string instance_name = 7;getLevel()optional string level = 11;com.google.protobuf.ByteStringoptional string level = 11;optional string logger_name = 10;com.google.protobuf.ByteStringoptional string logger_name = 10;string message = 2;com.google.protobuf.ByteStringstring message = 2;booleanbool personal = 6;optional string script_id = 5;com.google.protobuf.ByteStringoptional string script_id = 5;com.google.protobuf.Timestamp.google.protobuf.Timestamp timestamp = 9;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp timestamp = 9;booleanoptional string bot_account_id = 4;booleanoptional string bot_account_name = 8;booleanoptional string instance_id = 3;booleanoptional string instance_name = 7;booleanhasLevel()optional string level = 11;booleanoptional string logger_name = 10;booleanoptional string script_id = 5;boolean.google.protobuf.Timestamp timestamp = 9;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
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;- Returns:
- The bytes for id.
-
getMessage
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 2;- Returns:
- The bytes for message.
-
hasInstanceId
boolean hasInstanceId()optional string instance_id = 3;- Returns:
- Whether the instanceId field is set.
-
getInstanceId
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()optional string instance_id = 3;- Returns:
- The bytes for instanceId.
-
hasBotAccountId
boolean hasBotAccountId()optional string bot_account_id = 4;- Returns:
- Whether the botAccountId field is set.
-
getBotAccountId
-
getBotAccountIdBytes
com.google.protobuf.ByteString getBotAccountIdBytes()optional string bot_account_id = 4;- Returns:
- The bytes for botAccountId.
-
hasScriptId
boolean hasScriptId()optional string script_id = 5;- Returns:
- Whether the scriptId field is set.
-
getScriptId
-
getScriptIdBytes
com.google.protobuf.ByteString getScriptIdBytes()optional string script_id = 5;- Returns:
- The bytes for scriptId.
-
getPersonal
boolean getPersonal()bool personal = 6;- Returns:
- The personal.
-
hasInstanceName
boolean hasInstanceName()optional string instance_name = 7;- Returns:
- Whether the instanceName field is set.
-
getInstanceName
-
getInstanceNameBytes
com.google.protobuf.ByteString getInstanceNameBytes()optional string instance_name = 7;- Returns:
- The bytes for instanceName.
-
hasBotAccountName
boolean hasBotAccountName()optional string bot_account_name = 8;- Returns:
- Whether the botAccountName field is set.
-
getBotAccountName
-
getBotAccountNameBytes
com.google.protobuf.ByteString getBotAccountNameBytes()optional string bot_account_name = 8;- Returns:
- The bytes for botAccountName.
-
hasTimestamp
boolean hasTimestamp().google.protobuf.Timestamp timestamp = 9;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
com.google.protobuf.Timestamp getTimestamp().google.protobuf.Timestamp timestamp = 9;- Returns:
- The timestamp.
-
getTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder().google.protobuf.Timestamp timestamp = 9; -
hasLoggerName
boolean hasLoggerName()optional string logger_name = 10;- Returns:
- Whether the loggerName field is set.
-
getLoggerName
-
getLoggerNameBytes
com.google.protobuf.ByteString getLoggerNameBytes()optional string logger_name = 10;- Returns:
- The bytes for loggerName.
-
hasLevel
boolean hasLevel()optional string level = 11;- Returns:
- Whether the level field is set.
-
getLevel
-
getLevelBytes
com.google.protobuf.ByteString getLevelBytes()optional string level = 11;- Returns:
- The bytes for level.
-