Reference documentation and code samples for the Data Analytics API with Gemini V1 API class Google::Cloud::GeminiDataAnalytics::V1::BigQueryTableReferences.
Message representing references to BigQuery tables and property graphs.
At least one of table_references, property_graph_references, or
search_scope must be populated.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#table_references
def table_references() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1::BigQueryTableReference>
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1::BigQueryTableReference>) — Optional. References to BigQuery tables.
#table_references=
def table_references=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1::BigQueryTableReference>
Parameter
- value (::Array<::Google::Cloud::GeminiDataAnalytics::V1::BigQueryTableReference>) — Optional. References to BigQuery tables.
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1::BigQueryTableReference>) — Optional. References to BigQuery tables.