Data Catalog v1 API - Class FieldType.Types.EnumType (2.5.0)

public sealed class FieldType.Types.EnumType : IMessage<FieldType.Types.EnumType>, IEquatable<FieldType.Types.EnumType>, IDeepCloneable<FieldType.Types.EnumType>, IBufferMessage, IMessage

Inheritance

object > FieldType.Types.EnumType

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

EnumType()

public EnumType()

EnumType(EnumType)

public EnumType(FieldType.Types.EnumType other)
Parameter
NameDescription
otherFieldTypeTypesEnumType

Properties

AllowedValues

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.

Property Value
TypeDescription
RepeatedFieldFieldTypeTypesEnumTypeTypesEnumValue