Data Catalog v1 API - Class ColumnSchema.Types.FieldElementType (2.11.0)

public sealed class ColumnSchema.Types.FieldElementType : IMessage<ColumnSchema.Types.FieldElementType>, IEquatable<ColumnSchema.Types.FieldElementType>, IDeepCloneable<ColumnSchema.Types.FieldElementType>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class ColumnSchema.Types.FieldElementType.

Represents the type of a field element.

Inheritance

object > ColumnSchema.Types.FieldElementType

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

FieldElementType()

public FieldElementType()

FieldElementType(FieldElementType)

public FieldElementType(ColumnSchema.Types.FieldElementType other)
Parameter
NameDescription
otherColumnSchemaTypesFieldElementType

Properties

Type

public string Type { get; set; }

Required. The type of a field element. See [ColumnSchema.type][google.cloud.datacatalog.v1.ColumnSchema.type].

Property Value
TypeDescription
string