public sealed class SupportedDatabaseFlag.Types.IntegerRestrictions : IMessage<SupportedDatabaseFlag.Types.IntegerRestrictions>, IEquatable<SupportedDatabaseFlag.Types.IntegerRestrictions>, IDeepCloneable<SupportedDatabaseFlag.Types.IntegerRestrictions>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class SupportedDatabaseFlag.Types.IntegerRestrictions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `SupportedDatabaseFlag.Types.IntegerRestrictions` class within the AlloyDB v1alpha API, specifically version 1.0.0-alpha09."],["The `IntegerRestrictions` class is designed to define limitations on INTEGER type values, offering functionality related to `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and can be constructed via two constructors: a default `IntegerRestrictions()` and one accepting another `IntegerRestrictions` instance."],["It exposes two properties, `MaxValue` and `MinValue`, both nullable longs, representing the upper and lower bounds of an allowed range for the INTEGER."],["This class is part of the `Google.Cloud.AlloyDb.V1Alpha` namespace and is contained within the `Google.Cloud.AlloyDb.V1Alpha.dll` assembly."]]],[]]