Class: Google::Cloud::GeminiDataAnalytics::V1beta::DatasourceReferences
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::DatasourceReferences
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb
Overview
A collection of references to datasources.
Instance Attribute Summary collapse
-
#alloydb ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbReference
Reference to an AlloyDB database.
-
#bq ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReferences
References to BigQuery tables.
-
#cloud_sql_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlReference
Reference to a CloudSql database.
-
#looker ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::LookerExploreReferences
References to Looker Explores.
-
#spanner_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::SpannerReference
Reference to a Spanner database.
-
#studio ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::StudioDatasourceReferences
References to Looker Studio datasources.
Instance Attribute Details
#alloydb ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbReference
58 59 60 61 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 58 class DatasourceReferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bq ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReferences
58 59 60 61 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 58 class DatasourceReferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloud_sql_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlReference
58 59 60 61 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 58 class DatasourceReferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#looker ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::LookerExploreReferences
58 59 60 61 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 58 class DatasourceReferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spanner_reference ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::SpannerReference
58 59 60 61 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 58 class DatasourceReferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#studio ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::StudioDatasourceReferences
58 59 60 61 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 58 class DatasourceReferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |