Class: Google::Cloud::Dlp::V2::Connection

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cloud_sql::Google::Cloud::Dlp::V2::CloudSqlProperties

Returns Connect to a Cloud SQL instance.

Returns:



6270
6271
6272
6273
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6270

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.

Returns:

  • (::Array<::Google::Cloud::Dlp::V2::Error>)

    Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first.



6270
6271
6272
6273
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6270

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

Returns:

  • (::String)

    Output only. Name of the connection: projects/{project}/locations/{location}/connections/{name}.



6270
6271
6272
6273
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6270

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.

Returns:



6270
6271
6272
6273
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6270

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