Click or drag to resize

ParseTimestampResponse Class

* The response from parsing a string timestamp to a google.protobuf.Timestamp.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiParseTimestampResponse

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntax
C#
public sealed class ParseTimestampResponse : IMessage<ParseTimestampResponse>, 
	IMessage, IEquatable<ParseTimestampResponse>, IDeepCloneable<ParseTimestampResponse>, 
	IBufferMessage

The ParseTimestampResponse type exposes the following members.

Constructors
 NameDescription
Public methodParseTimestampResponseInitializes a new instance of the ParseTimestampResponse class
Public methodParseTimestampResponse(ParseTimestampResponse)Initializes a new instance of the ParseTimestampResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status of the parse.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Public propertyTimestamp The parsed timestamp.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Public fieldStatic memberTimestampFieldNumberField number for the "timestamp" field.
Top
See Also