Interface SchemaRegistryFormat.SchemaInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SchemaRegistryFormat.SchemaInfo,SchemaRegistryFormat.SchemaInfo.Builder
- Enclosing class:
- SchemaRegistryFormat
public static interface SchemaRegistryFormat.SchemaInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanrequired bool deleted = 6;getProps(int index) repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;intrepeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;getPropsOrBuilder(int index) repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;com.google.protobuf.ByteStringrequired bytes schema = 4;required string schema_id = 1;com.google.protobuf.ByteStringrequired string schema_id = 1;longrequired int64 timestamp = 5;getType()required .pulsar.schema.SchemaInfo.SchemaType type = 3;getUser()required string user = 2;com.google.protobuf.ByteStringrequired string user = 2;booleanrequired bool deleted = 6;booleanrequired bytes schema = 4;booleanrequired string schema_id = 1;booleanrequired int64 timestamp = 5;booleanhasType()required .pulsar.schema.SchemaInfo.SchemaType type = 3;booleanhasUser()required string user = 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
-
hasSchemaId
boolean hasSchemaId()required string schema_id = 1;- Returns:
- Whether the schemaId field is set.
-
getSchemaId
String getSchemaId()required string schema_id = 1;- Returns:
- The schemaId.
-
getSchemaIdBytes
com.google.protobuf.ByteString getSchemaIdBytes()required string schema_id = 1;- Returns:
- The bytes for schemaId.
-
hasUser
boolean hasUser()required string user = 2;- Returns:
- Whether the user field is set.
-
getUser
String getUser()required string user = 2;- Returns:
- The user.
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()required string user = 2;- Returns:
- The bytes for user.
-
hasType
boolean hasType()required .pulsar.schema.SchemaInfo.SchemaType type = 3;- Returns:
- Whether the type field is set.
-
getType
required .pulsar.schema.SchemaInfo.SchemaType type = 3;- Returns:
- The type.
-
hasSchema
boolean hasSchema()required bytes schema = 4;- Returns:
- Whether the schema field is set.
-
getSchema
com.google.protobuf.ByteString getSchema()required bytes schema = 4;- Returns:
- The schema.
-
hasTimestamp
boolean hasTimestamp()required int64 timestamp = 5;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()required int64 timestamp = 5;- Returns:
- The timestamp.
-
hasDeleted
boolean hasDeleted()required bool deleted = 6;- Returns:
- Whether the deleted field is set.
-
getDeleted
boolean getDeleted()required bool deleted = 6;- Returns:
- The deleted.
-
getPropsList
List<SchemaRegistryFormat.SchemaInfo.KeyValuePair> getPropsList()repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7; -
getProps
repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7; -
getPropsCount
int getPropsCount()repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7; -
getPropsOrBuilderList
List<? extends SchemaRegistryFormat.SchemaInfo.KeyValuePairOrBuilder> getPropsOrBuilderList()repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7; -
getPropsOrBuilder
repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;
-