AlloyDB v1beta API - Class SupportedDatabaseFlag.Types.StringRestrictions (1.0.0-beta05)

public sealed class SupportedDatabaseFlag.Types.StringRestrictions : IMessage<SupportedDatabaseFlag.Types.StringRestrictions>, IEquatable<SupportedDatabaseFlag.Types.StringRestrictions>, IDeepCloneable<SupportedDatabaseFlag.Types.StringRestrictions>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1beta API class SupportedDatabaseFlag.Types.StringRestrictions.

Restrictions on STRING type values

Inheritance

object > SupportedDatabaseFlag.Types.StringRestrictions

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.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