[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eInterval\u003c/code\u003e class within the Google Cloud Discovery Engine v1 API, specifically the latest version 1.6.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInterval\u003c/code\u003e class represents a floating-point interval and can be used to define ranges with either inclusive or exclusive upper and lower bounds.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties to set and get the \u003ccode\u003eExclusiveMaximum\u003c/code\u003e, \u003ccode\u003eExclusiveMinimum\u003c/code\u003e, \u003ccode\u003eMaximum\u003c/code\u003e, and \u003ccode\u003eMinimum\u003c/code\u003e values, each representing either inclusive or exclusive boundaries.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInterval\u003c/code\u003e class has constructors for creating a new interval instance and copying an existing interval, it also implements several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe different versions of the \u003ccode\u003eInterval\u003c/code\u003e class documentation are available, starting from 1.6.0 as the latest, down to 1.0.0-beta06.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1 API - Class Interval (1.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.9.0 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.Interval)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.8.0/Google.Cloud.DiscoveryEngine.V1.Interval)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.7.0/Google.Cloud.DiscoveryEngine.V1.Interval)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.6.0/Google.Cloud.DiscoveryEngine.V1.Interval)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.5.0/Google.Cloud.DiscoveryEngine.V1.Interval)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.4.0/Google.Cloud.DiscoveryEngine.V1.Interval)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.3.0/Google.Cloud.DiscoveryEngine.V1.Interval)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.2.0/Google.Cloud.DiscoveryEngine.V1.Interval)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.1.0/Google.Cloud.DiscoveryEngine.V1.Interval)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.0.0-beta06/Google.Cloud.DiscoveryEngine.V1.Interval) \n\n public sealed class Interval : IMessage\u003cInterval\u003e, IEquatable\u003cInterval\u003e, IDeepCloneable\u003cInterval\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1 API class Interval.\n\nA floating point interval. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Interval \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Interval](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.Interval), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Interval](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.Interval), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Interval](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.Interval), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1.dll\n\nConstructors\n------------\n\n### Interval()\n\n public Interval()\n\n### Interval(Interval)\n\n public Interval(Interval other)\n\nProperties\n----------\n\n### ExclusiveMaximum\n\n public double ExclusiveMaximum { get; set; }\n\nExclusive upper bound.\n\n### ExclusiveMinimum\n\n public double ExclusiveMinimum { get; set; }\n\nExclusive lower bound.\n\n### HasExclusiveMaximum\n\n public bool HasExclusiveMaximum { get; }\n\nGets whether the \"exclusive_maximum\" field is set\n\n### HasExclusiveMinimum\n\n public bool HasExclusiveMinimum { get; }\n\nGets whether the \"exclusive_minimum\" field is set\n\n### HasMaximum\n\n public bool HasMaximum { get; }\n\nGets whether the \"maximum\" field is set\n\n### HasMinimum\n\n public bool HasMinimum { get; }\n\nGets whether the \"minimum\" field is set\n\n### MaxCase\n\n public Interval.MaxOneofCase MaxCase { get; }\n\n### Maximum\n\n public double Maximum { get; set; }\n\nInclusive upper bound.\n\n### MinCase\n\n public Interval.MinOneofCase MinCase { get; }\n\n### Minimum\n\n public double Minimum { get; set; }\n\nInclusive lower bound."]]