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.
[[["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."],[[["The `SupportedDatabaseFlag.Types.StringRestrictions` class in the AlloyDB v1beta API defines restrictions on STRING type values."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities."],["It inherits from `object` and has inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class includes a constructor that allows for the creation of a new `StringRestrictions` instance, either empty or copied from another instance of the same type."],["The `AllowedValues` property, of type `RepeatedField\u003cstring\u003e`, lists the permitted values for the STRING type, which can be empty if there is an unbounded number of allowed values."]]],[]]