Package com.authzed.api.v0
Interface Developer.RequestContextOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Developer.RequestContext
,Developer.RequestContext.Builder
- Enclosing class:
- Developer
public static interface Developer.RequestContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRelationships
(int index) repeated .authzed.api.v0.RelationTuple relationships = 2;
int
repeated .authzed.api.v0.RelationTuple relationships = 2;
repeated .authzed.api.v0.RelationTuple relationships = 2;
getRelationshipsOrBuilder
(int index) repeated .authzed.api.v0.RelationTuple relationships = 2;
List<? extends Core.RelationTupleOrBuilder>
repeated .authzed.api.v0.RelationTuple relationships = 2;
string schema = 1;
com.google.protobuf.ByteString
string schema = 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
-
getSchema
String getSchema()string schema = 1;
- Returns:
- The schema.
-
getSchemaBytes
com.google.protobuf.ByteString getSchemaBytes()string schema = 1;
- Returns:
- The bytes for schema.
-
getRelationshipsList
List<Core.RelationTuple> getRelationshipsList()repeated .authzed.api.v0.RelationTuple relationships = 2;
-
getRelationships
repeated .authzed.api.v0.RelationTuple relationships = 2;
-
getRelationshipsCount
int getRelationshipsCount()repeated .authzed.api.v0.RelationTuple relationships = 2;
-
getRelationshipsOrBuilderList
List<? extends Core.RelationTupleOrBuilder> getRelationshipsOrBuilderList()repeated .authzed.api.v0.RelationTuple relationships = 2;
-
getRelationshipsOrBuilder
repeated .authzed.api.v0.RelationTuple relationships = 2;
-