Class SchemaRegistry
SchemaRegistry is a schema registry instance.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class SchemaRegistry : IDirectResponseSchema
Properties
Contexts
Output only. The contexts of the schema registry instance.
Declaration
[JsonProperty("contexts")]
public virtual IList<string> Contexts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The name of the schema registry instance. Structured like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}
The instance name
{schema_registry} can contain the following: * Up to 255 characters. * Letters (uppercase or lowercase),
numbers, and underscores.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |