Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field (v0.6.0)

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

Represents a column field within a table schema.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#mode

def mode() -> ::String
Returns
  • (::String) — The mode of the field. Its value will be: REQUIRED, if it is a required field. NULLABLE, if it is an optional field. REPEATED, if it is a repeated field.

#mode=

def mode=(value) -> ::String
Parameter
  • value (::String) — The mode of the field. Its value will be: REQUIRED, if it is a required field. NULLABLE, if it is an optional field. REPEATED, if it is a repeated field.
Returns
  • (::String) — The mode of the field. Its value will be: 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) — The name of the field.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the field.
Returns
  • (::String) — The name of the field.

#profile

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

#profile=

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

#type

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

    The field data type. Possible values include:

    • STRING
    • BYTE
    • INT64
    • INT32
    • INT16
    • DOUBLE
    • FLOAT
    • DECIMAL
    • BOOLEAN
    • BINARY
    • TIMESTAMP
    • DATE
    • TIME
    • NULL
    • RECORD

#type=

def type=(value) -> ::String
Parameter
  • value (::String) —

    The field data type. Possible values include:

    • STRING
    • BYTE
    • INT64
    • INT32
    • INT16
    • DOUBLE
    • FLOAT
    • DECIMAL
    • BOOLEAN
    • BINARY
    • TIMESTAMP
    • DATE
    • TIME
    • NULL
    • RECORD
Returns
  • (::String) —

    The field data type. Possible values include:

    • STRING
    • BYTE
    • INT64
    • INT32
    • INT16
    • DOUBLE
    • FLOAT
    • DECIMAL
    • BOOLEAN
    • BINARY
    • TIMESTAMP
    • DATE
    • TIME
    • NULL
    • RECORD