GoogleCloudDataplexV1SchemaPartitionFieldType

Required. Immutable. The type of field.

Entries

Link copied to clipboard

SchemaType unspecified.

Link copied to clipboard

Boolean field.

Link copied to clipboard

Single byte numeric field.

Link copied to clipboard

16-bit numeric field.

Link copied to clipboard

32-bit numeric field.

Link copied to clipboard

64-bit numeric field.

Link copied to clipboard

Floating point numeric field.

Link copied to clipboard

Double precision numeric field.

Link copied to clipboard

Real value numeric field.

Link copied to clipboard

Sequence of characters field.

Link copied to clipboard

Sequence of bytes field.

Link copied to clipboard

Date and time field.

Link copied to clipboard

Date field.

Link copied to clipboard

Time field.

Link copied to clipboard

Structured field. Nested fields that define the structure of the map. If all nested fields are nullable, this field represents a union.

Link copied to clipboard

Null field that does not have values.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDataplexV1SchemaPartitionFieldType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudDataplexV1SchemaPartitionFieldType
Link copied to clipboard
Link copied to clipboard