Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Query.
A sample SQL query in data documentation.
Generated from protobuf message google.cloud.dataplex.v1.DataDocumentationResult.Query
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataDocumentationResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sql |
string
Output only. The SQL query string which can be executed. |
↳ description |
string
Output only. The description for the query. |
getSql
Output only. The SQL query string which can be executed.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSql
Output only. The SQL query string which can be executed.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Output only. The description for the query.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Output only. The description for the query.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|