Class: Google::Cloud::Dlp::V2::CreateConnectionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Request message for CreateConnection.

Instance Attribute Summary collapse

Instance Attribute Details

#connection::Google::Cloud::Dlp::V2::Connection

Returns Required. The connection resource.

Returns:



7097
7098
7099
7100
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7097

class CreateConnectionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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}


7097
7098
7099
7100
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7097

class CreateConnectionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end