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 \ SchemaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SCHEMA_TYPE_UNSPECIFIED
Value: 0No schema type. The default will be AVRO.
Generated from protobuf enum SCHEMA_TYPE_UNSPECIFIED = 0;
AVRO
Value: 1Avro schema type.
Generated from protobuf enum AVRO = 1;
JSON
Value: 2JSON schema type.
Generated from protobuf enum JSON = 2;
PROTOBUF
Value: 3Protobuf schema type.
Generated from protobuf enum PROTOBUF = 3;