Class: Google::Cloud::GeminiDataAnalytics::V1beta::PrivateLookerInstanceInfo

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

Instance Attribute Details

#looker_instance_id::String

Returns The Looker instance id.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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