public class DLP.Organizations.Locations.DlpJobs.List extends DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
List(String parent)
Lists DlpJobs that match the specified filter in the request.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 List(String parent)
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 - 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-west3public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<GooglePrivacyDlpV2ListDlpJobsResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<GooglePrivacyDlpV2ListDlpJobsResponse>IOExceptionpublic DLP.Organizations.Locations.DlpJobs.List set$Xgafv(String $Xgafv)
DLPRequestset$Xgafv in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>public DLP.Organizations.Locations.DlpJobs.List setAccessToken(String accessToken)
DLPRequestsetAccessToken in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>public DLP.Organizations.Locations.DlpJobs.List setAlt(String alt)
DLPRequestsetAlt in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>public DLP.Organizations.Locations.DlpJobs.List setCallback(String callback)
DLPRequestsetCallback in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>public DLP.Organizations.Locations.DlpJobs.List setFields(String fields)
DLPRequestsetFields in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>public DLP.Organizations.Locations.DlpJobs.List setKey(String key)
DLPRequestsetKey in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>public DLP.Organizations.Locations.DlpJobs.List setOauthToken(String oauthToken)
DLPRequestsetOauthToken in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>public DLP.Organizations.Locations.DlpJobs.List setPrettyPrint(Boolean prettyPrint)
DLPRequestsetPrettyPrint in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>public DLP.Organizations.Locations.DlpJobs.List setQuotaUser(String quotaUser)
DLPRequestsetQuotaUser in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>public DLP.Organizations.Locations.DlpJobs.List setUploadType(String uploadType)
DLPRequestsetUploadType in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>public DLP.Organizations.Locations.DlpJobs.List setUploadProtocol(String uploadProtocol)
DLPRequestsetUploadProtocol in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>public String getParent()
public DLP.Organizations.Locations.DlpJobs.List setParent(String parent)
public String getFilter()
public DLP.Organizations.Locations.DlpJobs.List setFilter(String filter)
public String getLocationId()
public DLP.Organizations.Locations.DlpJobs.List setLocationId(String locationId)
public String getOrderBy()
public DLP.Organizations.Locations.DlpJobs.List setOrderBy(String orderBy)
public Integer getPageSize()
public DLP.Organizations.Locations.DlpJobs.List setPageSize(Integer pageSize)
public String getPageToken()
public DLP.Organizations.Locations.DlpJobs.List setPageToken(String pageToken)
public String getType()
public DLP.Organizations.Locations.DlpJobs.List setType(String type)
public DLP.Organizations.Locations.DlpJobs.List set(String parameterName, Object value)
set in class DLPRequest<GooglePrivacyDlpV2ListDlpJobsResponse>Copyright © 2011–2020 Google. All rights reserved.