Class CreateSchemaRegistryRequest
Request to create a schema registry instance.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class CreateSchemaRegistryRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SchemaRegistry
Required. The schema registry instance to create. The name field is ignored.
Declaration
[JsonProperty("schemaRegistry")]
public virtual SchemaRegistry SchemaRegistry { get; set; }
Property Value
Type | Description |
---|---|
SchemaRegistry |
SchemaRegistryId
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.
Declaration
[JsonProperty("schemaRegistryId")]
public virtual string SchemaRegistryId { get; set; }
Property Value
Type | Description |
---|---|
string |