Package 

Class Core.RelationshipUpdate

  • All Implemented Interfaces:
    com.authzed.api.v1.Core.RelationshipUpdateOrBuilder , com.google.protobuf.Message , com.google.protobuf.MessageLite , com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder , java.io.Serializable

    
    public final class Core.RelationshipUpdate
    extends GeneratedMessageV3 implements Core.RelationshipUpdateOrBuilder
                        
    RelationshipUpdate is used for mutating a single relationship within the
    service.
    CREATE will create the relationship only if it doesn't exist, and error
    otherwise.
    TOUCH will upsert the relationship, and will not error if it
    already exists.
    DELETE will delete the relationship and error if it doesn't
    exist.
    
    Protobuf type authzed.api.v1.RelationshipUpdate