Interface ExpRelationSubjectTypeChangeOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .authzed.api.v1.ExpTypeReference changed_subject_type = 2;
    .authzed.api.v1.ExpTypeReference changed_subject_type = 2;
    .authzed.api.v1.ExpRelation relation = 1;
    .authzed.api.v1.ExpRelation relation = 1;
    boolean
    .authzed.api.v1.ExpTypeReference changed_subject_type = 2;
    boolean
    .authzed.api.v1.ExpRelation relation = 1;

    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

    • hasRelation

      boolean hasRelation()
      .authzed.api.v1.ExpRelation relation = 1;
      Returns:
      Whether the relation field is set.
    • getRelation

      ExpRelation getRelation()
      .authzed.api.v1.ExpRelation relation = 1;
      Returns:
      The relation.
    • getRelationOrBuilder

      ExpRelationOrBuilder getRelationOrBuilder()
      .authzed.api.v1.ExpRelation relation = 1;
    • hasChangedSubjectType

      boolean hasChangedSubjectType()
      .authzed.api.v1.ExpTypeReference changed_subject_type = 2;
      Returns:
      Whether the changedSubjectType field is set.
    • getChangedSubjectType

      ExpTypeReference getChangedSubjectType()
      .authzed.api.v1.ExpTypeReference changed_subject_type = 2;
      Returns:
      The changedSubjectType.
    • getChangedSubjectTypeOrBuilder

      ExpTypeReferenceOrBuilder getChangedSubjectTypeOrBuilder()
      .authzed.api.v1.ExpTypeReference changed_subject_type = 2;