public sealed class SupportedDatabaseFlag.Types.IntegerRestrictions : IMessage<SupportedDatabaseFlag.Types.IntegerRestrictions>, IEquatable<SupportedDatabaseFlag.Types.IntegerRestrictions>, IDeepCloneable<SupportedDatabaseFlag.Types.IntegerRestrictions>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1beta API class SupportedDatabaseFlag.Types.IntegerRestrictions.
Restrictions on INTEGER type values.
Implements
IMessageSupportedDatabaseFlagTypesIntegerRestrictions, IEquatableSupportedDatabaseFlagTypesIntegerRestrictions, IDeepCloneableSupportedDatabaseFlagTypesIntegerRestrictions, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
IntegerRestrictions()
public IntegerRestrictions()IntegerRestrictions(IntegerRestrictions)
public IntegerRestrictions(SupportedDatabaseFlag.Types.IntegerRestrictions other)| Parameter | |
|---|---|
| Name | Description |
other |
SupportedDatabaseFlagTypesIntegerRestrictions |
Properties
MaxValue
public long? MaxValue { get; set; }The maximum value that can be specified, if applicable.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MinValue
public long? MinValue { get; set; }The minimum value that can be specified, if applicable.
| Property Value | |
|---|---|
| Type | Description |
long |
|