Class: Google::Cloud::Dlp::V2::Connection
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::Connection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A data connection to allow DLP to profile data in locations that require additional configuration.
Instance Attribute Summary collapse
-
#cloud_sql ⇒ ::Google::Cloud::Dlp::V2::CloudSqlProperties
Connect to a Cloud SQL instance.
-
#errors ⇒ ::Array<::Google::Cloud::Dlp::V2::Error>
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::Dlp::V2::ConnectionState
Required.
Instance Attribute Details
#cloud_sql ⇒ ::Google::Cloud::Dlp::V2::CloudSqlProperties
Returns Connect to a Cloud SQL instance.
7224 7225 7226 7227 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7224 class Connection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#errors ⇒ ::Array<::Google::Cloud::Dlp::V2::Error> (readonly)
Returns Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first.
7224 7225 7226 7227 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7224 class Connection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Name of the connection:
projects/{project}/locations/{location}/connections/{name}
.
7224 7225 7226 7227 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7224 class Connection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::Dlp::V2::ConnectionState
Returns Required. The connection's state in its lifecycle.
7224 7225 7226 7227 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7224 class Connection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |