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 Type
    Method
    Description
    string action = 3;
    com.google.protobuf.ByteString
    string action = 3;
    string details = 4;
    com.google.protobuf.ByteString
    string details = 4;
    string module = 2;
    com.google.protobuf.ByteString
    string module = 2;
    long
    int64 timestamp_ms = 5;
    string uuid = 1;
    com.google.protobuf.ByteString
    string uuid = 1;

    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

    • getUuid

      String getUuid()
      string uuid = 1;
      Returns:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
      string uuid = 1;
      Returns:
      The bytes for uuid.
    • getModule

      String getModule()
      string module = 2;
      Returns:
      The module.
    • getModuleBytes

      com.google.protobuf.ByteString getModuleBytes()
      string module = 2;
      Returns:
      The bytes for module.
    • getAction

      String getAction()
      string action = 3;
      Returns:
      The action.
    • getActionBytes

      com.google.protobuf.ByteString getActionBytes()
      string action = 3;
      Returns:
      The bytes for action.
    • getDetails

      String getDetails()
      string details = 4;
      Returns:
      The details.
    • getDetailsBytes

      com.google.protobuf.ByteString getDetailsBytes()
      string details = 4;
      Returns:
      The bytes for details.
    • getTimestampMs

      long getTimestampMs()
      int64 timestamp_ms = 5;
      Returns:
      The timestampMs.