Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class PrivateLookerInstanceInfo.
Message representing a private Looker instance info required if the Looker instance is behind a private network.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ looker_instance_id |
string
The Looker instance id. |
↳ service_directory_name |
string
The service directory name of the Looker instance. |
getLookerInstanceId
The Looker instance id.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLookerInstanceId
The Looker instance id.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getServiceDirectoryName
The service directory name of the Looker instance.
| Returns | |
|---|---|
| Type | Description |
string |
|
setServiceDirectoryName
The service directory name of the Looker instance.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|