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: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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