Interface Developer.EditCheckResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Developer.EditCheckResult, Developer.EditCheckResult.Builder
Enclosing class:
Developer

public static interface Developer.EditCheckResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .authzed.api.v0.DeveloperError error = 3;
    .authzed.api.v0.DeveloperError error = 3;
    boolean
    bool is_member = 2;
    .authzed.api.v0.RelationTuple relationship = 1;
    .authzed.api.v0.RelationTuple relationship = 1;
    boolean
    .authzed.api.v0.DeveloperError error = 3;
    boolean
    .authzed.api.v0.RelationTuple relationship = 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

    • hasRelationship

      boolean hasRelationship()
      .authzed.api.v0.RelationTuple relationship = 1;
      Returns:
      Whether the relationship field is set.
    • getRelationship

      Core.RelationTuple getRelationship()
      .authzed.api.v0.RelationTuple relationship = 1;
      Returns:
      The relationship.
    • getRelationshipOrBuilder

      Core.RelationTupleOrBuilder getRelationshipOrBuilder()
      .authzed.api.v0.RelationTuple relationship = 1;
    • getIsMember

      boolean getIsMember()
      bool is_member = 2;
      Returns:
      The isMember.
    • hasError

      boolean hasError()
      .authzed.api.v0.DeveloperError error = 3;
      Returns:
      Whether the error field is set.
    • getError

      .authzed.api.v0.DeveloperError error = 3;
      Returns:
      The error.
    • getErrorOrBuilder

      .authzed.api.v0.DeveloperError error = 3;