Class: Google::Cloud::Dataplex::V1::Environment::Endpoints
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Environment::Endpoints
- 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
-
#notebooks ⇒ ::String
readonly
Output only.
-
#sql ⇒ ::String
readonly
Output only.
Instance Attribute Details
#notebooks ⇒ ::String (readonly)
Returns 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.
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 |