LookupVersionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request for LookupVersion.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
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 .
|