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, providing reference information for developers."],["The `StringRestrictions` class is used to define constraints on STRING type values, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are two constructors available for creating `StringRestrictions` objects, one default and one that accepts another `StringRestrictions` object as a parameter."],["The class includes an `AllowedValues` property of type `RepeatedField\u003cstring\u003e`, which specifies the permitted values for a given string, and is empty if there is no restriction on possible string values."]]],[]]