Uses of Class
com.google.privacy.dlp.v2.Location
-
Packages that use Location Package Description com.google.privacy.dlp.v2 -
-
Uses of Location in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return Location Modifier and Type Method Description Location
Location.Builder. build()
Location
Location.Builder. buildPartial()
static Location
Location. getDefaultInstance()
Location
Location.Builder. getDefaultInstanceForType()
Location
Location. getDefaultInstanceForType()
Location
Finding.Builder. getLocation()
Where the content was found.Location
Finding. getLocation()
Where the content was found.Location
FindingOrBuilder. getLocation()
Where the content was found.static Location
Location. parseDelimitedFrom(InputStream input)
static Location
Location. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(byte[] data)
static Location
Location. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(com.google.protobuf.ByteString data)
static Location
Location. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(com.google.protobuf.CodedInputStream input)
static Location
Location. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(InputStream input)
static Location
Location. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(ByteBuffer data)
static Location
Location. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type Location Modifier and Type Method Description com.google.protobuf.Parser<Location>
Location. getParserForType()
static com.google.protobuf.Parser<Location>
Location. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type Location Modifier and Type Method Description Location.Builder
Location.Builder. mergeFrom(Location other)
Finding.Builder
Finding.Builder. mergeLocation(Location value)
Where the content was found.static Location.Builder
Location. newBuilder(Location prototype)
Finding.Builder
Finding.Builder. setLocation(Location value)
Where the content was found.
-