target.apidocs.com.google.api.services.dlp.v2.DLP.Projects.Locations.JobTriggers.Create.html Maven / Gradle / Ivy
DLP.Projects.Locations.JobTriggers.Create (Sensitive Data Protection (DLP) v2-rev20240609-2.0.0)
com.google.api.services.dlp.v2
Class DLP.Projects.Locations.JobTriggers.Create
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.dlp.v2.DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
- com.google.api.services.dlp.v2.DLP.Projects.Locations.JobTriggers.Create
-
- Enclosing class:
- DLP.Projects.Locations.JobTriggers
public class DLP.Projects.Locations.JobTriggers.Create
extends DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Create(String parent,
GooglePrivacyDlpV2CreateJobTriggerRequest content)
Creates a job trigger to run DLP actions such as scanning storage for sensitive information on
a set schedule.
-
Method Summary
-
Methods inherited from class com.google.api.services.dlp.v2.DLPRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Create
protected Create(String parent,
GooglePrivacyDlpV2CreateJobTriggerRequest content)
Creates a job trigger to run DLP actions such as scanning storage for sensitive information on
a set schedule. See https://cloud.google.com/sensitive-data-protection/docs/creating-job-
triggers to learn more.
Create a request for the method "jobTriggers.create".
This request holds the parameters needed by the the dlp server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation. DLP.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
- Parameters:
parent
- Required. Parent resource name. The format of this value varies depending on whether you have
[specified a processing location](https://cloud.google.com/sensitive-data-
protection/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-west3
content
- the GooglePrivacyDlpV2CreateJobTriggerRequest
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public DLP.Projects.Locations.JobTriggers.Create set$Xgafv(String $Xgafv)
Description copied from class: DLPRequest
V1 error format.
- Overrides:
set$Xgafv
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
setAccessToken
public DLP.Projects.Locations.JobTriggers.Create setAccessToken(String accessToken)
Description copied from class: DLPRequest
OAuth access token.
- Overrides:
setAccessToken
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
setAlt
public DLP.Projects.Locations.JobTriggers.Create setAlt(String alt)
Description copied from class: DLPRequest
Data format for response.
- Overrides:
setAlt
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
setCallback
public DLP.Projects.Locations.JobTriggers.Create setCallback(String callback)
Description copied from class: DLPRequest
JSONP
- Overrides:
setCallback
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
setFields
public DLP.Projects.Locations.JobTriggers.Create setFields(String fields)
Description copied from class: DLPRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
setKey
public DLP.Projects.Locations.JobTriggers.Create setKey(String key)
Description copied from class: DLPRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
setOauthToken
public DLP.Projects.Locations.JobTriggers.Create setOauthToken(String oauthToken)
Description copied from class: DLPRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
setPrettyPrint
public DLP.Projects.Locations.JobTriggers.Create setPrettyPrint(Boolean prettyPrint)
Description copied from class: DLPRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
setQuotaUser
public DLP.Projects.Locations.JobTriggers.Create setQuotaUser(String quotaUser)
Description copied from class: DLPRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
setUploadType
public DLP.Projects.Locations.JobTriggers.Create setUploadType(String uploadType)
Description copied from class: DLPRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
setUploadProtocol
public DLP.Projects.Locations.JobTriggers.Create setUploadProtocol(String uploadProtocol)
Description copied from class: DLPRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
-
getParent
public String getParent()
Required. Parent resource name. The format of this value varies depending on whether you have
[specified a processing location](https://cloud.google.com/sensitive-data-
protection/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-west3
-
setParent
public DLP.Projects.Locations.JobTriggers.Create setParent(String parent)
Required. Parent resource name. The format of this value varies depending on whether
you have [specified a processing location](https://cloud.google.com/sensitive-data-
protection/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-west3
-
set
public DLP.Projects.Locations.JobTriggers.Create set(String parameterName,
Object value)
- Overrides:
set
in class DLPRequest<GooglePrivacyDlpV2JobTrigger>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy