ListSchemaVersionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request for ListSchemaVersions.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The schema whose schema versions are to be listed. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/schemas/ids/{schema}
or
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/schemas/ids/{schema}
|
subject |
str
Optional. The subject to filter the subjects by. This field is a member of oneof_ _subject.
|
deleted |
bool
Optional. If true, the response will include soft-deleted versions of the schema, even if the subject is soft-deleted. The default is false. This field is a member of oneof_ _deleted.
|