GetSchemaConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request for getting config.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The resource name to get the config for. It can be either of following: - projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config: Get config at global level. - projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}: Get config for a specific subject. |
default_to_global |
bool
Optional. If true, the config will fall back to the config at the global level if no subject level config is found. This field is a member of oneof_ _default_to_global.
|