All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dlp.v2.DLP.Organizations.Locations.Connections.html Maven / Gradle / Ivy

There is a newer version: v2-rev20250105-2.0.0
Show newest version






DLP.Organizations.Locations.Connections (Sensitive Data Protection (DLP) v2-rev20240609-2.0.0)












com.google.api.services.dlp.v2

Class DLP.Organizations.Locations.Connections

  • java.lang.Object
    • com.google.api.services.dlp.v2.DLP.Organizations.Locations.Connections
    • Constructor Detail

      • Connections

        public Connections()
    • Method Detail

      • create

        public DLP.Organizations.Locations.Connections.Create create(String parent,
                                                                     GooglePrivacyDlpV2CreateConnectionRequest content)
                                                              throws IOException
        Create a Connection to an external data source. Create a request for the method "connections.create". This request holds the parameters needed by the dlp server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization): + Projects scope: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `organizations/`ORG_ID`/locations/`LOCATION_ID
        content - the GooglePrivacyDlpV2CreateConnectionRequest
        Returns:
        the request
        Throws:
        IOException
      • delete

        public DLP.Organizations.Locations.Connections.Delete delete(String name)
                                                              throws IOException
        Delete a Connection. Create a request for the method "connections.delete". This request holds the parameters needed by the dlp server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. Resource name of the Connection to be deleted, in the format: `projects/{project}/locations/{location}/connections/{connection}`.
        Returns:
        the request
        Throws:
        IOException
      • get

        public DLP.Organizations.Locations.Connections.Get get(String name)
                                                        throws IOException
        Get a Connection by name. Create a request for the method "connections.get". This request holds the parameters needed by the dlp server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. Resource name in the format: `projects/{project}/locations/{location}/connections/{connection}`.
        Returns:
        the request
        Throws:
        IOException
      • search

        public DLP.Organizations.Locations.Connections.Search search(String parent)
                                                              throws IOException
        Searches for Connections in a parent. Create a request for the method "connections.search". This request holds the parameters needed by the dlp server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. Parent name, typically an organization, without location. For example: `organizations/12345678`.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy