Interface DiffSchemaResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getDiffs(int index)
    repeated .authzed.api.v1.ReflectionSchemaDiff diffs = 1;
    int
    repeated .authzed.api.v1.ReflectionSchemaDiff diffs = 1;
    repeated .authzed.api.v1.ReflectionSchemaDiff diffs = 1;
    getDiffsOrBuilder(int index)
    repeated .authzed.api.v1.ReflectionSchemaDiff diffs = 1;
    repeated .authzed.api.v1.ReflectionSchemaDiff diffs = 1;
    read_at is the ZedToken at which the schema was read.
    read_at is the ZedToken at which the schema was read.
    boolean
    read_at is the ZedToken at which the schema was read.

    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

    • getDiffsList

      List<ReflectionSchemaDiff> getDiffsList()
      repeated .authzed.api.v1.ReflectionSchemaDiff diffs = 1;
    • getDiffs

      ReflectionSchemaDiff getDiffs(int index)
      repeated .authzed.api.v1.ReflectionSchemaDiff diffs = 1;
    • getDiffsCount

      int getDiffsCount()
      repeated .authzed.api.v1.ReflectionSchemaDiff diffs = 1;
    • getDiffsOrBuilderList

      List<? extends ReflectionSchemaDiffOrBuilder> getDiffsOrBuilderList()
      repeated .authzed.api.v1.ReflectionSchemaDiff diffs = 1;
    • getDiffsOrBuilder

      ReflectionSchemaDiffOrBuilder getDiffsOrBuilder(int index)
      repeated .authzed.api.v1.ReflectionSchemaDiff diffs = 1;
    • hasReadAt

      boolean hasReadAt()
       read_at is the ZedToken at which the schema was read.
       
      .authzed.api.v1.ZedToken read_at = 2;
      Returns:
      Whether the readAt field is set.
    • getReadAt

      ZedToken getReadAt()
       read_at is the ZedToken at which the schema was read.
       
      .authzed.api.v1.ZedToken read_at = 2;
      Returns:
      The readAt.
    • getReadAtOrBuilder

      ZedTokenOrBuilder getReadAtOrBuilder()
       read_at is the ZedToken at which the schema was read.
       
      .authzed.api.v1.ZedToken read_at = 2;