Click or drag to resize

ParseIntervalResponse Class

* The response from parsing a string interval to a google.protobuf.Duration.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiParseIntervalResponse

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 ParseIntervalResponse : IMessage<ParseIntervalResponse>, 
	IMessage, IEquatable<ParseIntervalResponse>, IDeepCloneable<ParseIntervalResponse>, 
	IBufferMessage

The ParseIntervalResponse type exposes the following members.

Constructors
 NameDescription
Public methodParseIntervalResponseInitializes a new instance of the ParseIntervalResponse class
Public methodParseIntervalResponse(ParseIntervalResponse)Initializes a new instance of the ParseIntervalResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status of the parse.
Public propertyInterval The parsed interval.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberIntervalFieldNumberField number for the "interval" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also