Schema(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Schema for a Kafka message.
Attributes |
|
---|---|
Name | Description |
schema_type |
google.cloud.managedkafka_schemaregistry_v1.types.Schema.SchemaType
Optional. The schema type of the schema. |
schema_payload |
str
The schema payload. |
references |
MutableSequence[google.cloud.managedkafka_schemaregistry_v1.types.Schema.SchemaReference]
Optional. The schema references used by the schema. |
Classes
SchemaReference
SchemaReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)
SchemaReference is a reference to a schema.
SchemaType
SchemaType(value)
Schema types.