Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReferences.
Message representing references to BigQuery tables and property graphs.
At least one of table_references or property_graph_references 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::V1beta::BigQueryTableReference>
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>) — Optional. References to BigQuery tables.
#table_references=
def table_references=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>
Parameter
- value (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>) — Optional. References to BigQuery tables.
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>) — Optional. References to BigQuery tables.