Class GetSchemaConfigRequest (0.1.0)

GetSchemaConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.