Interface Developer.EditCheckRequestOrBuilder

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

public static interface Developer.EditCheckRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasContext

      boolean hasContext()
      .authzed.api.v0.RequestContext context = 1;
      Returns:
      Whether the context field is set.
    • getContext

      .authzed.api.v0.RequestContext context = 1;
      Returns:
      The context.
    • getContextOrBuilder

      Developer.RequestContextOrBuilder getContextOrBuilder()
      .authzed.api.v0.RequestContext context = 1;
    • getCheckRelationshipsList

      List<Core.RelationTuple> getCheckRelationshipsList()
      repeated .authzed.api.v0.RelationTuple check_relationships = 2;
    • getCheckRelationships

      Core.RelationTuple getCheckRelationships(int index)
      repeated .authzed.api.v0.RelationTuple check_relationships = 2;
    • getCheckRelationshipsCount

      int getCheckRelationshipsCount()
      repeated .authzed.api.v0.RelationTuple check_relationships = 2;
    • getCheckRelationshipsOrBuilderList

      List<? extends Core.RelationTupleOrBuilder> getCheckRelationshipsOrBuilderList()
      repeated .authzed.api.v0.RelationTuple check_relationships = 2;
    • getCheckRelationshipsOrBuilder

      Core.RelationTupleOrBuilder getCheckRelationshipsOrBuilder(int index)
      repeated .authzed.api.v0.RelationTuple check_relationships = 2;