Class: Google::Apis::DlpV2::GooglePrivacyDlpV2CreateConnectionRequest
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2CreateConnectionRequest
- 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
-
#connection ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2Connection
A data connection to allow DLP to profile data in locations that require additional configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2CreateConnectionRequest
constructor
A new instance of GooglePrivacyDlpV2CreateConnectionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2CreateConnectionRequest
Returns a new instance of GooglePrivacyDlpV2CreateConnectionRequest.
1769 1770 1771 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 1769 def initialize(**args) update!(**args) end |
Instance Attribute Details
#connection ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2Connection
A data connection to allow DLP to profile data in locations that require
additional configuration.
Corresponds to the JSON property connection
1767 1768 1769 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 1767 def connection @connection end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1774 1775 1776 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 1774 def update!(**args) @connection = args[:connection] if args.key?(:connection) end |