Package dev.cerbos.api.v1.response
Interface Response.ListAuditLogEntriesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.ListAuditLogEntriesResponse,Response.ListAuditLogEntriesResponse.Builder
- Enclosing class:
- Response
public static interface Response.ListAuditLogEntriesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Audit.AccessLogEntrygetAccessLogEntry().cerbos.audit.v1.AccessLogEntry access_log_entry = 1;Audit.AccessLogEntryOrBuildergetAccessLogEntryOrBuilder().cerbos.audit.v1.AccessLogEntry access_log_entry = 1;Audit.DecisionLogEntrygetDecisionLogEntry().cerbos.audit.v1.DecisionLogEntry decision_log_entry = 2;Audit.DecisionLogEntryOrBuildergetDecisionLogEntryOrBuilder().cerbos.audit.v1.DecisionLogEntry decision_log_entry = 2;Response.ListAuditLogEntriesResponse.EntryCasegetEntryCase()booleanhasAccessLogEntry().cerbos.audit.v1.AccessLogEntry access_log_entry = 1;booleanhasDecisionLogEntry().cerbos.audit.v1.DecisionLogEntry decision_log_entry = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAccessLogEntry
boolean hasAccessLogEntry()
.cerbos.audit.v1.AccessLogEntry access_log_entry = 1;- Returns:
- Whether the accessLogEntry field is set.
-
getAccessLogEntry
Audit.AccessLogEntry getAccessLogEntry()
.cerbos.audit.v1.AccessLogEntry access_log_entry = 1;- Returns:
- The accessLogEntry.
-
getAccessLogEntryOrBuilder
Audit.AccessLogEntryOrBuilder getAccessLogEntryOrBuilder()
.cerbos.audit.v1.AccessLogEntry access_log_entry = 1;
-
hasDecisionLogEntry
boolean hasDecisionLogEntry()
.cerbos.audit.v1.DecisionLogEntry decision_log_entry = 2;- Returns:
- Whether the decisionLogEntry field is set.
-
getDecisionLogEntry
Audit.DecisionLogEntry getDecisionLogEntry()
.cerbos.audit.v1.DecisionLogEntry decision_log_entry = 2;- Returns:
- The decisionLogEntry.
-
getDecisionLogEntryOrBuilder
Audit.DecisionLogEntryOrBuilder getDecisionLogEntryOrBuilder()
.cerbos.audit.v1.DecisionLogEntry decision_log_entry = 2;
-
getEntryCase
Response.ListAuditLogEntriesResponse.EntryCase getEntryCase()
-
-