public sealed class FieldInfo : IMessage<FieldInfo>, IEquatable<FieldInfo>, IDeepCloneable<FieldInfo>, IBufferMessage, IMessage
Rich semantic information of an API field beyond basic typing.
Implements
IMessage FieldInfo , IEquatable FieldInfo , IDeepCloneable FieldInfo , IBufferMessage , IMessageNamespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Constructors
FieldInfo()
public FieldInfo()
FieldInfo(FieldInfo)
public FieldInfo(FieldInfo other)
Fields
FormatFieldNumber
public
const
int
FormatFieldNumber
=
1
Field number for the "format" field.
ReferencedTypesFieldNumber
public
const
int
ReferencedTypesFieldNumber
=
2
Field number for the "referenced_types" field.
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Format
public FieldInfo.Types.Format Format { get; set; }
The standard format of a field value. This does not explicitly configure any API consumer, just documents the API's format for the field it is applied to.
Parser
public static MessageParser<FieldInfo> Parser { get; }
ReferencedTypes
public RepeatedField<TypeReference> ReferencedTypes { get; }
The type(s) that the annotated, generic field may represent.
Currently, this must only be used on fields of type google.protobuf.Any
.
Supporting other generic types may be considered in the future.
Methods
CalculateSize()
public int CalculateSize()
Clone()
public FieldInfo Clone()
Equals(FieldInfo)
public bool Equals(FieldInfo other)
Equals(object)
public override bool Equals(object other)
GetHashCode()
public override int GetHashCode()
MergeFrom(FieldInfo)
public void MergeFrom(FieldInfo other)
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)
ToString()
public override string ToString()
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)

