Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class DirectLookup.
Direct lookup parameters.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.DirectLookup
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ big_query_table_reference |
BigQueryTableReference
Optional. Table reference that server invokes a direct lookup of table metadata upon. The returned candidate will be TableMetadataResult. |
getBigQueryTableReference
Optional. Table reference that server invokes a direct lookup of table metadata upon. The returned candidate will be TableMetadataResult.
Returns | |
---|---|
Type | Description |
BigQueryTableReference|null |
hasBigQueryTableReference
clearBigQueryTableReference
setBigQueryTableReference
Optional. Table reference that server invokes a direct lookup of table metadata upon. The returned candidate will be TableMetadataResult.
Parameter | |
---|---|
Name | Description |
var |
BigQueryTableReference
|
Returns | |
---|---|
Type | Description |
$this |