Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::CreateConnectionRequest.
Request message for CreateConnection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connection
def connection() -> ::Google::Cloud::Dlp::V2::Connection
Returns
- (::Google::Cloud::Dlp::V2::Connection) — Required. The connection resource.
#connection=
def connection=(value) -> ::Google::Cloud::Dlp::V2::Connection
Parameter
- value (::Google::Cloud::Dlp::V2::Connection) — Required. The connection resource.
Returns
- (::Google::Cloud::Dlp::V2::Connection) — Required. The connection resource.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent resource name in the format:
projects/{project}/locations/{location}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent resource name in the format:
projects/{project}/locations/{location}
.
Returns
-
(::String) — Required. Parent resource name in the format:
projects/{project}/locations/{location}
.