Package dev.cerbos.api.v1.response
Interface Response.PlaygroundEvaluateResponse.EvalResultListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.PlaygroundEvaluateResponse.EvalResultList,Response.PlaygroundEvaluateResponse.EvalResultList.Builder
- Enclosing class:
- Response.PlaygroundEvaluateResponse
public static interface Response.PlaygroundEvaluateResponse.EvalResultListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEffectiveDerivedRoles(int index)repeated string effective_derived_roles = 2;com.google.protobuf.ByteStringgetEffectiveDerivedRolesBytes(int index)repeated string effective_derived_roles = 2;intgetEffectiveDerivedRolesCount()repeated string effective_derived_roles = 2;java.util.List<java.lang.String>getEffectiveDerivedRolesList()repeated string effective_derived_roles = 2;Engine.OutputEntrygetOutputs(int index)repeated .cerbos.engine.v1.OutputEntry outputs = 4;intgetOutputsCount()repeated .cerbos.engine.v1.OutputEntry outputs = 4;java.util.List<Engine.OutputEntry>getOutputsList()repeated .cerbos.engine.v1.OutputEntry outputs = 4;Engine.OutputEntryOrBuildergetOutputsOrBuilder(int index)repeated .cerbos.engine.v1.OutputEntry outputs = 4;java.util.List<? extends Engine.OutputEntryOrBuilder>getOutputsOrBuilderList()repeated .cerbos.engine.v1.OutputEntry outputs = 4;Response.PlaygroundEvaluateResponse.EvalResultgetResults(int index)repeated .cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult results = 1;intgetResultsCount()repeated .cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult results = 1;java.util.List<Response.PlaygroundEvaluateResponse.EvalResult>getResultsList()repeated .cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult results = 1;Response.PlaygroundEvaluateResponse.EvalResultOrBuildergetResultsOrBuilder(int index)repeated .cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult results = 1;java.util.List<? extends Response.PlaygroundEvaluateResponse.EvalResultOrBuilder>getResultsOrBuilderList()repeated .cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult results = 1;SchemaOuterClass.ValidationErrorgetValidationErrors(int index)repeated .cerbos.schema.v1.ValidationError validation_errors = 3;intgetValidationErrorsCount()repeated .cerbos.schema.v1.ValidationError validation_errors = 3;java.util.List<SchemaOuterClass.ValidationError>getValidationErrorsList()repeated .cerbos.schema.v1.ValidationError validation_errors = 3;SchemaOuterClass.ValidationErrorOrBuildergetValidationErrorsOrBuilder(int index)repeated .cerbos.schema.v1.ValidationError validation_errors = 3;java.util.List<? extends SchemaOuterClass.ValidationErrorOrBuilder>getValidationErrorsOrBuilderList()repeated .cerbos.schema.v1.ValidationError validation_errors = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResultsList
java.util.List<Response.PlaygroundEvaluateResponse.EvalResult> getResultsList()
repeated .cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult results = 1;
-
getResults
Response.PlaygroundEvaluateResponse.EvalResult getResults(int index)
repeated .cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult results = 1;
-
getResultsCount
int getResultsCount()
repeated .cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult results = 1;
-
getResultsOrBuilderList
java.util.List<? extends Response.PlaygroundEvaluateResponse.EvalResultOrBuilder> getResultsOrBuilderList()
repeated .cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult results = 1;
-
getResultsOrBuilder
Response.PlaygroundEvaluateResponse.EvalResultOrBuilder getResultsOrBuilder(int index)
repeated .cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult results = 1;
-
getEffectiveDerivedRolesList
java.util.List<java.lang.String> getEffectiveDerivedRolesList()
repeated string effective_derived_roles = 2;- Returns:
- A list containing the effectiveDerivedRoles.
-
getEffectiveDerivedRolesCount
int getEffectiveDerivedRolesCount()
repeated string effective_derived_roles = 2;- Returns:
- The count of effectiveDerivedRoles.
-
getEffectiveDerivedRoles
java.lang.String getEffectiveDerivedRoles(int index)
repeated string effective_derived_roles = 2;- Parameters:
index- The index of the element to return.- Returns:
- The effectiveDerivedRoles at the given index.
-
getEffectiveDerivedRolesBytes
com.google.protobuf.ByteString getEffectiveDerivedRolesBytes(int index)
repeated string effective_derived_roles = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the effectiveDerivedRoles at the given index.
-
getValidationErrorsList
java.util.List<SchemaOuterClass.ValidationError> getValidationErrorsList()
repeated .cerbos.schema.v1.ValidationError validation_errors = 3;
-
getValidationErrors
SchemaOuterClass.ValidationError getValidationErrors(int index)
repeated .cerbos.schema.v1.ValidationError validation_errors = 3;
-
getValidationErrorsCount
int getValidationErrorsCount()
repeated .cerbos.schema.v1.ValidationError validation_errors = 3;
-
getValidationErrorsOrBuilderList
java.util.List<? extends SchemaOuterClass.ValidationErrorOrBuilder> getValidationErrorsOrBuilderList()
repeated .cerbos.schema.v1.ValidationError validation_errors = 3;
-
getValidationErrorsOrBuilder
SchemaOuterClass.ValidationErrorOrBuilder getValidationErrorsOrBuilder(int index)
repeated .cerbos.schema.v1.ValidationError validation_errors = 3;
-
getOutputsList
java.util.List<Engine.OutputEntry> getOutputsList()
repeated .cerbos.engine.v1.OutputEntry outputs = 4;
-
getOutputs
Engine.OutputEntry getOutputs(int index)
repeated .cerbos.engine.v1.OutputEntry outputs = 4;
-
getOutputsCount
int getOutputsCount()
repeated .cerbos.engine.v1.OutputEntry outputs = 4;
-
getOutputsOrBuilderList
java.util.List<? extends Engine.OutputEntryOrBuilder> getOutputsOrBuilderList()
repeated .cerbos.engine.v1.OutputEntry outputs = 4;
-
getOutputsOrBuilder
Engine.OutputEntryOrBuilder getOutputsOrBuilder(int index)
repeated .cerbos.engine.v1.OutputEntry outputs = 4;
-
-