Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Field.
Column of a table with generated metadata and nested fields.
Generated from protobuf message google.cloud.dataplex.v1.DataDocumentationResult.Field
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataDocumentationResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. The name of the column. |
↳ description |
string
Output only. Generated description for columns and fields. |
↳ fields |
array<Field>
Output only. Nested fields. |
getName
Output only. The name of the column.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. The name of the column.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Output only. Generated description for columns and fields.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Output only. Generated description for columns and fields.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFields
Output only. Nested fields.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setFields
Output only. Nested fields.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Field>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|