Interface Audit.AccessLogEntryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Audit.AccessLogEntry, Audit.AccessLogEntry.Builder
    Enclosing class:
    Audit

    public static interface Audit.AccessLogEntryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCallId

        java.lang.String getCallId()
        string call_id = 1;
        Returns:
        The callId.
      • getCallIdBytes

        com.google.protobuf.ByteString getCallIdBytes()
        string call_id = 1;
        Returns:
        The bytes for callId.
      • hasTimestamp

        boolean hasTimestamp()
        .google.protobuf.Timestamp timestamp = 2;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        com.google.protobuf.Timestamp getTimestamp()
        .google.protobuf.Timestamp timestamp = 2;
        Returns:
        The timestamp.
      • getTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
        .google.protobuf.Timestamp timestamp = 2;
      • hasPeer

        boolean hasPeer()
        .cerbos.audit.v1.Peer peer = 3;
        Returns:
        Whether the peer field is set.
      • getPeer

        Audit.Peer getPeer()
        .cerbos.audit.v1.Peer peer = 3;
        Returns:
        The peer.
      • getMetadataCount

        int getMetadataCount()
        map<string, .cerbos.audit.v1.MetaValues> metadata = 4;
      • containsMetadata

        boolean containsMetadata​(java.lang.String key)
        map<string, .cerbos.audit.v1.MetaValues> metadata = 4;
      • getMetadataMap

        java.util.Map<java.lang.String,​Audit.MetaValues> getMetadataMap()
        map<string, .cerbos.audit.v1.MetaValues> metadata = 4;
      • getMetadataOrDefault

        Audit.MetaValues getMetadataOrDefault​(java.lang.String key,
                                              Audit.MetaValues defaultValue)
        map<string, .cerbos.audit.v1.MetaValues> metadata = 4;
      • getMetadataOrThrow

        Audit.MetaValues getMetadataOrThrow​(java.lang.String key)
        map<string, .cerbos.audit.v1.MetaValues> metadata = 4;
      • getMethod

        java.lang.String getMethod()
        string method = 5;
        Returns:
        The method.
      • getMethodBytes

        com.google.protobuf.ByteString getMethodBytes()
        string method = 5;
        Returns:
        The bytes for method.
      • getStatusCode

        int getStatusCode()
        uint32 status_code = 6;
        Returns:
        The statusCode.