Interface RelationshipUpdateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RelationshipUpdate, RelationshipUpdate.Builder

public interface RelationshipUpdateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .authzed.api.v1.RelationshipUpdate.Operation operation = 1 [(.validate.rules) = { ...
    int
    .authzed.api.v1.RelationshipUpdate.Operation operation = 1 [(.validate.rules) = { ...
    .authzed.api.v1.Relationship relationship = 2 [(.validate.rules) = { ...
    .authzed.api.v1.Relationship relationship = 2 [(.validate.rules) = { ...
    boolean
    .authzed.api.v1.Relationship relationship = 2 [(.validate.rules) = { ...

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getOperationValue

      int getOperationValue()
      .authzed.api.v1.RelationshipUpdate.Operation operation = 1 [(.validate.rules) = { ... }
      Returns:
      The enum numeric value on the wire for operation.
    • getOperation

      .authzed.api.v1.RelationshipUpdate.Operation operation = 1 [(.validate.rules) = { ... }
      Returns:
      The operation.
    • hasRelationship

      boolean hasRelationship()
      .authzed.api.v1.Relationship relationship = 2 [(.validate.rules) = { ... }
      Returns:
      Whether the relationship field is set.
    • getRelationship

      Relationship getRelationship()
      .authzed.api.v1.Relationship relationship = 2 [(.validate.rules) = { ... }
      Returns:
      The relationship.
    • getRelationshipOrBuilder

      RelationshipOrBuilder getRelationshipOrBuilder()
      .authzed.api.v1.Relationship relationship = 2 [(.validate.rules) = { ... }