Interface Request.CheckResourcesRequest.ResourceEntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getActions​(int index)
      repeated string actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getActionsBytes​(int index)
      repeated string actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      int getActionsCount()
      repeated string actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.util.List<java.lang.String> getActionsList()
      repeated string actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      Engine.Resource getResource()
      .cerbos.engine.v1.Resource resource = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      Engine.ResourceOrBuilder getResourceOrBuilder()
      .cerbos.engine.v1.Resource resource = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      boolean hasResource()
      .cerbos.engine.v1.Resource resource = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.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

      • getActionsList

        java.util.List<java.lang.String> getActionsList()
        repeated string actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        A list containing the actions.
      • getActionsCount

        int getActionsCount()
        repeated string actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The count of actions.
      • getActions

        java.lang.String getActions​(int index)
        repeated string actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Parameters:
        index - The index of the element to return.
        Returns:
        The actions at the given index.
      • getActionsBytes

        com.google.protobuf.ByteString getActionsBytes​(int index)
        repeated string actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the actions at the given index.
      • hasResource

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

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

        Engine.ResourceOrBuilder getResourceOrBuilder()
        .cerbos.engine.v1.Resource resource = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }