Class: Google::Cloud::GeminiDataAnalytics::V1beta::LookerExploreReference
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::LookerExploreReference
- 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 explore.
Instance Attribute Summary collapse
-
#explore ⇒ ::String
Required.
-
#looker_instance_uri ⇒ ::String
Required.
-
#lookml_model ⇒ ::String
Required.
-
#private_looker_instance_info ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::PrivateLookerInstanceInfo
Private Looker instance info.
-
#schema ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
Optional.
Instance Attribute Details
#explore ⇒ ::String
291 292 293 294 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 291 class LookerExploreReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#looker_instance_uri ⇒ ::String
291 292 293 294 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 291 class LookerExploreReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lookml_model ⇒ ::String
291 292 293 294 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 291 class LookerExploreReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_looker_instance_info ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::PrivateLookerInstanceInfo
291 292 293 294 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 291 class LookerExploreReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
291 292 293 294 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 291 class LookerExploreReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |