Interface Response.CheckResourcesResponse.ResultEntry.MetaOrBuilder

    • Method Detail

      • getActionsCount

        int getActionsCount()
        map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • containsActions

        boolean containsActions​(java.lang.String key)
        map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getActionsMap

        java.util.Map<java.lang.String,​Response.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> getActionsMap()
        map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getEffectiveDerivedRolesList

        java.util.List<java.lang.String> getEffectiveDerivedRolesList()
        repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        A list containing the effectiveDerivedRoles.
      • getEffectiveDerivedRolesCount

        int getEffectiveDerivedRolesCount()
        repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The count of effectiveDerivedRoles.
      • getEffectiveDerivedRoles

        java.lang.String getEffectiveDerivedRoles​(int index)
        repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Parameters:
        index - The index of the element to return.
        Returns:
        The effectiveDerivedRoles at the given index.
      • getEffectiveDerivedRolesBytes

        com.google.protobuf.ByteString getEffectiveDerivedRolesBytes​(int index)
        repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the effectiveDerivedRoles at the given index.