Interface Request.PlanResourcesRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAction()
      string action = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getActionBytes()
      string action = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      Request.AuxData getAuxData()
      .cerbos.request.v1.AuxData aux_data = 5 [(.google.api.field_behavior) = OPTIONAL];
      Request.AuxDataOrBuilder getAuxDataOrBuilder()
      .cerbos.request.v1.AuxData aux_data = 5 [(.google.api.field_behavior) = OPTIONAL];
      boolean getIncludeMeta()
      bool include_meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      Engine.Principal getPrincipal()
      .cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ...
      Engine.PrincipalOrBuilder getPrincipalOrBuilder()
      .cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ...
      java.lang.String getRequestId()
      string request_id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getRequestIdBytes()
      string request_id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      Engine.PlanResourcesInput.Resource getResource()
      .cerbos.engine.v1.PlanResourcesInput.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ...
      Engine.PlanResourcesInput.ResourceOrBuilder getResourceOrBuilder()
      .cerbos.engine.v1.PlanResourcesInput.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ...
      boolean hasAuxData()
      .cerbos.request.v1.AuxData aux_data = 5 [(.google.api.field_behavior) = OPTIONAL];
      boolean hasPrincipal()
      .cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ...
      boolean hasResource()
      .cerbos.engine.v1.PlanResourcesInput.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ...
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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.
      • getAction

        java.lang.String getAction()
        string action = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The action.
      • getActionBytes

        com.google.protobuf.ByteString getActionBytes()
        string action = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for action.
      • hasPrincipal

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

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

        Engine.PrincipalOrBuilder getPrincipalOrBuilder()
        .cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      • hasResource

        boolean hasResource()
        .cerbos.engine.v1.PlanResourcesInput.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
        Returns:
        Whether the resource field is set.
      • getResource

        Engine.PlanResourcesInput.Resource getResource()
        .cerbos.engine.v1.PlanResourcesInput.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
        Returns:
        The resource.
      • getResourceOrBuilder

        Engine.PlanResourcesInput.ResourceOrBuilder getResourceOrBuilder()
        .cerbos.engine.v1.PlanResourcesInput.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      • hasAuxData

        boolean hasAuxData()
        .cerbos.request.v1.AuxData aux_data = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the auxData field is set.
      • getAuxData

        Request.AuxData getAuxData()
        .cerbos.request.v1.AuxData aux_data = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The auxData.
      • getAuxDataOrBuilder

        Request.AuxDataOrBuilder getAuxDataOrBuilder()
        .cerbos.request.v1.AuxData aux_data = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getIncludeMeta

        boolean getIncludeMeta()
        bool include_meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The includeMeta.