Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class LookerSystemSpec.
Specification that applies to
entries that are part LOOKER system
(user_specified_type)
Generated from protobuf message google.cloud.datacatalog.v1.LookerSystemSpec
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent_instance_id |
string
ID of the parent Looker Instance. Empty if it does not exist. Example value: |
↳ parent_instance_display_name |
string
Name of the parent Looker Instance. Empty if it does not exist. |
↳ parent_model_id |
string
ID of the parent Model. Empty if it does not exist. |
↳ parent_model_display_name |
string
Name of the parent Model. Empty if it does not exist. |
↳ parent_view_id |
string
ID of the parent View. Empty if it does not exist. |
↳ parent_view_display_name |
string
Name of the parent View. Empty if it does not exist. |
getParentInstanceId
ID of the parent Looker Instance. Empty if it does not exist.
Example value: someinstance.looker.com
| Returns | |
|---|---|
| Type | Description |
string |
|
setParentInstanceId
ID of the parent Looker Instance. Empty if it does not exist.
Example value: someinstance.looker.com
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParentInstanceDisplayName
Name of the parent Looker Instance. Empty if it does not exist.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParentInstanceDisplayName
Name of the parent Looker Instance. Empty if it does not exist.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParentModelId
ID of the parent Model. Empty if it does not exist.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParentModelId
ID of the parent Model. Empty if it does not exist.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParentModelDisplayName
Name of the parent Model. Empty if it does not exist.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParentModelDisplayName
Name of the parent Model. Empty if it does not exist.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParentViewId
ID of the parent View. Empty if it does not exist.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParentViewId
ID of the parent View. Empty if it does not exist.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParentViewDisplayName
Name of the parent View. Empty if it does not exist.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParentViewDisplayName
Name of the parent View. Empty if it does not exist.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|