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