public sealed class FieldType.Types.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-21 UTC."],[[["This webpage details the `EnumType` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically within the `FieldType.Types` hierarchy, as part of version 2.9.0 of the .NET library."],["The `EnumType` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It provides two constructors, one default and one that allows for creating an instance by cloning another `EnumType` object, `EnumType(EnumType other)`."],["The `EnumType` class features a `AllowedValues` property, which is a collection of the `EnumValue` type within the `EnumType`, and allows up to 100 values that must not be empty and are case-insensitively unique."],["This documentation includes links to numerous versions, ranging from version 2.14.0 (latest) down to 1.2.0, all associated with the Google Cloud DataCatalog.V1 library."]]],[]]