Ad |
public sealed class AdHocEvent : IMessage<AdHocEvent>, IMessage, IEquatable<AdHocEvent>, IDeepCloneable<AdHocEvent>, IBufferMessage
The AdHocEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| AdHocEvent | Initializes a new instance of the AdHocEvent class | |
| AdHocEvent(AdHocEvent) | Initializes a new instance of the AdHocEvent class |
| Name | Description | |
|---|---|---|
| Descriptor | ||
| EndsAt | The end time of the event. | |
| Parser | ||
| Properties | The properties of the event. | |
| Source | The source of the event. | |
| StartsAt | The start time of the event. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(AdHocEvent) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(AdHocEvent) | ||
| MergeFrom(CodedInputStream) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| EndsAtFieldNumber | Field number for the "ends_at" field. | |
| PropertiesFieldNumber | Field number for the "properties" field. | |
| SourceFieldNumber | Field number for the "source" field. | |
| StartsAtFieldNumber | Field number for the "starts_at" field. |