Interface ReadCounterValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReadCounterValue, ReadCounterValue.Builder

public interface ReadCounterValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    read_at is the ZedToken at which the relationship count applies.
    read_at is the ZedToken at which the relationship count applies.
    long
    relationship_count is the count of relationships that match the filter.
    boolean
    read_at is the ZedToken at which the relationship count applies.

    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

    • 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) = { ... }