Class: Google::Cloud::GeminiDataAnalytics::V1beta::StudioDatasourceReference
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::StudioDatasourceReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb
Overview
Message representing a reference to a single Looker Studio datasource.
Instance Attribute Summary collapse
-
#datasource_id ⇒ ::String
Required.
Instance Attribute Details
#datasource_id ⇒ ::String
Returns Required. The id of the datasource.
105 106 107 108 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 105 class StudioDatasourceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |