Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class LookerColumnSpec.
Column info specific to Looker System.
Generated from protobuf message google.cloud.datacatalog.v1.ColumnSchema.LookerColumnSpec
Namespace
Google \ Cloud \ DataCatalog \ V1 \ ColumnSchemaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
Looker specific column type of this column. |
getType
Looker specific column type of this column.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type LookerColumnType. |
setType
Looker specific column type of this column.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type LookerColumnType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|