Package com.authzed.api.v0
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 Summary
Modifier and TypeMethodDescriptiongetCheckRelationships
(int index) repeated .authzed.api.v0.RelationTuple check_relationships = 2;
int
repeated .authzed.api.v0.RelationTuple check_relationships = 2;
repeated .authzed.api.v0.RelationTuple check_relationships = 2;
getCheckRelationshipsOrBuilder
(int index) repeated .authzed.api.v0.RelationTuple check_relationships = 2;
List<? extends Core.RelationTupleOrBuilder>
repeated .authzed.api.v0.RelationTuple check_relationships = 2;
.authzed.api.v0.RequestContext context = 1;
.authzed.api.v0.RequestContext context = 1;
boolean
.authzed.api.v0.RequestContext context = 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
-
hasContext
boolean hasContext().authzed.api.v0.RequestContext context = 1;
- Returns:
- Whether the context field is set.
-
getContext
Developer.RequestContext 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
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
repeated .authzed.api.v0.RelationTuple check_relationships = 2;
-