Interface Response.PlanResourcesResponseOrBuilder

    • 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) = { ...
      java.lang.String getCerbosCallId()
      string cerbos_call_id = 8 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getCerbosCallIdBytes()
      string cerbos_call_id = 8 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      Engine.PlanResourcesFilter getFilter()
      .cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      Engine.PlanResourcesFilterOrBuilder getFilterOrBuilder()
      .cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      Response.PlanResourcesResponse.Meta getMeta()
      .cerbos.response.v1.PlanResourcesResponse.Meta meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      Response.PlanResourcesResponse.MetaOrBuilder getMetaOrBuilder()
      .cerbos.response.v1.PlanResourcesResponse.Meta meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getPolicyVersion()
      string policy_version = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getPolicyVersionBytes()
      string policy_version = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      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) = { ...
      java.lang.String getResourceKind()
      string resource_kind = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getResourceKindBytes()
      string resource_kind = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      SchemaOuterClass.ValidationError getValidationErrors​(int index)
      repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      int getValidationErrorsCount()
      repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.util.List<SchemaOuterClass.ValidationError> getValidationErrorsList()
      repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      SchemaOuterClass.ValidationErrorOrBuilder getValidationErrorsOrBuilder​(int index)
      repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.util.List<? extends SchemaOuterClass.ValidationErrorOrBuilder> getValidationErrorsOrBuilderList()
      repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      boolean hasFilter()
      .cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      boolean hasMeta()
      .cerbos.response.v1.PlanResourcesResponse.Meta meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      • 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.
      • getResourceKind

        java.lang.String getResourceKind()
        string resource_kind = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The resourceKind.
      • getResourceKindBytes

        com.google.protobuf.ByteString getResourceKindBytes()
        string resource_kind = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for resourceKind.
      • getPolicyVersion

        java.lang.String getPolicyVersion()
        string policy_version = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The policyVersion.
      • getPolicyVersionBytes

        com.google.protobuf.ByteString getPolicyVersionBytes()
        string policy_version = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for policyVersion.
      • hasFilter

        boolean hasFilter()
        .cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        Whether the filter field is set.
      • getFilter

        Engine.PlanResourcesFilter getFilter()
        .cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The filter.
      • getFilterOrBuilder

        Engine.PlanResourcesFilterOrBuilder getFilterOrBuilder()
        .cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • hasMeta

        boolean hasMeta()
        .cerbos.response.v1.PlanResourcesResponse.Meta meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        Whether the meta field is set.
      • getMeta

        Response.PlanResourcesResponse.Meta getMeta()
        .cerbos.response.v1.PlanResourcesResponse.Meta meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The meta.
      • getValidationErrorsList

        java.util.List<SchemaOuterClass.ValidationError> getValidationErrorsList()
        repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getValidationErrors

        SchemaOuterClass.ValidationError getValidationErrors​(int index)
        repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getValidationErrorsCount

        int getValidationErrorsCount()
        repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getValidationErrorsOrBuilderList

        java.util.List<? extends SchemaOuterClass.ValidationErrorOrBuilder> getValidationErrorsOrBuilderList()
        repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getValidationErrorsOrBuilder

        SchemaOuterClass.ValidationErrorOrBuilder getValidationErrorsOrBuilder​(int index)
        repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getCerbosCallId

        java.lang.String getCerbosCallId()
        string cerbos_call_id = 8 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The cerbosCallId.
      • getCerbosCallIdBytes

        com.google.protobuf.ByteString getCerbosCallIdBytes()
        string cerbos_call_id = 8 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for cerbosCallId.