REST Resource: projects.locations.schemaRegistries

Resource: SchemaRegistry

SchemaRegistry is a schema registry instance.

JSON representation
{
  "name": string,
  "contexts": [
    string
  ]
}
Fields
name

string

Identifier. The name of the schema registry instance. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schemaRegistry} The instance name {schemaRegistry} can contain the following: * Up to 255 characters. * Letters (uppercase or lowercase), numbers, and underscores.

contexts[]

string

Output only. The contexts of the schema registry instance.

Methods

create

Create a schema registry instance.

delete

Delete a schema registry instance.

get

Get the schema registry instance.

list

List schema registries.