Show / Hide Table of Contents

Class CreateSchemaRegistryRequest

Request to create a schema registry instance.

Inheritance
object
CreateSchemaRegistryRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX