Interface SchemaInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    RPC ID used to trace errors.
    com.google.protobuf.ByteString
    RPC ID used to trace errors.
    Schema fingerprint
    com.google.protobuf.ByteString
    Schema fingerprint
    Avro schema in JSON format
    com.google.protobuf.ByteString
    Avro schema in JSON format

    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

    • getSchemaJson

      String getSchemaJson()
       Avro schema in JSON format
       
      string schema_json = 1;
      Returns:
      The schemaJson.
    • getSchemaJsonBytes

      com.google.protobuf.ByteString getSchemaJsonBytes()
       Avro schema in JSON format
       
      string schema_json = 1;
      Returns:
      The bytes for schemaJson.
    • getSchemaId

      String getSchemaId()
       Schema fingerprint
       
      string schema_id = 2;
      Returns:
      The schemaId.
    • getSchemaIdBytes

      com.google.protobuf.ByteString getSchemaIdBytes()
       Schema fingerprint
       
      string schema_id = 2;
      Returns:
      The bytes for schemaId.
    • getRpcId

      String getRpcId()
       RPC ID used to trace errors.
       
      string rpc_id = 3;
      Returns:
      The rpcId.
    • getRpcIdBytes

      com.google.protobuf.ByteString getRpcIdBytes()
       RPC ID used to trace errors.
       
      string rpc_id = 3;
      Returns:
      The bytes for rpcId.