Class SchemaVersion (0.1.0)

SchemaVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Version of a schema.

Attributes

Name Description
subject str
Required. The subject of the version.
version_id int
Required. The version ID
schema_id int
Required. The schema ID.
schema_type google.cloud.managedkafka_schemaregistry_v1.types.Schema.SchemaType
Optional. The schema type of the schema.
schema_payload str
Required. The schema payload.
references MutableSequence[google.cloud.managedkafka_schemaregistry_v1.types.Schema.SchemaReference]
Optional. The schema references used by the schema.