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 v1alpha API class SupportedDatabaseFlag.Types.StringRestrictions.
[[["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.StringRestrictions` class within the AlloyDB v1alpha API, specifically version 1.0.0-alpha09."],["The `StringRestrictions` class defines restrictions applicable to STRING type values within the AlloyDB environment."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `StringRestrictions` class has two constructors: a default constructor `StringRestrictions()` and a copy constructor `StringRestrictions(StringRestrictions)`, which accepts another `StringRestrictions` object."],["The class includes the `AllowedValues` property of type `RepeatedField\u003cstring\u003e` that determines if there are a bounded amount of values that are allowed, and if so what are they."]]],[]]