Package com.authzed.api.materialize.v0
Interface ExperimentalCountRelationshipsByFilterResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExperimentalCountRelationshipsByFilterResponse,ExperimentalCountRelationshipsByFilterResponse.Builder
@Generated
public interface ExperimentalCountRelationshipsByFilterResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionread_at is the ZedToken at which the relationship count applies.read_at is the ZedToken at which the relationship count applies.longrelationship_count is the count of relationships that match the filter.booleanread_at is the ZedToken at which the relationship count applies.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRelationshipCount
long getRelationshipCount()relationship_count is the count of relationships that match the filter.
uint64 relationship_count = 1;- Returns:
- The relationshipCount.
-
hasReadAt
boolean hasReadAt()read_at is the ZedToken at which the relationship count applies.
.authzed.api.v1.ZedToken read_at = 2 [(.validate.rules) = { ... }- Returns:
- Whether the readAt field is set.
-
getReadAt
ZedToken getReadAt()read_at is the ZedToken at which the relationship count applies.
.authzed.api.v1.ZedToken read_at = 2 [(.validate.rules) = { ... }- Returns:
- The readAt.
-
getReadAtOrBuilder
ZedTokenOrBuilder getReadAtOrBuilder()read_at is the ZedToken at which the relationship count applies.
.authzed.api.v1.ZedToken read_at = 2 [(.validate.rules) = { ... }
-