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