Class Field (1.12.3)

Field(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A field within a table.

Attributes

NameDescription
name str
The name of the field.
type_ str
The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the `BigQuery Table Schema
mode str
The mode of the field. Possible values include: - REQUIRED, if it is a required field. - NULLABLE, if it is an optional field. - REPEATED, if it is a repeated field.
profile google.cloud.dataplex_v1.types.DataProfileResult.Profile.Field.ProfileInfo
Profile information for the corresponding field.

Classes

ProfileInfo

ProfileInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The profile information for each field type.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields