Class: Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReferences

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#table_references::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>

Returns Optional. References to BigQuery tables.

Returns:



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