target.apidocs.com.google.api.services.dlp.v2.DLP.Projects.Locations.TableDataProfiles.html Maven / Gradle / Ivy
DLP.Projects.Locations.TableDataProfiles (Sensitive Data Protection (DLP) v2-rev20240609-2.0.0)
com.google.api.services.dlp.v2
Class DLP.Projects.Locations.TableDataProfiles
- java.lang.Object
-
- com.google.api.services.dlp.v2.DLP.Projects.Locations.TableDataProfiles
-
- Enclosing class:
- DLP.Projects.Locations
public class DLP.Projects.Locations.TableDataProfiles
extends Object
The "tableDataProfiles" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
DLP.Projects.Locations.TableDataProfiles.Delete
class
DLP.Projects.Locations.TableDataProfiles.Get
class
DLP.Projects.Locations.TableDataProfiles.List
-
Constructor Summary
Constructors
Constructor and Description
TableDataProfiles()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
DLP.Projects.Locations.TableDataProfiles.Delete
delete(String name)
Delete a TableDataProfile.
DLP.Projects.Locations.TableDataProfiles.Get
get(String name)
Gets a table data profile.
DLP.Projects.Locations.TableDataProfiles.List
list(String parent)
Lists table data profiles for an organization.
-
-
Method Detail
-
delete
public DLP.Projects.Locations.TableDataProfiles.Delete delete(String name)
throws IOException
Delete a TableDataProfile. Will not prevent the profile from being regenerated if the table is
still included in a discovery configuration.
Create a request for the method "tableDataProfiles.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 table data profile.
- Returns:
- the request
- Throws:
IOException
-
get
public DLP.Projects.Locations.TableDataProfiles.Get get(String name)
throws IOException
Gets a table data profile.
Create a request for the method "tableDataProfiles.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, for example `organizations/12345/locations/us/tableDataProfiles/53234423`.
- Returns:
- the request
- Throws:
IOException
-
list
public DLP.Projects.Locations.TableDataProfiles.List list(String parent)
throws IOException
Lists table data profiles for an organization.
Create a request for the method "tableDataProfiles.list".
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. Resource name of the organization or project, for example
`organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy