confluent-kafka-dotnet
Show / Hide Table of Contents

Class MetaExtensions

Holder for extension identifiers generated from the top level of confluent/meta.proto

Inheritance
object
MetaExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry.Serdes.Protobuf
Assembly: Confluent.SchemaRegistry.Serdes.Protobuf.dll
Syntax
public static class MetaExtensions

Fields

EnumMeta

Declaration
public static readonly Extension<EnumOptions, Meta> EnumMeta
Field Value
Type Description
Extension<EnumOptions, Meta>

EnumValueMeta

Declaration
public static readonly Extension<EnumValueOptions, Meta> EnumValueMeta
Field Value
Type Description
Extension<EnumValueOptions, Meta>

FieldMeta

Declaration
public static readonly Extension<FieldOptions, Meta> FieldMeta
Field Value
Type Description
Extension<FieldOptions, Meta>

FileMeta

Declaration
public static readonly Extension<FileOptions, Meta> FileMeta
Field Value
Type Description
Extension<FileOptions, Meta>

MessageMeta

Declaration
public static readonly Extension<MessageOptions, Meta> MessageMeta
Field Value
Type Description
Extension<MessageOptions, Meta>
In this article