public sealed class FieldType : IMessage<FieldType>, IEquatable<FieldType>, IDeepCloneable<FieldType>, IBufferMessage, IMessage
Implements
IMessageFieldType, IEquatableFieldType, IDeepCloneableFieldType, IBufferMessage, IMessageInherited Members
Namespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
FieldType()
public FieldType()
FieldType(FieldType)
public FieldType(FieldType other)
Parameter | |
---|---|
Name | Description |
other |
FieldType |
Properties
EnumType
public FieldType.Types.EnumType EnumType { get; set; }
An enum type.
HasPrimitiveType
public bool HasPrimitiveType { get; }
Gets whether the "primitive_type" field is set
Property Value | |
---|---|
Type | Description |
bool |
PrimitiveType
public FieldType.Types.PrimitiveType PrimitiveType { get; set; }
Primitive types, such as string, boolean, etc.
Property Value | |
---|---|
Type | Description |
FieldTypeTypesPrimitiveType |
TypeDeclCase
public FieldType.TypeDeclOneofCase TypeDeclCase { get; }
Property Value | |
---|---|
Type | Description |
FieldTypeTypeDeclOneofCase |