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) —
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.
#mode=
def mode=(value) -> ::String
Parameter
-
value (::String) —
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.
Returns
-
(::String) —
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) — 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
- (::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo) — Profile information for the corresponding field.
#profile=
def profile=(value) -> ::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo
Parameter
- value (::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo) — Profile information for the corresponding field.
Returns
- (::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo) — Profile information for the corresponding field.
#type
def type() -> ::String
Returns
- (::String) — 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 Entity, it is the Entity Schema.
#type=
def type=(value) -> ::String
Parameter
- value (::String) — 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 Entity, it is the Entity Schema.
Returns
- (::String) — 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 Entity, it is the Entity Schema.