Class: Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReferences
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReferences
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb
Overview
Message representing references to BigQuery tables and property graphs.
At least one of table_references or property_graph_references must be
populated.
Instance Attribute Summary collapse
-
#table_references ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>
Optional.
Instance Attribute Details
#table_references ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>
Returns Optional. References to BigQuery tables.
69 70 71 72 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 69 class BigQueryTableReferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |