Parse |
public sealed class ParseTimestampRequest : IMessage<ParseTimestampRequest>, IMessage, IEquatable<ParseTimestampRequest>, IDeepCloneable<ParseTimestampRequest>, IBufferMessage
The ParseTimestampRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| ParseTimestampRequest | Initializes a new instance of the ParseTimestampRequest class | |
| ParseTimestampRequest(ParseTimestampRequest) | Initializes a new instance of the ParseTimestampRequest class |
| Name | Description | |
|---|---|---|
| Descriptor | ||
| HasTimeZoneId | Gets whether the "time_zone_id" field is set | |
| Parser | ||
| Timestamp | The timestamp in string format. | |
| TimeZoneId | The ID for the timezone. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| ClearTimeZoneId | Clears the value of the "time_zone_id" field | |
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(ParseTimestampRequest) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(ParseTimestampRequest) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| TimestampFieldNumber | Field number for the "timestamp" field. | |
| TimeZoneIdFieldNumber | Field number for the "time_zone_id" field. |