Class: Google::Cloud::GeminiDataAnalytics::V1::BigQueryTableReferences

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/geminidataanalytics/v1/datasource.rb

Overview

Message representing references to BigQuery tables and property graphs. At least one of table_references, property_graph_references, or search_scope must be populated.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Optional. References to BigQuery tables.

Returns:



51
52
53
54
# File 'proto_docs/google/cloud/geminidataanalytics/v1/datasource.rb', line 51

class BigQueryTableReferences
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end