public final class GooglePrivacyDlpV2TransformationSummary 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 |
|---|
GooglePrivacyDlpV2TransformationSummary() |
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 GooglePrivacyDlpV2TransformationSummary()
public GooglePrivacyDlpV2FieldId getField()
null for nonepublic GooglePrivacyDlpV2TransformationSummary setField(GooglePrivacyDlpV2FieldId field)
field - field or null for nonepublic List<GooglePrivacyDlpV2FieldTransformation> getFieldTransformations()
null for nonepublic GooglePrivacyDlpV2TransformationSummary setFieldTransformations(List<GooglePrivacyDlpV2FieldTransformation> fieldTransformations)
fieldTransformations - fieldTransformations or null for nonepublic GooglePrivacyDlpV2InfoType getInfoType()
null for nonepublic GooglePrivacyDlpV2TransformationSummary setInfoType(GooglePrivacyDlpV2InfoType infoType)
infoType - infoType or null for nonepublic GooglePrivacyDlpV2RecordSuppression getRecordSuppress()
null for nonepublic GooglePrivacyDlpV2TransformationSummary setRecordSuppress(GooglePrivacyDlpV2RecordSuppression recordSuppress)
recordSuppress - recordSuppress or null for nonepublic List<GooglePrivacyDlpV2SummaryResult> getResults()
null for nonepublic GooglePrivacyDlpV2TransformationSummary setResults(List<GooglePrivacyDlpV2SummaryResult> results)
results - results or null for nonepublic GooglePrivacyDlpV2PrimitiveTransformation getTransformation()
null for nonepublic GooglePrivacyDlpV2TransformationSummary setTransformation(GooglePrivacyDlpV2PrimitiveTransformation transformation)
transformation - transformation or null for nonepublic Long getTransformedBytes()
null for nonepublic GooglePrivacyDlpV2TransformationSummary setTransformedBytes(Long transformedBytes)
transformedBytes - transformedBytes or null for nonepublic GooglePrivacyDlpV2TransformationSummary set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2TransformationSummary clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.