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.ByteStringstring data = 5;getId()string id = 1;com.google.protobuf.ByteStringstring 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;booleanhasUser().soulfire.v1.InstanceUser user = 2;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.
-
hasUser
boolean hasUser().soulfire.v1.InstanceUser user = 2;- Returns:
- Whether the user field is set.
-
getUser
-
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
-
getDataBytes
com.google.protobuf.ByteString getDataBytes()string data = 5;- Returns:
- The bytes for data.
-