Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::CreateConnectionRequest (v1.3.0)

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

#connection=

def connection=(value) -> ::Google::Cloud::Dlp::V2::Connection
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) —

    Required. Parent resource name.

    The format of this value varies depending on the scope of the request (project or organization):

    • Projects scope: projects/{project_id}/locations/{location_id}
    • Organizations scope: organizations/{org_id}/locations/{location_id}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) —

    Required. Parent resource name.

    The format of this value varies depending on the scope of the request (project or organization):

    • Projects scope: projects/{project_id}/locations/{location_id}
    • Organizations scope: organizations/{org_id}/locations/{location_id}
Returns
  • (::String) —

    Required. Parent resource name.

    The format of this value varies depending on the scope of the request (project or organization):

    • Projects scope: projects/{project_id}/locations/{location_id}
    • Organizations scope: organizations/{org_id}/locations/{location_id}