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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaStorageFormat.IndexEntrygetIndex(int index)repeated .pulsar.schema.IndexEntry index = 5;intgetIndexCount()repeated .pulsar.schema.IndexEntry index = 5;java.util.List<SchemaStorageFormat.IndexEntry>getIndexList()repeated .pulsar.schema.IndexEntry index = 5;SchemaStorageFormat.IndexEntryOrBuildergetIndexOrBuilder(int index)repeated .pulsar.schema.IndexEntry index = 5;java.util.List<? extends SchemaStorageFormat.IndexEntryOrBuilder>getIndexOrBuilderList()repeated .pulsar.schema.IndexEntry index = 5;com.google.protobuf.ByteStringgetSchemaData()required bytes schema_data = 2;booleanhasSchemaData()required bytes schema_data = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.util.List<SchemaStorageFormat.IndexEntry> 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
java.util.List<? extends SchemaStorageFormat.IndexEntryOrBuilder> getIndexOrBuilderList()
repeated .pulsar.schema.IndexEntry index = 5;
-
getIndexOrBuilder
SchemaStorageFormat.IndexEntryOrBuilder getIndexOrBuilder(int index)
repeated .pulsar.schema.IndexEntry index = 5;
-
-