CreateSchemaRegistryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request to create a schema registry instance.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent whose schema registry instance is to be created. Structured like: projects/{project}/locations/{location}
|
schema_registry_id |
str
Required. The schema registry instance ID to use for this schema registry. The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (-). The maximum length is 63 characters. The ID must not start with a number. |
schema_registry |
google.cloud.managedkafka_schemaregistry_v1.types.SchemaRegistry
Required. The schema registry instance to create. The name field is ignored. |