Click or drag to resize

ParseTimestampRequest Class

* A request to parse the timestamp from a string to a google.protobuf.Timestamp.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiParseTimestampRequest

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class ParseTimestampRequest : IMessage<ParseTimestampRequest>, 
	IMessage, IEquatable<ParseTimestampRequest>, IDeepCloneable<ParseTimestampRequest>, 
	IBufferMessage

The ParseTimestampRequest type exposes the following members.

Constructors
 NameDescription
Public methodParseTimestampRequestInitializes a new instance of the ParseTimestampRequest class
Public methodParseTimestampRequest(ParseTimestampRequest)Initializes a new instance of the ParseTimestampRequest class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyHasTimeZoneIdGets whether the "time_zone_id" field is set
Public propertyStatic memberParser 
Public propertyTimestamp The timestamp in string format.
Public propertyTimeZoneId The ID for the timezone.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberTimestampFieldNumberField number for the "timestamp" field.
Public fieldStatic memberTimeZoneIdFieldNumberField number for the "time_zone_id" field.
Top
See Also