Package 

Class Core.AlgebraicSubjectSet.Builder

  • All Implemented Interfaces:
    com.authzed.api.v1.Core.AlgebraicSubjectSetOrBuilder , com.google.protobuf.Message.Builder , com.google.protobuf.MessageLite.Builder , com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder , java.lang.Cloneable

    
    public final class Core.AlgebraicSubjectSet.Builder
    extends GeneratedMessageV3.Builder<BuilderType> implements Core.AlgebraicSubjectSetOrBuilder
                        
    AlgebraicSubjectSet is a subject set which is computed based on applying the
    specified operation to the operands according to the algebra of sets.
    UNION is a logical set containing the subject members from all operands.
    INTERSECTION is a logical set containing only the subject members which are
    present in all operands.
    EXCLUSION is a logical set containing only the subject members which are
    present in the first operand, and none of the other operands.
    
    Protobuf type authzed.api.v1.AlgebraicSubjectSet