public sealed class EnumType : IMessage<FieldType.Types.EnumType>, IEquatable<FieldType.Types.EnumType>, IDeepCloneable<FieldType.Types.EnumType>, IBufferMessage, IMessage
public RepeatedField<FieldType.Types.EnumType.Types.EnumValue> AllowedValues { get; }
The set of allowed values for this enum.
This set must not be empty and can include up to 100 allowed values.
The display names of the values in this set must not be empty and must
be case-insensitively unique within this set.
The order of items in this set is preserved. This field can be used to
create, remove, and reorder enum values. To rename enum values, use the
RenameTagTemplateFieldEnumValue method.
[[["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-25 UTC."],[[["The webpage provides documentation for the `EnumType` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically for the .NET environment, with the latest version being 2.14.0."],["`EnumType` is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data catalog management and serialization."],["The page details two constructors for `EnumType`: a default constructor and one that accepts another `EnumType` object, providing flexibility in creating instances."],["The `AllowedValues` property of `EnumType` is a `RepeatedField` that stores the permissible values for an enum, which are limited to 100 and must have non-empty, case-insensitive unique display names."],["The documentation includes various versions of the `EnumType` class, ranging from 1.2.0 up to the latest version 2.14.0, with links to the respective documentation for each, including version 2.0.0."]]],[]]