public interface FieldTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnumType()
public abstract FieldType.EnumType getEnumType()Represents an enum type.
.google.cloud.datacatalog.v1beta1.FieldType.EnumType enum_type = 2;
| Type | Description |
| FieldType.EnumType | The enumType. |
getEnumTypeOrBuilder()
public abstract FieldType.EnumTypeOrBuilder getEnumTypeOrBuilder()Represents an enum type.
.google.cloud.datacatalog.v1beta1.FieldType.EnumType enum_type = 2;
| Type | Description |
| FieldType.EnumTypeOrBuilder |
getPrimitiveType()
public abstract FieldType.PrimitiveType getPrimitiveType()Represents primitive types - string, bool etc.
.google.cloud.datacatalog.v1beta1.FieldType.PrimitiveType primitive_type = 1;
| Type | Description |
| FieldType.PrimitiveType | The primitiveType. |
getPrimitiveTypeValue()
public abstract int getPrimitiveTypeValue()Represents primitive types - string, bool etc.
.google.cloud.datacatalog.v1beta1.FieldType.PrimitiveType primitive_type = 1;
| Type | Description |
| int | The enum numeric value on the wire for primitiveType. |
getTypeDeclCase()
public abstract FieldType.TypeDeclCase getTypeDeclCase()| Type | Description |
| FieldType.TypeDeclCase |
hasEnumType()
public abstract boolean hasEnumType()Represents an enum type.
.google.cloud.datacatalog.v1beta1.FieldType.EnumType enum_type = 2;
| Type | Description |
| boolean | Whether the enumType field is set. |
hasPrimitiveType()
public abstract boolean hasPrimitiveType()Represents primitive types - string, bool etc.
.google.cloud.datacatalog.v1beta1.FieldType.PrimitiveType primitive_type = 1;
| Type | Description |
| boolean | Whether the primitiveType field is set. |