Class: Google::Apis::DlpV2::GooglePrivacyDlpV2CreateConnectionRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb

Overview

Request message for CreateConnection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2CreateConnectionRequest

Returns a new instance of GooglePrivacyDlpV2CreateConnectionRequest.



2178
2179
2180
# File 'lib/google/apis/dlp_v2/classes.rb', line 2178

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#connectionGoogle::Apis::DlpV2::GooglePrivacyDlpV2Connection

A data connection to allow the DLP API to profile data in locations that require additional configuration. Corresponds to the JSON property connection



2176
2177
2178
# File 'lib/google/apis/dlp_v2/classes.rb', line 2176

def connection
  @connection
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2183
2184
2185
# File 'lib/google/apis/dlp_v2/classes.rb', line 2183

def update!(**args)
  @connection = args[:connection] if args.key?(:connection)
end