Package 

Interface PermissionService.LookupResourcesRequestOrBuilder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasConsistency() .authzed.api.v1.Consistency consistency = 1;
      abstract PermissionService.Consistency getConsistency() .authzed.api.v1.Consistency consistency = 1;
      abstract PermissionService.ConsistencyOrBuilder getConsistencyOrBuilder() .authzed.api.v1.Consistency consistency = 1;
      abstract String getResourceObjectType()
      resource_object_type is the type of resource object for which the IDs will
      be returned.
      
      string resource_object_type = 2 [(.validate.rules) = { ... }
      abstract ByteString getResourceObjectTypeBytes()
      resource_object_type is the type of resource object for which the IDs will
      be returned.
      
      string resource_object_type = 2 [(.validate.rules) = { ... }
      abstract String getPermission()
      permission is the name of the permission or relation for which the subject
      must Check.
      
      string permission = 3 [(.validate.rules) = { ... }
      abstract ByteString getPermissionBytes()
      permission is the name of the permission or relation for which the subject
      must Check.
      
      string permission = 3 [(.validate.rules) = { ... }
      abstract boolean hasSubject()
      subject is the subject with access to the resources.
      
      .authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }
      abstract Core.SubjectReference getSubject()
      subject is the subject with access to the resources.
      
      .authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }
      abstract Core.SubjectReferenceOrBuilder getSubjectOrBuilder()
      subject is the subject with access to the resources.
      
      .authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • hasConsistency

         abstract boolean hasConsistency()

        .authzed.api.v1.Consistency consistency = 1;

      • getResourceObjectType

         abstract String getResourceObjectType()
        resource_object_type is the type of resource object for which the IDs will
        be returned.
        
        string resource_object_type = 2 [(.validate.rules) = { ... }
      • getResourceObjectTypeBytes

         abstract ByteString getResourceObjectTypeBytes()
        resource_object_type is the type of resource object for which the IDs will
        be returned.
        
        string resource_object_type = 2 [(.validate.rules) = { ... }
      • getPermission

         abstract String getPermission()
        permission is the name of the permission or relation for which the subject
        must Check.
        
        string permission = 3 [(.validate.rules) = { ... }
      • getPermissionBytes

         abstract ByteString getPermissionBytes()
        permission is the name of the permission or relation for which the subject
        must Check.
        
        string permission = 3 [(.validate.rules) = { ... }
      • hasSubject

         abstract boolean hasSubject()
        subject is the subject with access to the resources.
        
        .authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }
      • getSubject

         abstract Core.SubjectReference getSubject()
        subject is the subject with access to the resources.
        
        .authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }