Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class LookerExploreReferences.
Message representing references to Looker explores.
Generated from protobuf message google.cloud.geminidataanalytics.v1.LookerExploreReferences
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ explore_references |
array<LookerExploreReference>
Required. References to Looker explores. |
getExploreReferences
Required. References to Looker explores.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<LookerExploreReference> |
|
setExploreReferences
Required. References to Looker explores.
| Parameter | |
|---|---|
| Name | Description |
var |
array<LookerExploreReference>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|