public class DLP.Projects.StoredInfoTypes
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
DLP.Projects.StoredInfoTypes.Create |
class |
DLP.Projects.StoredInfoTypes.Delete |
class |
DLP.Projects.StoredInfoTypes.Get |
class |
DLP.Projects.StoredInfoTypes.List |
class |
DLP.Projects.StoredInfoTypes.Patch |
Constructor and Description |
---|
StoredInfoTypes() |
Modifier and Type | Method and Description |
---|---|
DLP.Projects.StoredInfoTypes.Create |
create(java.lang.String parent,
GooglePrivacyDlpV2CreateStoredInfoTypeRequest content)
Creates a pre-built stored infoType to be used for inspection.
|
DLP.Projects.StoredInfoTypes.Delete |
delete(java.lang.String name)
Deletes a stored infoType.
|
DLP.Projects.StoredInfoTypes.Get |
get(java.lang.String name)
Gets a stored infoType.
|
DLP.Projects.StoredInfoTypes.List |
list(java.lang.String parent)
Lists stored infoTypes.
|
DLP.Projects.StoredInfoTypes.Patch |
patch(java.lang.String name,
GooglePrivacyDlpV2UpdateStoredInfoTypeRequest content)
Updates the stored infoType by creating a new version.
|
public DLP.Projects.StoredInfoTypes.Create create(java.lang.String parent, GooglePrivacyDlpV2CreateStoredInfoTypeRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The parent resource name, for example projects/my-project-id or
organizations/my-org-id.content
- the GooglePrivacyDlpV2CreateStoredInfoTypeRequest
java.io.IOException
public DLP.Projects.StoredInfoTypes.Delete delete(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. Resource name of the organization and storedInfoType to be deleted, for
example
`organizations/433245324/storedInfoTypes/432452342` or
projects/project-
id/storedInfoTypes/432452342.java.io.IOException
public DLP.Projects.StoredInfoTypes.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. Resource name of the organization and storedInfoType to be read, for
example
`organizations/433245324/storedInfoTypes/432452342` or
projects/project-
id/storedInfoTypes/432452342.java.io.IOException
public DLP.Projects.StoredInfoTypes.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The parent resource name, for example projects/my-project-id or
organizations/my-org-id.java.io.IOException
public DLP.Projects.StoredInfoTypes.Patch patch(java.lang.String name, GooglePrivacyDlpV2UpdateStoredInfoTypeRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. Resource name of organization and storedInfoType to be updated, for
example
`organizations/433245324/storedInfoTypes/432452342` or
projects/project-
id/storedInfoTypes/432452342.content
- the GooglePrivacyDlpV2UpdateStoredInfoTypeRequest
java.io.IOException