Google Cloud Managed Kafka Schema Registry V1 Client - Class SchemaType (0.1.1)

Reference documentation and code samples for the Google Cloud Managed Kafka Schema Registry V1 Client class SchemaType.

Schema types.

Protobuf type google.cloud.managedkafka.schemaregistry.v1.Schema.SchemaType

Namespace

Google \ Cloud \ ManagedKafka \ SchemaRegistry \ V1 \ Schema

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SCHEMA_TYPE_UNSPECIFIED

Value: 0

No schema type. The default will be AVRO.

Generated from protobuf enum SCHEMA_TYPE_UNSPECIFIED = 0;

AVRO

Value: 1

Avro schema type.

Generated from protobuf enum AVRO = 1;

JSON

Value: 2

JSON schema type.

Generated from protobuf enum JSON = 2;

PROTOBUF

Value: 3

Protobuf schema type.

Generated from protobuf enum PROTOBUF = 3;