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.
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; }
Methods
CalculateSize()
public int CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
The number of bytes required to write this message to a coded output stream.
Clone()
public FieldInfo Clone()
Creates a deep clone of this object.
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)
Merges the given message into this one.
See the user guide for precise merge semantics.
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)
Merges the data from the specified coded input stream with the current message.
See the user guide for precise merge semantics.
ToString()
public override string ToString()
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)
Writes the data to the given coded output stream.
output