Annotation Class |
public sealed class Annotation : IMessage<Annotation>, IMessage, IEquatable<Annotation>, IDeepCloneable<Annotation>, IBufferMessage
The Annotation type exposes the following members.
| Name | Description | |
|---|---|---|
| Annotation | Initializes a new instance of the Annotation class | |
| Annotation(Annotation) | Initializes a new instance of the Annotation class |
| Name | Description | |
|---|---|---|
| Descriptor | ||
| Entries | the entries of the annotation. | |
| IsDeleted | Whether or not the annotation is marked as deleted. | |
| Parser | ||
| Timestamp | The timestamp. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(Annotation) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(Annotation) | ||
| MergeFrom(CodedInputStream) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| EntriesFieldNumber | Field number for the "entries" field. | |
| IsDeletedFieldNumber | Field number for the "is_deleted" field. | |
| TimestampFieldNumber | Field number for the "timestamp" field. |