Class LookupVersionRequest (0.1.0)

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

Attributes

Name Description
parent str
Required. The subject to lookup the schema in. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject} or projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}
schema_type google.cloud.managedkafka_schemaregistry_v1.types.Schema.SchemaType
Optional. The schema type of the schema. This field is a member of oneof_ _schema_type.
schema str
Required. The schema payload
references MutableSequence[google.cloud.managedkafka_schemaregistry_v1.types.Schema.SchemaReference]
Optional. The schema references used by the schema.
normalize bool
Optional. If true, the schema will be normalized before being looked up. The default is false. This field is a member of oneof_ _normalize.
deleted bool
Optional. If true, soft-deleted versions will be included in lookup, no matter if the subject is active or soft-deleted. If false, soft-deleted versions will be excluded. The default is false. This field is a member of oneof_ _deleted.