projects

Get schema config at global level or for a subject.

get/v1/{+name}

Path parameters

namestring required

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.

Query parameters

defaultToGlobalboolean

Optional. If true, the config will fall back to the config at the global level if no subject level config is found.

Response

Successful response

Changes