Package com.authzed.api.v1
Interface ExportBulkRelationshipsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportBulkRelationshipsResponse
,ExportBulkRelationshipsResponse.Builder
public interface ExportBulkRelationshipsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.authzed.api.v1.Cursor after_result_cursor = 1;
.authzed.api.v1.Cursor after_result_cursor = 1;
getRelationships
(int index) repeated .authzed.api.v1.Relationship relationships = 2;
int
repeated .authzed.api.v1.Relationship relationships = 2;
repeated .authzed.api.v1.Relationship relationships = 2;
getRelationshipsOrBuilder
(int index) repeated .authzed.api.v1.Relationship relationships = 2;
List<? extends RelationshipOrBuilder>
repeated .authzed.api.v1.Relationship relationships = 2;
boolean
.authzed.api.v1.Cursor after_result_cursor = 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
-
hasAfterResultCursor
boolean hasAfterResultCursor().authzed.api.v1.Cursor after_result_cursor = 1;
- Returns:
- Whether the afterResultCursor field is set.
-
getAfterResultCursor
Cursor getAfterResultCursor().authzed.api.v1.Cursor after_result_cursor = 1;
- Returns:
- The afterResultCursor.
-
getAfterResultCursorOrBuilder
CursorOrBuilder getAfterResultCursorOrBuilder().authzed.api.v1.Cursor after_result_cursor = 1;
-
getRelationshipsList
List<Relationship> getRelationshipsList()repeated .authzed.api.v1.Relationship relationships = 2;
-
getRelationships
repeated .authzed.api.v1.Relationship relationships = 2;
-
getRelationshipsCount
int getRelationshipsCount()repeated .authzed.api.v1.Relationship relationships = 2;
-
getRelationshipsOrBuilderList
List<? extends RelationshipOrBuilder> getRelationshipsOrBuilderList()repeated .authzed.api.v1.Relationship relationships = 2;
-
getRelationshipsOrBuilder
repeated .authzed.api.v1.Relationship relationships = 2;
-