| Package | Description |
|---|---|
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2Range |
GooglePrivacyDlpV2Range.clone() |
GooglePrivacyDlpV2Range |
GooglePrivacyDlpV2Location.getByteRange()
Zero-based byte offsets delimiting the finding.
|
GooglePrivacyDlpV2Range |
GooglePrivacyDlpV2Location.getCodepointRange()
Unicode character offsets delimiting the finding.
|
GooglePrivacyDlpV2Range |
GooglePrivacyDlpV2Range.set(String fieldName,
Object value) |
GooglePrivacyDlpV2Range |
GooglePrivacyDlpV2Range.setEnd(Long end)
Index of the last character of the range (exclusive).
|
GooglePrivacyDlpV2Range |
GooglePrivacyDlpV2Range.setStart(Long start)
Index of the first character of the range (inclusive).
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2Location |
GooglePrivacyDlpV2Location.setByteRange(GooglePrivacyDlpV2Range byteRange)
Zero-based byte offsets delimiting the finding.
|
GooglePrivacyDlpV2Location |
GooglePrivacyDlpV2Location.setCodepointRange(GooglePrivacyDlpV2Range codepointRange)
Unicode character offsets delimiting the finding.
|
Copyright © 2011–2020 Google. All rights reserved.