public final class GooglePrivacyDlpV2CloudStorageRegexFileSet extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Data Loss Prevention (DLP) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GooglePrivacyDlpV2CloudStorageRegexFileSet() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2CloudStorageRegexFileSet |
clone() |
String |
getBucketName()
The name of a Cloud Storage bucket.
|
List<String> |
getExcludeRegex()
A list of regular expressions matching file paths to exclude.
|
List<String> |
getIncludeRegex()
A list of regular expressions matching file paths to include.
|
GooglePrivacyDlpV2CloudStorageRegexFileSet |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2CloudStorageRegexFileSet |
setBucketName(String bucketName)
The name of a Cloud Storage bucket.
|
GooglePrivacyDlpV2CloudStorageRegexFileSet |
setExcludeRegex(List<String> excludeRegex)
A list of regular expressions matching file paths to exclude.
|
GooglePrivacyDlpV2CloudStorageRegexFileSet |
setIncludeRegex(List<String> includeRegex)
A list of regular expressions matching file paths to include.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GooglePrivacyDlpV2CloudStorageRegexFileSet()
public String getBucketName()
null for nonepublic GooglePrivacyDlpV2CloudStorageRegexFileSet setBucketName(String bucketName)
bucketName - bucketName or null for nonepublic List<String> getExcludeRegex()
null for nonepublic GooglePrivacyDlpV2CloudStorageRegexFileSet setExcludeRegex(List<String> excludeRegex)
excludeRegex - excludeRegex or null for nonepublic List<String> getIncludeRegex()
null for nonepublic GooglePrivacyDlpV2CloudStorageRegexFileSet setIncludeRegex(List<String> includeRegex)
includeRegex - includeRegex or null for nonepublic GooglePrivacyDlpV2CloudStorageRegexFileSet set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2CloudStorageRegexFileSet clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.