public static interface SchemaStorageFormat.SchemaEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SchemaStorageFormat.IndexEntry |
getIndex(int index)
repeated .pulsar.schema.IndexEntry index = 5; |
int |
getIndexCount()
repeated .pulsar.schema.IndexEntry index = 5; |
List<SchemaStorageFormat.IndexEntry> |
getIndexList()
repeated .pulsar.schema.IndexEntry index = 5; |
SchemaStorageFormat.IndexEntryOrBuilder |
getIndexOrBuilder(int index)
repeated .pulsar.schema.IndexEntry index = 5; |
List<? extends SchemaStorageFormat.IndexEntryOrBuilder> |
getIndexOrBuilderList()
repeated .pulsar.schema.IndexEntry index = 5; |
com.google.protobuf.ByteString |
getSchemaData()
required bytes schema_data = 2; |
boolean |
hasSchemaData()
required bytes schema_data = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSchemaData()
required bytes schema_data = 2;com.google.protobuf.ByteString getSchemaData()
required bytes schema_data = 2;List<SchemaStorageFormat.IndexEntry> getIndexList()
repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.IndexEntry getIndex(int index)
repeated .pulsar.schema.IndexEntry index = 5;int getIndexCount()
repeated .pulsar.schema.IndexEntry index = 5;List<? extends SchemaStorageFormat.IndexEntryOrBuilder> getIndexOrBuilderList()
repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.IndexEntryOrBuilder getIndexOrBuilder(int index)
repeated .pulsar.schema.IndexEntry index = 5;Copyright © 2017–2021 Apache Software Foundation. All rights reserved.