Interface SchemaStorageFormat.SchemaEntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SchemaStorageFormat.SchemaEntry, SchemaStorageFormat.SchemaEntry.Builder
Enclosing class:
SchemaStorageFormat

public static interface SchemaStorageFormat.SchemaEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasSchemaData

      boolean hasSchemaData()
      required bytes schema_data = 2;
      Returns:
      Whether the schemaData field is set.
    • getSchemaData

      com.google.protobuf.ByteString getSchemaData()
      required bytes schema_data = 2;
      Returns:
      The schemaData.
    • getIndexList

      repeated .pulsar.schema.IndexEntry index = 5;
    • getIndex

      SchemaStorageFormat.IndexEntry getIndex(int index)
      repeated .pulsar.schema.IndexEntry index = 5;
    • getIndexCount

      int getIndexCount()
      repeated .pulsar.schema.IndexEntry index = 5;
    • getIndexOrBuilderList

      List<? extends SchemaStorageFormat.IndexEntryOrBuilder> getIndexOrBuilderList()
      repeated .pulsar.schema.IndexEntry index = 5;
    • getIndexOrBuilder

      SchemaStorageFormat.IndexEntryOrBuilder getIndexOrBuilder(int index)
      repeated .pulsar.schema.IndexEntry index = 5;