Interface SchemaRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SchemaRequest, SchemaRequest.Builder

public interface SchemaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Schema fingerprint for this event, which is a hash of the schema.
    com.google.protobuf.ByteString
    Schema fingerprint for this event, which is a hash of the schema.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSchemaId

      String getSchemaId()
       Schema fingerprint for this event, which is a hash of the schema.
       
      string schema_id = 1;
      Returns:
      The schemaId.
    • getSchemaIdBytes

      com.google.protobuf.ByteString getSchemaIdBytes()
       Schema fingerprint for this event, which is a hash of the schema.
       
      string schema_id = 1;
      Returns:
      The bytes for schemaId.