Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::CreateConnectionRequest.
Request message for ConnectorsService.CreateConnection
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connection
def connection() -> ::Google::Cloud::Connectors::V1::Connection
Returns
- (::Google::Cloud::Connectors::V1::Connection) — Required. Connection resource.
#connection=
def connection=(value) -> ::Google::Cloud::Connectors::V1::Connection
Parameter
- value (::Google::Cloud::Connectors::V1::Connection) — Required. Connection resource.
Returns
- (::Google::Cloud::Connectors::V1::Connection) — Required. Connection resource.
#connection_id
def connection_id() -> ::String
Returns
- (::String) — Required. Identifier to assign to the Connection. Must be unique within scope of the parent resource.
#connection_id=
def connection_id=(value) -> ::String
Parameter
- value (::String) — Required. Identifier to assign to the Connection. Must be unique within scope of the parent resource.
Returns
- (::String) — Required. Identifier to assign to the Connection. Must be unique within scope of the parent resource.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent resource of the Connection, of the form:
projects/*/locations/*
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent resource of the Connection, of the form:
projects/*/locations/*
Returns
-
(::String) — Required. Parent resource of the Connection, of the form:
projects/*/locations/*