Uses of Class
com.google.privacy.dlp.v2.Range
-
Packages that use Range Package Description com.google.privacy.dlp.v2 -
-
Uses of Range in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return Range Modifier and Type Method Description Range
Range.Builder. build()
Range
Range.Builder. buildPartial()
Range
Location.Builder. getByteRange()
Zero-based byte offsets delimiting the finding.Range
Location. getByteRange()
Zero-based byte offsets delimiting the finding.Range
LocationOrBuilder. getByteRange()
Zero-based byte offsets delimiting the finding.Range
Location.Builder. getCodepointRange()
Unicode character offsets delimiting the finding.Range
Location. getCodepointRange()
Unicode character offsets delimiting the finding.Range
LocationOrBuilder. getCodepointRange()
Unicode character offsets delimiting the finding.static Range
Range. getDefaultInstance()
Range
Range.Builder. getDefaultInstanceForType()
Range
Range. getDefaultInstanceForType()
static Range
Range. parseDelimitedFrom(InputStream input)
static Range
Range. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Range
Range. parseFrom(byte[] data)
static Range
Range. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Range
Range. parseFrom(com.google.protobuf.ByteString data)
static Range
Range. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Range
Range. parseFrom(com.google.protobuf.CodedInputStream input)
static Range
Range. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Range
Range. parseFrom(InputStream input)
static Range
Range. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Range
Range. parseFrom(ByteBuffer data)
static Range
Range. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type Range Modifier and Type Method Description com.google.protobuf.Parser<Range>
Range. getParserForType()
static com.google.protobuf.Parser<Range>
Range. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type Range Modifier and Type Method Description Location.Builder
Location.Builder. mergeByteRange(Range value)
Zero-based byte offsets delimiting the finding.Location.Builder
Location.Builder. mergeCodepointRange(Range value)
Unicode character offsets delimiting the finding.Range.Builder
Range.Builder. mergeFrom(Range other)
static Range.Builder
Range. newBuilder(Range prototype)
Location.Builder
Location.Builder. setByteRange(Range value)
Zero-based byte offsets delimiting the finding.Location.Builder
Location.Builder. setCodepointRange(Range value)
Unicode character offsets delimiting the finding.
-