public final class GooglePrivacyDlpV2TimespanConfig 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 |
|---|
GooglePrivacyDlpV2TimespanConfig() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2TimespanConfig |
clone() |
Boolean |
getEnableAutoPopulationOfTimespanConfig()
When the job is started by a JobTrigger we will automatically figure out a valid start_time to
avoid scanning files that have not been modified since the last time the JobTrigger executed.
|
String |
getEndTime()
Exclude files, tables, or rows newer than this value.
|
String |
getStartTime()
Exclude files, tables, or rows older than this value.
|
GooglePrivacyDlpV2FieldId |
getTimestampField()
Specification of the field containing the timestamp of scanned items.
|
GooglePrivacyDlpV2TimespanConfig |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2TimespanConfig |
setEnableAutoPopulationOfTimespanConfig(Boolean enableAutoPopulationOfTimespanConfig)
When the job is started by a JobTrigger we will automatically figure out a valid start_time to
avoid scanning files that have not been modified since the last time the JobTrigger executed.
|
GooglePrivacyDlpV2TimespanConfig |
setEndTime(String endTime)
Exclude files, tables, or rows newer than this value.
|
GooglePrivacyDlpV2TimespanConfig |
setStartTime(String startTime)
Exclude files, tables, or rows older than this value.
|
GooglePrivacyDlpV2TimespanConfig |
setTimestampField(GooglePrivacyDlpV2FieldId timestampField)
Specification of the field containing the timestamp of scanned items.
|
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 Boolean getEnableAutoPopulationOfTimespanConfig()
null for nonepublic GooglePrivacyDlpV2TimespanConfig setEnableAutoPopulationOfTimespanConfig(Boolean enableAutoPopulationOfTimespanConfig)
enableAutoPopulationOfTimespanConfig - enableAutoPopulationOfTimespanConfig or null for nonepublic String getEndTime()
null for nonepublic GooglePrivacyDlpV2TimespanConfig setEndTime(String endTime)
endTime - endTime or null for nonepublic String getStartTime()
null for nonepublic GooglePrivacyDlpV2TimespanConfig setStartTime(String startTime)
startTime - startTime or null for nonepublic GooglePrivacyDlpV2FieldId getTimestampField()
null for nonepublic GooglePrivacyDlpV2TimespanConfig setTimestampField(GooglePrivacyDlpV2FieldId timestampField)
timestampField - timestampField or null for nonepublic GooglePrivacyDlpV2TimespanConfig set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2TimespanConfig clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.