Package com.soulfiremc.grpc.generated
Interface InstanceAuditLogResponse.AuditLogEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceAuditLogResponse.AuditLogEntry
,InstanceAuditLogResponse.AuditLogEntry.Builder
- Enclosing class:
InstanceAuditLogResponse
public static interface InstanceAuditLogResponse.AuditLogEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
string data = 5;
com.google.protobuf.ByteString
string data = 5;
getId()
string id = 1;
com.google.protobuf.ByteString
string id = 1;
com.google.protobuf.Timestamp
.google.protobuf.Timestamp timestamp = 4;
com.google.protobuf.TimestampOrBuilder
.google.protobuf.Timestamp timestamp = 4;
getType()
.soulfire.v1.InstanceAuditLogResponse.AuditLogEntryType type = 3;
int
.soulfire.v1.InstanceAuditLogResponse.AuditLogEntryType type = 3;
getUser()
.soulfire.v1.InstanceUser user = 2;
.soulfire.v1.InstanceUser user = 2;
boolean
.google.protobuf.Timestamp timestamp = 4;
boolean
hasUser()
.soulfire.v1.InstanceUser user = 2;
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.
-
hasUser
boolean hasUser().soulfire.v1.InstanceUser user = 2;
- Returns:
- Whether the user field is set.
-
getUser
InstanceUser getUser().soulfire.v1.InstanceUser user = 2;
- Returns:
- The user.
-
getUserOrBuilder
InstanceUserOrBuilder getUserOrBuilder().soulfire.v1.InstanceUser user = 2;
-
getTypeValue
int getTypeValue().soulfire.v1.InstanceAuditLogResponse.AuditLogEntryType type = 3;
- Returns:
- The enum numeric value on the wire for type.
-
getType
.soulfire.v1.InstanceAuditLogResponse.AuditLogEntryType type = 3;
- Returns:
- The type.
-
hasTimestamp
boolean hasTimestamp().google.protobuf.Timestamp timestamp = 4;
- Returns:
- Whether the timestamp field is set.
-
getTimestamp
com.google.protobuf.Timestamp getTimestamp().google.protobuf.Timestamp timestamp = 4;
- Returns:
- The timestamp.
-
getTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder().google.protobuf.Timestamp timestamp = 4;
-
getData
String getData()string data = 5;
- Returns:
- The data.
-
getDataBytes
com.google.protobuf.ByteString getDataBytes()string data = 5;
- Returns:
- The bytes for data.
-