Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field (v2.6.1)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field.

A field within a table.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#mode

def mode() -> ::String
Returns
  • (::String) —

    Output only. 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.

#name

def name() -> ::String
Returns
  • (::String) — Output only. The name of the field.

#profile

def profile() -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo
Returns

#type

def type() -> ::String
Returns
  • (::String) — Output only. The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the BigQuery Table Schema. For a Dataplex Universal Catalog Entity, it is the Entity Schema.