| Package | Description |
|---|---|
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Value.clone() |
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2FixedSizeBucketingConfig.getLowerBound()
Required.
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Bucket.getMax()
Upper bound of the range, exclusive; type must match min.
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2NumericalStatsResult.getMaxValue()
Maximum value appearing in the column.
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Bucket.getMin()
Lower bound of the range, inclusive.
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2NumericalStatsResult.getMinValue()
Minimum value appearing in the column.
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2ReplaceValueConfig.getNewValue()
Value to replace it with.
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Bucket.getReplacementValue()
Required.
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2FixedSizeBucketingConfig.getUpperBound()
Required.
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2ValueFrequency.getValue()
A value contained in the field in question.
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Condition.getValue()
Value to compare against.
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Value.set(String fieldName,
Object value) |
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Value.setBooleanValue(Boolean booleanValue)
boolean
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Value.setDateValue(GoogleTypeDate dateValue)
date
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Value.setDayOfWeekValue(String dayOfWeekValue)
day of week
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Value.setFloatValue(Double floatValue)
float
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Value.setIntegerValue(Long integerValue)
integer
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Value.setStringValue(String stringValue)
string
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Value.setTimestampValue(String timestampValue)
timestamp
|
GooglePrivacyDlpV2Value |
GooglePrivacyDlpV2Value.setTimeValue(GoogleTypeTimeOfDay timeValue)
time of day
|
| Modifier and Type | Method and Description |
|---|---|
List<GooglePrivacyDlpV2Value> |
GooglePrivacyDlpV2NumericalStatsResult.getQuantileValues()
List of 99 values that partition the set of field values into 100 equal sized buckets.
|
List<GooglePrivacyDlpV2Value> |
GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues.getQuasiIdsValues()
The quasi-identifier values.
|
List<GooglePrivacyDlpV2Value> |
GooglePrivacyDlpV2LDiversityEquivalenceClass.getQuasiIdsValues()
Quasi-identifier values defining the k-anonymity equivalence class.
|
List<GooglePrivacyDlpV2Value> |
GooglePrivacyDlpV2KMapEstimationQuasiIdValues.getQuasiIdsValues()
The quasi-identifier values.
|
List<GooglePrivacyDlpV2Value> |
GooglePrivacyDlpV2KAnonymityEquivalenceClass.getQuasiIdsValues()
Set of values defining the equivalence class.
|
List<GooglePrivacyDlpV2Value> |
GooglePrivacyDlpV2Row.getValues()
Individual cells.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2FixedSizeBucketingConfig |
GooglePrivacyDlpV2FixedSizeBucketingConfig.setLowerBound(GooglePrivacyDlpV2Value lowerBound)
Required.
|
GooglePrivacyDlpV2Bucket |
GooglePrivacyDlpV2Bucket.setMax(GooglePrivacyDlpV2Value max)
Upper bound of the range, exclusive; type must match min.
|
GooglePrivacyDlpV2NumericalStatsResult |
GooglePrivacyDlpV2NumericalStatsResult.setMaxValue(GooglePrivacyDlpV2Value maxValue)
Maximum value appearing in the column.
|
GooglePrivacyDlpV2Bucket |
GooglePrivacyDlpV2Bucket.setMin(GooglePrivacyDlpV2Value min)
Lower bound of the range, inclusive.
|
GooglePrivacyDlpV2NumericalStatsResult |
GooglePrivacyDlpV2NumericalStatsResult.setMinValue(GooglePrivacyDlpV2Value minValue)
Minimum value appearing in the column.
|
GooglePrivacyDlpV2ReplaceValueConfig |
GooglePrivacyDlpV2ReplaceValueConfig.setNewValue(GooglePrivacyDlpV2Value newValue)
Value to replace it with.
|
GooglePrivacyDlpV2Bucket |
GooglePrivacyDlpV2Bucket.setReplacementValue(GooglePrivacyDlpV2Value replacementValue)
Required.
|
GooglePrivacyDlpV2FixedSizeBucketingConfig |
GooglePrivacyDlpV2FixedSizeBucketingConfig.setUpperBound(GooglePrivacyDlpV2Value upperBound)
Required.
|
GooglePrivacyDlpV2ValueFrequency |
GooglePrivacyDlpV2ValueFrequency.setValue(GooglePrivacyDlpV2Value value)
A value contained in the field in question.
|
GooglePrivacyDlpV2Condition |
GooglePrivacyDlpV2Condition.setValue(GooglePrivacyDlpV2Value value)
Value to compare against.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2NumericalStatsResult |
GooglePrivacyDlpV2NumericalStatsResult.setQuantileValues(List<GooglePrivacyDlpV2Value> quantileValues)
List of 99 values that partition the set of field values into 100 equal sized buckets.
|
GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues |
GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues.setQuasiIdsValues(List<GooglePrivacyDlpV2Value> quasiIdsValues)
The quasi-identifier values.
|
GooglePrivacyDlpV2LDiversityEquivalenceClass |
GooglePrivacyDlpV2LDiversityEquivalenceClass.setQuasiIdsValues(List<GooglePrivacyDlpV2Value> quasiIdsValues)
Quasi-identifier values defining the k-anonymity equivalence class.
|
GooglePrivacyDlpV2KMapEstimationQuasiIdValues |
GooglePrivacyDlpV2KMapEstimationQuasiIdValues.setQuasiIdsValues(List<GooglePrivacyDlpV2Value> quasiIdsValues)
The quasi-identifier values.
|
GooglePrivacyDlpV2KAnonymityEquivalenceClass |
GooglePrivacyDlpV2KAnonymityEquivalenceClass.setQuasiIdsValues(List<GooglePrivacyDlpV2Value> quasiIdsValues)
Set of values defining the equivalence class.
|
GooglePrivacyDlpV2Row |
GooglePrivacyDlpV2Row.setValues(List<GooglePrivacyDlpV2Value> values)
Individual cells.
|
Copyright © 2011–2020 Google. All rights reserved.