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 v1 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 webpage provides reference documentation for the `SupportedDatabaseFlag.Types.StringRestrictions` class within the Google Cloud AlloyDB v1 API."],["The `StringRestrictions` class, which is part of the Google.Cloud.AlloyDb.V1 namespace, defines restrictions on STRING type values for database flags."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The `AllowedValues` property, of type `RepeatedField\u003cstring\u003e`, lists the allowed string values for a given database flag, or is empty if the number of values are unbounded."],["The class has two constructors: a default constructor `StringRestrictions()`, and another that takes an existing `StringRestrictions` object for initialization `StringRestrictions(StringRestrictions other)`."]]],[]]