Interface Request.CheckResourceBatchRequestOrBuilder

    • Method Detail

      • getRequestId

        java.lang.String getRequestId()
        string request_id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
        string request_id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for requestId.
      • hasPrincipal

        boolean hasPrincipal()
        .cerbos.engine.v1.Principal principal = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Returns:
        Whether the principal field is set.
      • getPrincipal

        Engine.Principal getPrincipal()
        .cerbos.engine.v1.Principal principal = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Returns:
        The principal.
      • getPrincipalOrBuilder

        Engine.PrincipalOrBuilder getPrincipalOrBuilder()
        .cerbos.engine.v1.Principal principal = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
      • getResourcesList

        java.util.List<Request.CheckResourceBatchRequest.BatchEntry> getResourcesList()
        repeated .cerbos.request.v1.CheckResourceBatchRequest.BatchEntry resources = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getResources

        Request.CheckResourceBatchRequest.BatchEntry getResources​(int index)
        repeated .cerbos.request.v1.CheckResourceBatchRequest.BatchEntry resources = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getResourcesCount

        int getResourcesCount()
        repeated .cerbos.request.v1.CheckResourceBatchRequest.BatchEntry resources = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getResourcesOrBuilderList

        java.util.List<? extends Request.CheckResourceBatchRequest.BatchEntryOrBuilder> getResourcesOrBuilderList()
        repeated .cerbos.request.v1.CheckResourceBatchRequest.BatchEntry resources = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getResourcesOrBuilder

        Request.CheckResourceBatchRequest.BatchEntryOrBuilder getResourcesOrBuilder​(int index)
        repeated .cerbos.request.v1.CheckResourceBatchRequest.BatchEntry resources = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • hasAuxData

        boolean hasAuxData()
        .cerbos.request.v1.AuxData aux_data = 4;
        Returns:
        Whether the auxData field is set.
      • getAuxData

        Request.AuxData getAuxData()
        .cerbos.request.v1.AuxData aux_data = 4;
        Returns:
        The auxData.