Class: Google::Cloud::GeminiDataAnalytics::V1::LookerExploreReferences
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1::LookerExploreReferences
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1/datasource.rb
Overview
Message representing references to Looker explores.
Instance Attribute Summary collapse
-
#explore_references ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1::LookerExploreReference>
Required.
Instance Attribute Details
#explore_references ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1::LookerExploreReference>
Returns Required. References to Looker explores.
96 97 98 99 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1/datasource.rb', line 96 class LookerExploreReferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |