Package 

Class PermissionService.Precondition.Builder

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

    
    public final class PermissionService.Precondition.Builder
    extends GeneratedMessageV3.Builder<BuilderType> implements PermissionService.PreconditionOrBuilder
                        
    Precondition specifies how and the existence or absence of certain
    relationships as expressed through the accompanying filter should affect
    whether or not the operation proceeds.
    MUST_NOT_MATCH will fail the parent request if any relationships match the
    relationships filter.
    MUST_MATCH will fail the parent request if there are no
    relationships that match the filter.
    
    Protobuf type authzed.api.v1.Precondition