Class: Google::Cloud::GeminiDataAnalytics::V1::LookerExploreReferences

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#explore_references::Array<::Google::Cloud::GeminiDataAnalytics::V1::LookerExploreReference>

Returns Required. References to Looker explores.

Returns:



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