ProjectsLocationsConnections
class ProjectsLocationsConnections extends Resource (View source)
The "connections" collection of methods.
Typical usage is:
$dlpService = new Google\Service\DLP(...);
$connections = $dlpService->projects_locations_connections;
Methods
Create a Connection to an external data source. (connections.create)
Delete a Connection. (connections.delete)
Get a Connection by name. (connections.get)
Lists Connections in a parent. Use SearchConnections to see all connections within an organization. (connections.listProjectsLocationsConnections)
Update a Connection. (connections.patch)
Searches for Connections in a parent. (connections.search)
Details
GooglePrivacyDlpV2Connection
create(string $parent, GooglePrivacyDlpV2CreateConnectionRequest $postBody, array $optParams = [])
Create a Connection to an external data source. (connections.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Delete a Connection. (connections.delete)
GooglePrivacyDlpV2Connection
get(string $name, array $optParams = [])
Get a Connection by name. (connections.get)
GooglePrivacyDlpV2ListConnectionsResponse
listProjectsLocationsConnections(string $parent, array $optParams = [])
Lists Connections in a parent. Use SearchConnections to see all connections within an organization. (connections.listProjectsLocationsConnections)
GooglePrivacyDlpV2Connection
patch(string $name, GooglePrivacyDlpV2UpdateConnectionRequest $postBody, array $optParams = [])
Update a Connection. (connections.patch)
GooglePrivacyDlpV2SearchConnectionsResponse
search(string $parent, array $optParams = [])
Searches for Connections in a parent. (connections.search)