Interface ReadSchemaResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    read_at is the ZedToken at which the schema was read.
    read_at is the ZedToken at which the schema was read.
    schema_text is the textual form of the current schema in the system
    com.google.protobuf.ByteString
    schema_text is the textual form of the current schema in the system
    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

    • getSchemaText

      String getSchemaText()
       schema_text is the textual form of the current schema in the system
       
      string schema_text = 1;
      Returns:
      The schemaText.
    • getSchemaTextBytes

      com.google.protobuf.ByteString getSchemaTextBytes()
       schema_text is the textual form of the current schema in the system
       
      string schema_text = 1;
      Returns:
      The bytes for schemaText.
    • hasReadAt

      boolean hasReadAt()
       read_at is the ZedToken at which the schema was read.
       
      .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 schema was read.
       
      .authzed.api.v1.ZedToken read_at = 2 [(.validate.rules) = { ... }
      Returns:
      The readAt.
    • getReadAtOrBuilder

      ZedTokenOrBuilder getReadAtOrBuilder()
       read_at is the ZedToken at which the schema was read.
       
      .authzed.api.v1.ZedToken read_at = 2 [(.validate.rules) = { ... }