Store |
public sealed class StoreAnnotationRequestItem : IMessage<StoreAnnotationRequestItem>, IMessage, IEquatable<StoreAnnotationRequestItem>, IDeepCloneable<StoreAnnotationRequestItem>, IBufferMessage
The StoreAnnotationRequestItem type exposes the following members.
| Name | Description | |
|---|---|---|
| StoreAnnotationRequestItem | Initializes a new instance of the StoreAnnotationRequestItem class | |
| StoreAnnotationRequestItem(StoreAnnotationRequestItem) | Initializes a new instance of the StoreAnnotationRequestItem class |
| Name | Description | |
|---|---|---|
| AnnotationMessage | The annotation itself. | |
| AnnotationTimeStamp | The timestamp of the annotation. | |
| CreatedAt | The timestamp of when the annotation is created. This is only needed if it is different than the annotation timestamp. | |
| Descriptor | ||
| Parser | ||
| TagName | The name of the tag. | |
| TagPrefix | The prefix of the tag to be annotated. | |
| UserId | The user who created the annotation. | |
| Visible | Whether or not the annotation should be visible. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(StoreAnnotationRequestItem) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(StoreAnnotationRequestItem) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| AnnotationMessageFieldNumber | Field number for the "annotation_message" field. | |
| AnnotationTimeStampFieldNumber | Field number for the "annotation_time_stamp" field. | |
| CreatedAtFieldNumber | Field number for the "created_at" field. | |
| TagNameFieldNumber | Field number for the "tag_name" field. | |
| TagPrefixFieldNumber | Field number for the "tag_prefix" field. | |
| UserIdFieldNumber | Field number for the "user_id" field. | |
| VisibleFieldNumber | Field number for the "visible" field. |