GoogleCloudDataplexV1SchemaSchemaFieldArgs

data class GoogleCloudDataplexV1SchemaSchemaFieldArgs(val description: Output<String>? = null, val fields: Output<List<GoogleCloudDataplexV1SchemaSchemaFieldArgs>>? = null, val mode: Output<GoogleCloudDataplexV1SchemaSchemaFieldMode>, val name: Output<String>, val type: Output<GoogleCloudDataplexV1SchemaSchemaFieldType>) : ConvertibleToJava<GoogleCloudDataplexV1SchemaSchemaFieldArgs>

Represents a column field within a table schema.

Constructors

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null

Optional. User friendly field description. Must be less than or equal to 1024 characters.

Link copied to clipboard

Optional. Any nested field for complex types.

Link copied to clipboard

Additional field semantics.

Link copied to clipboard
val name: Output<String>

The name of the field. Must contain only letters, numbers and underscores, with a maximum length of 767 characters, and must begin with a letter or underscore.

Link copied to clipboard

The type of field.