Method: projects.locations.schemaRegistries.list

List schema registries.

HTTP request

GET https://managedkafka.googleapis.com/v1/{parent=projects/*/locations/*}/schemaRegistries

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent whose schema registry instances are to be listed. Structured like: projects/{project}/locations/{location}

Request body

The request body must be empty.

Response body

Request for schemaRegistries.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "schemaRegistries": [
    {
      object (SchemaRegistry)
    }
  ]
}
Fields
schemaRegistries[]

object (SchemaRegistry)

The schema registry instances.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.