Managed Service for Apache Kafka V1 API - Module Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaType (v0.1.0)

Reference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaType.

Schema types.

Constants

SCHEMA_TYPE_UNSPECIFIED

value: 0
No schema type. The default will be AVRO.

AVRO

value: 1
Avro schema type.

JSON

value: 2
JSON schema type.

PROTOBUF

value: 3
Protobuf schema type.