Data Catalog v1 API - Class FieldType (2.11.0)

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

Inheritance

object > FieldType

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

FieldType()

public FieldType()

FieldType(FieldType)

public FieldType(FieldType other)
Parameter
NameDescription
otherFieldType

Properties

EnumType

public FieldType.Types.EnumType EnumType { get; set; }

An enum type.

Property Value
TypeDescription
FieldTypeTypesEnumType

HasPrimitiveType

public bool HasPrimitiveType { get; }

Gets whether the "primitive_type" field is set

Property Value
TypeDescription
bool

PrimitiveType

public FieldType.Types.PrimitiveType PrimitiveType { get; set; }

Primitive types, such as string, boolean, etc.

Property Value
TypeDescription
FieldTypeTypesPrimitiveType

TypeDeclCase

public FieldType.TypeDeclOneofCase TypeDeclCase { get; }
Property Value
TypeDescription
FieldTypeTypeDeclOneofCase