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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class GetSchemaConfigRequest (0.1.0)\n\n GetSchemaConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nRequest for getting config.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e"]]