public sealed class SupportedDatabaseFlag.Types.StringRestrictions : IMessage<SupportedDatabaseFlag.Types.StringRestrictions>, IEquatable<SupportedDatabaseFlag.Types.StringRestrictions>, IDeepCloneable<SupportedDatabaseFlag.Types.StringRestrictions>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1 API class SupportedDatabaseFlag.Types.StringRestrictions.
Restrictions on STRING type values
Implements
IMessageSupportedDatabaseFlagTypesStringRestrictions, IEquatableSupportedDatabaseFlagTypesStringRestrictions, IDeepCloneableSupportedDatabaseFlagTypesStringRestrictions, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Constructors
StringRestrictions()
public StringRestrictions()StringRestrictions(StringRestrictions)
public StringRestrictions(SupportedDatabaseFlag.Types.StringRestrictions other)| Parameter | |
|---|---|
| Name | Description |
other |
SupportedDatabaseFlagTypesStringRestrictions |
Properties
AllowedValues
public RepeatedField<string> AllowedValues { get; }The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|