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 v1 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 document provides reference information for the `SupportedDatabaseFlag.Types.IntegerRestrictions` class within the Google Cloud AlloyDB v1 API, focusing on version 1.3.0 but also listing versions from 1.0.0 through 1.9.0."],["The `IntegerRestrictions` class defines restrictions for integer type values used in database flags, inheriting from the .NET `object` class and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `IntegerRestrictions()` and a constructor that accepts another `IntegerRestrictions` object as a parameter for copying, `IntegerRestrictions(SupportedDatabaseFlag.Types.IntegerRestrictions other)`."],["It includes properties `MaxValue` and `MinValue`, both of type `long?`, which represent the maximum and minimum allowable values for an integer type, respectively."],["The namespace for this class is `Google.Cloud.AlloyDb.V1`, and it is part of the `Google.Cloud.AlloyDb.V1.dll` assembly."]]],[]]