ListSubjectsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request for listing subjects.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent schema registry/context whose subjects are to be listed. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry}
or
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}
|
subject_prefix |
str
Optional. The context to filter the subjects by, in the format of :.{context}:. If unset, all subjects in the
registry are returned. Set to empty string or add as
'?subjectPrefix=' at the end of this request to list
subjects in the default context.
This field is a member of oneof_ _subject_prefix.
|
deleted |
bool
Optional. If true, the response will include soft-deleted subjects. The default is false. This field is a member of oneof_ _deleted.
|