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 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

      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

      repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;
    • getPropsOrBuilder

      repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;