Interface AuditLogEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuditLogEntry, AuditLogEntry.Builder
@Generated
public interface AuditLogEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring action = 3;com.google.protobuf.ByteStringstring action = 3;string details = 4;com.google.protobuf.ByteStringstring details = 4;string module = 2;com.google.protobuf.ByteStringstring module = 2;longint64 timestamp_ms = 5;getUuid()string uuid = 1;com.google.protobuf.ByteStringstring uuid = 1;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
-
getUuid
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()string uuid = 1;- Returns:
- The bytes for uuid.
-
getModule
-
getModuleBytes
com.google.protobuf.ByteString getModuleBytes()string module = 2;- Returns:
- The bytes for module.
-
getAction
-
getActionBytes
com.google.protobuf.ByteString getActionBytes()string action = 3;- Returns:
- The bytes for action.
-
getDetails
-
getDetailsBytes
com.google.protobuf.ByteString getDetailsBytes()string details = 4;- Returns:
- The bytes for details.
-
getTimestampMs
long getTimestampMs()int64 timestamp_ms = 5;- Returns:
- The timestampMs.
-