public static interface Range.Builder extends SdkPojo, CopyableBuilder<Range.Builder,Range>
| Modifier and Type | Method and Description |
|---|---|
Range.Builder |
end(Long end)
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to
the end of the sensitive data.
|
Range.Builder |
start(Long start)
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to
the end of the sensitive data.
|
Range.Builder |
startColumn(Long startColumn)
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRange.Builder start(Long start)
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.
start - The number of lines (for a line range) or characters (for an offset range) from the beginning of the
file to the end of the sensitive data.Range.Builder end(Long end)
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.
end - The number of lines (for a line range) or characters (for an offset range) from the beginning of the
file to the end of the sensitive data.Range.Builder startColumn(Long startColumn)
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
startColumn - In the line where the sensitive data starts, the column within the line where the sensitive data
starts.Copyright © 2023. All rights reserved.