Interface AuditRecordOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AuditRecord, AuditRecord.Builder

    public interface AuditRecordOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getMethod()
      optional string method = 3;
      com.google.protobuf.ByteString getMethodBytes()
      optional string method = 3;
      com.google.protobuf.Struct getRequest()
      optional .google.protobuf.Struct request = 6;
      com.google.protobuf.StructOrBuilder getRequestOrBuilder()
      optional .google.protobuf.Struct request = 6;
      String getService()
      optional string service = 2;
      com.google.protobuf.ByteString getServiceBytes()
      optional string service = 2;
      String getSummary()
      optional string summary = 5;
      com.google.protobuf.ByteString getSummaryBytes()
      optional string summary = 5;
      com.google.protobuf.Timestamp getTime()
      optional .google.protobuf.Timestamp time = 1;
      com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
      optional .google.protobuf.Timestamp time = 1;
      String getUser()
      optional string user = 4;
      com.google.protobuf.ByteString getUserBytes()
      optional string user = 4;
      boolean hasMethod()
      optional string method = 3;
      boolean hasRequest()
      optional .google.protobuf.Struct request = 6;
      boolean hasService()
      optional string service = 2;
      boolean hasSummary()
      optional string summary = 5;
      boolean hasTime()
      optional .google.protobuf.Timestamp time = 1;
      boolean hasUser()
      optional string user = 4;
      • 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 Detail

      • hasTime

        boolean hasTime()
        optional .google.protobuf.Timestamp time = 1;
        Returns:
        Whether the time field is set.
      • getTime

        com.google.protobuf.Timestamp getTime()
        optional .google.protobuf.Timestamp time = 1;
        Returns:
        The time.
      • getTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
        optional .google.protobuf.Timestamp time = 1;
      • hasService

        boolean hasService()
        optional string service = 2;
        Returns:
        Whether the service field is set.
      • getService

        String getService()
        optional string service = 2;
        Returns:
        The service.
      • getServiceBytes

        com.google.protobuf.ByteString getServiceBytes()
        optional string service = 2;
        Returns:
        The bytes for service.
      • hasMethod

        boolean hasMethod()
        optional string method = 3;
        Returns:
        Whether the method field is set.
      • getMethod

        String getMethod()
        optional string method = 3;
        Returns:
        The method.
      • getMethodBytes

        com.google.protobuf.ByteString getMethodBytes()
        optional string method = 3;
        Returns:
        The bytes for method.
      • hasUser

        boolean hasUser()
        optional string user = 4;
        Returns:
        Whether the user field is set.
      • getUser

        String getUser()
        optional string user = 4;
        Returns:
        The user.
      • getUserBytes

        com.google.protobuf.ByteString getUserBytes()
        optional string user = 4;
        Returns:
        The bytes for user.
      • hasSummary

        boolean hasSummary()
        optional string summary = 5;
        Returns:
        Whether the summary field is set.
      • getSummary

        String getSummary()
        optional string summary = 5;
        Returns:
        The summary.
      • getSummaryBytes

        com.google.protobuf.ByteString getSummaryBytes()
        optional string summary = 5;
        Returns:
        The bytes for summary.
      • hasRequest

        boolean hasRequest()
        optional .google.protobuf.Struct request = 6;
        Returns:
        Whether the request field is set.
      • getRequest

        com.google.protobuf.Struct getRequest()
        optional .google.protobuf.Struct request = 6;
        Returns:
        The request.
      • getRequestOrBuilder

        com.google.protobuf.StructOrBuilder getRequestOrBuilder()
        optional .google.protobuf.Struct request = 6;