Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1FieldTypeEnumType

Inheritance
object
GoogleCloudDatacatalogV1FieldTypeEnumType
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1FieldTypeEnumType : IDirectResponseSchema

Properties

AllowedValues

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.

Declaration
[JsonProperty("allowedValues")]
public virtual IList<GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue> AllowedValues { get; set; }
Property Value
Type Description
IList<GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX