REST Resource: projects.locations.connections

Resource: Connection

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

JSON representation
{
  "name": string,
  "state": enum (ConnectionState),
  "errors": [
    {
      object (Error)
    }
  ],

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "cloudSql": {
    object (CloudSqlProperties)
  }
  // End of mutually exclusive fields.
}
Fields
name

string

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

state

enum (ConnectionState)

Required. The connection's state in its lifecycle.

errors[]

object (Error)

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

Type of connection. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
cloudSql

object (CloudSqlProperties)

Connect to a Cloud SQL instance.

End of mutually exclusive fields.

Methods

create

Create a Connection to an external data source.

delete

Delete a Connection.

get

Get a Connection by name.

list

Lists Connections in a parent.

patch

Update a Connection.
Searches for Connections in a parent.