public class DLP.Projects.Locations.JobTriggers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DLP.Projects.Locations.JobTriggers.Activate |
class |
DLP.Projects.Locations.JobTriggers.Create |
class |
DLP.Projects.Locations.JobTriggers.Delete |
class |
DLP.Projects.Locations.JobTriggers.Get |
class |
DLP.Projects.Locations.JobTriggers.HybridInspect |
class |
DLP.Projects.Locations.JobTriggers.List |
class |
DLP.Projects.Locations.JobTriggers.Patch |
| Constructor and Description |
|---|
JobTriggers() |
public DLP.Projects.Locations.JobTriggers.Activate activate(String name, GooglePrivacyDlpV2ActivateJobTriggerRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the trigger to activate, for example `projects/dlp-test-
project/jobTriggers/53234423`.content - the GooglePrivacyDlpV2ActivateJobTriggerRequestIOExceptionpublic DLP.Projects.Locations.JobTriggers.Create create(String parent, GooglePrivacyDlpV2CreateJobTriggerRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Parent resource name. The format of this value varies depending on whether you have
[specified a processing location](https://cloud.google.com/dlp/docs/specifying-location):
+ Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID +
Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The
following example `parent` string specifies a parent project with the identifier `example-
project`, and specifies the `europe-west3` location for processing data: parent=projects
/example-project/locations/europe-west3content - the GooglePrivacyDlpV2CreateJobTriggerRequestIOExceptionpublic DLP.Projects.Locations.JobTriggers.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the project and the triggeredJob, for example `projects/dlp-test-
project/jobTriggers/53234423`.IOExceptionpublic DLP.Projects.Locations.JobTriggers.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the project and the triggeredJob, for example `projects/dlp-test-
project/jobTriggers/53234423`.IOExceptionpublic DLP.Projects.Locations.JobTriggers.HybridInspect hybridInspect(String name, GooglePrivacyDlpV2HybridInspectJobTriggerRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the trigger to execute a hybrid inspect on, for example `projects/dlp-
test-project/jobTriggers/53234423`.content - the GooglePrivacyDlpV2HybridInspectJobTriggerRequestIOExceptionpublic DLP.Projects.Locations.JobTriggers.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Parent resource name. The format of this value varies depending on whether you have
[specified a processing location](https://cloud.google.com/dlp/docs/specifying-location):
+ Projects scope, location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID +
Projects scope, no location specified (defaults to global): `projects/`PROJECT_ID The
following example `parent` string specifies a parent project with the identifier `example-
project`, and specifies the `europe-west3` location for processing data: parent=projects
/example-project/locations/europe-west3IOExceptionpublic DLP.Projects.Locations.JobTriggers.Patch patch(String name, GooglePrivacyDlpV2UpdateJobTriggerRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the project and the triggeredJob, for example `projects/dlp-test-
project/jobTriggers/53234423`.content - the GooglePrivacyDlpV2UpdateJobTriggerRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.