Click or drag to resize

ParseIntervalRequest Class

* A request to parse the interval from a string to a google.protobuf.Duration.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiParseIntervalRequest

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public sealed class ParseIntervalRequest : IMessage<ParseIntervalRequest>, 
	IMessage, IEquatable<ParseIntervalRequest>, IDeepCloneable<ParseIntervalRequest>, 
	IBufferMessage

The ParseIntervalRequest type exposes the following members.

Constructors
 NameDescription
Public methodParseIntervalRequestInitializes a new instance of the ParseIntervalRequest class
Public methodParseIntervalRequest(ParseIntervalRequest)Initializes a new instance of the ParseIntervalRequest class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyHasTimeZoneIdGets whether the "time_zone_id" field is set
Public propertyInterval The interval in string format.
Public propertyStatic memberParser 
Public propertyTimeZoneId The ID for the timezone.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberIntervalFieldNumberField number for the "interval" field.
Public fieldStatic memberTimeZoneIdFieldNumberField number for the "time_zone_id" field.
Top
See Also