Package dev.cerbos.api.v1.response
Interface Response.PlaygroundProxyResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.PlaygroundProxyResponse,Response.PlaygroundProxyResponse.Builder
- Enclosing class:
- Response
public static interface Response.PlaygroundProxyResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Response.CheckResourceBatchResponsegetCheckResourceBatch().cerbos.response.v1.CheckResourceBatchResponse check_resource_batch = 4;Response.CheckResourceBatchResponseOrBuildergetCheckResourceBatchOrBuilder().cerbos.response.v1.CheckResourceBatchResponse check_resource_batch = 4;Response.CheckResourcesResponsegetCheckResources().cerbos.response.v1.CheckResourcesResponse check_resources = 6;Response.CheckResourceSetResponsegetCheckResourceSet().cerbos.response.v1.CheckResourceSetResponse check_resource_set = 3;Response.CheckResourceSetResponseOrBuildergetCheckResourceSetOrBuilder().cerbos.response.v1.CheckResourceSetResponse check_resource_set = 3;Response.CheckResourcesResponseOrBuildergetCheckResourcesOrBuilder().cerbos.response.v1.CheckResourcesResponse check_resources = 6;Response.PlaygroundFailuregetFailure().cerbos.response.v1.PlaygroundFailure failure = 2;Response.PlaygroundFailureOrBuildergetFailureOrBuilder().cerbos.response.v1.PlaygroundFailure failure = 2;Response.PlaygroundProxyResponse.OutcomeCasegetOutcomeCase()Response.PlanResourcesResponsegetPlanResources().cerbos.response.v1.PlanResourcesResponse plan_resources = 5;Response.PlanResourcesResponseOrBuildergetPlanResourcesOrBuilder().cerbos.response.v1.PlanResourcesResponse plan_resources = 5;java.lang.StringgetPlaygroundId()string playground_id = 1;com.google.protobuf.ByteStringgetPlaygroundIdBytes()string playground_id = 1;booleanhasCheckResourceBatch().cerbos.response.v1.CheckResourceBatchResponse check_resource_batch = 4;booleanhasCheckResources().cerbos.response.v1.CheckResourcesResponse check_resources = 6;booleanhasCheckResourceSet().cerbos.response.v1.CheckResourceSetResponse check_resource_set = 3;booleanhasFailure().cerbos.response.v1.PlaygroundFailure failure = 2;booleanhasPlanResources().cerbos.response.v1.PlanResourcesResponse plan_resources = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPlaygroundId
java.lang.String getPlaygroundId()
string playground_id = 1;- Returns:
- The playgroundId.
-
getPlaygroundIdBytes
com.google.protobuf.ByteString getPlaygroundIdBytes()
string playground_id = 1;- Returns:
- The bytes for playgroundId.
-
hasFailure
boolean hasFailure()
.cerbos.response.v1.PlaygroundFailure failure = 2;- Returns:
- Whether the failure field is set.
-
getFailure
Response.PlaygroundFailure getFailure()
.cerbos.response.v1.PlaygroundFailure failure = 2;- Returns:
- The failure.
-
getFailureOrBuilder
Response.PlaygroundFailureOrBuilder getFailureOrBuilder()
.cerbos.response.v1.PlaygroundFailure failure = 2;
-
hasCheckResourceSet
boolean hasCheckResourceSet()
.cerbos.response.v1.CheckResourceSetResponse check_resource_set = 3;- Returns:
- Whether the checkResourceSet field is set.
-
getCheckResourceSet
Response.CheckResourceSetResponse getCheckResourceSet()
.cerbos.response.v1.CheckResourceSetResponse check_resource_set = 3;- Returns:
- The checkResourceSet.
-
getCheckResourceSetOrBuilder
Response.CheckResourceSetResponseOrBuilder getCheckResourceSetOrBuilder()
.cerbos.response.v1.CheckResourceSetResponse check_resource_set = 3;
-
hasCheckResourceBatch
boolean hasCheckResourceBatch()
.cerbos.response.v1.CheckResourceBatchResponse check_resource_batch = 4;- Returns:
- Whether the checkResourceBatch field is set.
-
getCheckResourceBatch
Response.CheckResourceBatchResponse getCheckResourceBatch()
.cerbos.response.v1.CheckResourceBatchResponse check_resource_batch = 4;- Returns:
- The checkResourceBatch.
-
getCheckResourceBatchOrBuilder
Response.CheckResourceBatchResponseOrBuilder getCheckResourceBatchOrBuilder()
.cerbos.response.v1.CheckResourceBatchResponse check_resource_batch = 4;
-
hasPlanResources
boolean hasPlanResources()
.cerbos.response.v1.PlanResourcesResponse plan_resources = 5;- Returns:
- Whether the planResources field is set.
-
getPlanResources
Response.PlanResourcesResponse getPlanResources()
.cerbos.response.v1.PlanResourcesResponse plan_resources = 5;- Returns:
- The planResources.
-
getPlanResourcesOrBuilder
Response.PlanResourcesResponseOrBuilder getPlanResourcesOrBuilder()
.cerbos.response.v1.PlanResourcesResponse plan_resources = 5;
-
hasCheckResources
boolean hasCheckResources()
.cerbos.response.v1.CheckResourcesResponse check_resources = 6;- Returns:
- Whether the checkResources field is set.
-
getCheckResources
Response.CheckResourcesResponse getCheckResources()
.cerbos.response.v1.CheckResourcesResponse check_resources = 6;- Returns:
- The checkResources.
-
getCheckResourcesOrBuilder
Response.CheckResourcesResponseOrBuilder getCheckResourcesOrBuilder()
.cerbos.response.v1.CheckResourcesResponse check_resources = 6;
-
getOutcomeCase
Response.PlaygroundProxyResponse.OutcomeCase getOutcomeCase()
-
-