Interface SchemaRegistryFormat.SchemaInfoOrBuilder

    • Method Detail

      • hasSchemaId

        boolean hasSchemaId()
        required string schema_id = 1;
        Returns:
        Whether the schemaId field is set.
      • getSchemaId

        java.lang.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

        java.lang.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.
      • 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.
      • getPropsCount

        int getPropsCount()
        repeated .pulsar.schema.SchemaInfo.KeyValuePair props = 7;