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
Modifier and TypeMethodDescriptiongetIndex(int index) repeated .pulsar.schema.IndexEntry index = 5;intrepeated .pulsar.schema.IndexEntry index = 5;repeated .pulsar.schema.IndexEntry index = 5;getIndexOrBuilder(int index) repeated .pulsar.schema.IndexEntry index = 5;List<? extends SchemaStorageFormat.IndexEntryOrBuilder>repeated .pulsar.schema.IndexEntry index = 5;com.google.protobuf.ByteStringrequired bytes schema_data = 2;booleanrequired bytes schema_data = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
List<SchemaStorageFormat.IndexEntry> getIndexList()repeated .pulsar.schema.IndexEntry index = 5; -
getIndex
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
repeated .pulsar.schema.IndexEntry index = 5;
-