Package com.soulfiremc.grpc.generated
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 TypeMethodDescriptiongetBotId()
optional string bot_id = 4;
com.google.protobuf.ByteString
optional string bot_id = 4;
getId()
string id = 1;
com.google.protobuf.ByteString
string id = 1;
optional string instance_id = 3;
com.google.protobuf.ByteString
optional string instance_id = 3;
string message = 2;
com.google.protobuf.ByteString
string message = 2;
optional string script_id = 5;
com.google.protobuf.ByteString
optional string script_id = 5;
boolean
hasBotId()
optional string bot_id = 4;
boolean
optional string instance_id = 3;
boolean
optional string script_id = 5;
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
-
getId
String getId()string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;
- Returns:
- The bytes for id.
-
getMessage
String getMessage()string message = 2;
- Returns:
- The message.
-
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
String getInstanceId()optional string instance_id = 3;
- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()optional string instance_id = 3;
- Returns:
- The bytes for instanceId.
-
hasBotId
boolean hasBotId()optional string bot_id = 4;
- Returns:
- Whether the botId field is set.
-
getBotId
String getBotId()optional string bot_id = 4;
- Returns:
- The botId.
-
getBotIdBytes
com.google.protobuf.ByteString getBotIdBytes()optional string bot_id = 4;
- Returns:
- The bytes for botId.
-
hasScriptId
boolean hasScriptId()optional string script_id = 5;
- Returns:
- Whether the scriptId field is set.
-
getScriptId
String getScriptId()optional string script_id = 5;
- Returns:
- The scriptId.
-
getScriptIdBytes
com.google.protobuf.ByteString getScriptIdBytes()optional string script_id = 5;
- Returns:
- The bytes for scriptId.
-