Interface Response.PlaygroundProxyResponseOrBuilder

    • 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.
      • 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.
      • 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.
      • 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.
      • 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.