Class: Google::Cloud::GeminiDataAnalytics::V1beta::LookerExploreReferences
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::LookerExploreReferences
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb
Overview
Message representing references to Looker explores.
Instance Attribute Summary collapse
-
#credentials ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::Credentials
Optional.
-
#explore_references ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::LookerExploreReference>
Required.
Instance Attribute Details
#credentials ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::Credentials
260 261 262 263 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 260 class LookerExploreReferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#explore_references ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::LookerExploreReference>
260 261 262 263 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 260 class LookerExploreReferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |