Class: Google::Cloud::Connectors::V1::GetConnectionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::GetConnectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
Request message for ConnectorsService.GetConnection
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Connectors::V1::ConnectionView
Specifies which fields of the Connection are returned in the response.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the form:
projects/*/locations/*/connections/*
.
322 323 324 325 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 322 class GetConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Connectors::V1::ConnectionView
Returns Specifies which fields of the Connection are returned in the response.
Defaults to BASIC
view.
322 323 324 325 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 322 class GetConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |