Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ViewSpec.
Table view specification.
Generated from protobuf message google.cloud.datacatalog.v1.ViewSpec
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ view_query |
string
Output only. The query that defines the table view. |
getViewQuery
Output only. The query that defines the table view.
| Returns | |
|---|---|
| Type | Description |
string |
|
setViewQuery
Output only. The query that defines the table view.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|