Send feedback
Class SchemaField (1.4.3)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
SchemaField(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a column field within a table schema.
Attributes Name Description name
str
Required. 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.
description
str
Optional. User friendly field description.
Must be less than or equal to 1024 characters.
type_
google.cloud.dataplex_v1.types.Schema.Type
Required. The type of field.
mode
google.cloud.dataplex_v1.types.Schema.Mode
Required. Additional field semantics.
fields
MutableSequence[google.cloud.dataplex_v1.types.Schema.SchemaField]
Optional. Any nested field for complex types.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-29 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?