Class: Google::Cloud::GeminiDataAnalytics::V1beta::StudioDatasourceReferences
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::StudioDatasourceReferences
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb
Overview
Message representing references to Looker Studio datasources.
Instance Attribute Summary collapse
-
#studio_references ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::StudioDatasourceReference>
The references to the studio datasources.
Instance Attribute Details
#studio_references ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::StudioDatasourceReference>
96 97 98 99 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 96 class StudioDatasourceReferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |