Class: Google::Cloud::Dataplex::V1::Environment::Endpoints

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/analyze.rb

Overview

URI Endpoints to access sessions associated with the Environment.

Instance Attribute Summary collapse

Instance Attribute Details

#notebooks::String (readonly)

Returns Output only. URI to serve notebook APIs.

Returns:

  • (::String)

    Output only. URI to serve notebook APIs



168
169
170
171
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 168

class Endpoints
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sql::String (readonly)

Returns Output only. URI to serve SQL APIs.

Returns:

  • (::String)

    Output only. URI to serve SQL APIs



168
169
170
171
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 168

class Endpoints
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end