public class DLP.Projects.Content.Inspect extends DLPRequest<GooglePrivacyDlpV2InspectContentResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
Inspect(String parent,
GooglePrivacyDlpV2InspectContentRequest content)
Finds potentially sensitive info in content.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Parent resource name.
|
DLP.Projects.Content.Inspect |
set(String parameterName,
Object value) |
DLP.Projects.Content.Inspect |
set$Xgafv(String $Xgafv)
V1 error format.
|
DLP.Projects.Content.Inspect |
setAccessToken(String accessToken)
OAuth access token.
|
DLP.Projects.Content.Inspect |
setAlt(String alt)
Data format for response.
|
DLP.Projects.Content.Inspect |
setCallback(String callback)
JSONP
|
DLP.Projects.Content.Inspect |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
DLP.Projects.Content.Inspect |
setKey(String key)
API key.
|
DLP.Projects.Content.Inspect |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
DLP.Projects.Content.Inspect |
setParent(String parent)
Parent resource name.
|
DLP.Projects.Content.Inspect |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
DLP.Projects.Content.Inspect |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
DLP.Projects.Content.Inspect |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
DLP.Projects.Content.Inspect |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, 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, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Inspect(String parent, GooglePrivacyDlpV2InspectContentRequest content)
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.
parent - 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 GooglePrivacyDlpV2InspectContentRequestpublic DLP.Projects.Content.Inspect set$Xgafv(String $Xgafv)
DLPRequestset$Xgafv in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>public DLP.Projects.Content.Inspect setAccessToken(String accessToken)
DLPRequestsetAccessToken in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>public DLP.Projects.Content.Inspect setAlt(String alt)
DLPRequestsetAlt in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>public DLP.Projects.Content.Inspect setCallback(String callback)
DLPRequestsetCallback in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>public DLP.Projects.Content.Inspect setFields(String fields)
DLPRequestsetFields in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>public DLP.Projects.Content.Inspect setKey(String key)
DLPRequestsetKey in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>public DLP.Projects.Content.Inspect setOauthToken(String oauthToken)
DLPRequestsetOauthToken in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>public DLP.Projects.Content.Inspect setPrettyPrint(Boolean prettyPrint)
DLPRequestsetPrettyPrint in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>public DLP.Projects.Content.Inspect setQuotaUser(String quotaUser)
DLPRequestsetQuotaUser in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>public DLP.Projects.Content.Inspect setUploadType(String uploadType)
DLPRequestsetUploadType in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>public DLP.Projects.Content.Inspect setUploadProtocol(String uploadProtocol)
DLPRequestsetUploadProtocol in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>public String getParent()
public DLP.Projects.Content.Inspect setParent(String parent)
public DLP.Projects.Content.Inspect set(String parameterName, Object value)
set in class DLPRequest<GooglePrivacyDlpV2InspectContentResponse>Copyright © 2011–2020 Google. All rights reserved.