Class: Google::Cloud::GeminiDataAnalytics::V1beta::PrivateLookerInstanceInfo
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::PrivateLookerInstanceInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb
Overview
Message representing a private Looker instance info required if the Looker instance is behind a private network.
Instance Attribute Summary collapse
-
#looker_instance_id ⇒ ::String
The Looker instance id.
-
#service_directory_name ⇒ ::String
The service directory name of the Looker instance.
Instance Attribute Details
#looker_instance_id ⇒ ::String
Returns The Looker instance id.
304 305 306 307 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 304 class PrivateLookerInstanceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_directory_name ⇒ ::String
Returns The service directory name of the Looker instance.
304 305 306 307 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 304 class PrivateLookerInstanceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |