Package dev.cerbos.api.v1.audit
Interface Audit.DecisionLogEntry.PlanResourcesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Audit.DecisionLogEntry.PlanResources,Audit.DecisionLogEntry.PlanResources.Builder
- Enclosing class:
- Audit.DecisionLogEntry
public static interface Audit.DecisionLogEntry.PlanResourcesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetError()string error = 3;com.google.protobuf.ByteStringgetErrorBytes()string error = 3;Engine.PlanResourcesInputgetInput().cerbos.engine.v1.PlanResourcesInput input = 1;Engine.PlanResourcesInputOrBuildergetInputOrBuilder().cerbos.engine.v1.PlanResourcesInput input = 1;Engine.PlanResourcesOutputgetOutput().cerbos.engine.v1.PlanResourcesOutput output = 2;Engine.PlanResourcesOutputOrBuildergetOutputOrBuilder().cerbos.engine.v1.PlanResourcesOutput output = 2;booleanhasInput().cerbos.engine.v1.PlanResourcesInput input = 1;booleanhasOutput().cerbos.engine.v1.PlanResourcesOutput output = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInput
boolean hasInput()
.cerbos.engine.v1.PlanResourcesInput input = 1;- Returns:
- Whether the input field is set.
-
getInput
Engine.PlanResourcesInput getInput()
.cerbos.engine.v1.PlanResourcesInput input = 1;- Returns:
- The input.
-
getInputOrBuilder
Engine.PlanResourcesInputOrBuilder getInputOrBuilder()
.cerbos.engine.v1.PlanResourcesInput input = 1;
-
hasOutput
boolean hasOutput()
.cerbos.engine.v1.PlanResourcesOutput output = 2;- Returns:
- Whether the output field is set.
-
getOutput
Engine.PlanResourcesOutput getOutput()
.cerbos.engine.v1.PlanResourcesOutput output = 2;- Returns:
- The output.
-
getOutputOrBuilder
Engine.PlanResourcesOutputOrBuilder getOutputOrBuilder()
.cerbos.engine.v1.PlanResourcesOutput output = 2;
-
getError
java.lang.String getError()
string error = 3;- Returns:
- The error.
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()
string error = 3;- Returns:
- The bytes for error.
-
-