Google.Protobuf.WellKnownTypes.Type
public sealed class Type : IMessage<Type>, IMessage, IEquatable<Type>, IDeepCloneable<Type>, IBufferMessage
A protocol buffer message type.
New usages of this message as an alternative to DescriptorProto are strongly
discouraged. This message does not reliability preserve all information
necessary to model the schema and preserve semantics. Instead make use of
FileDescriptorSet which preserves the necessary information.
Field number for the "edition" field.
Field number for the "fields" field.
Field number for the "name" field.
Field number for the "oneofs" field.
Field number for the "options" field.
Field number for the "source_context" field.
Field number for the "syntax" field.
The source edition string, only valid when syntax is SYNTAX_EDITIONS.
The list of fields.
The fully qualified message name.
The list of types appearing in `oneof` definitions in this type.
The protocol buffer options.
The source context.
The source syntax.
public Type()