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 LocationLocation.Builder. build()LocationLocation.Builder. buildPartial()static LocationLocation. getDefaultInstance()LocationLocation.Builder. getDefaultInstanceForType()LocationLocation. getDefaultInstanceForType()LocationFinding.Builder. getLocation()Where the content was found.LocationFinding. getLocation()Where the content was found.LocationFindingOrBuilder. getLocation()Where the content was found.static LocationLocation. parseDelimitedFrom(InputStream input)static LocationLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(byte[] data)static LocationLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(com.google.protobuf.ByteString data)static LocationLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(com.google.protobuf.CodedInputStream input)static LocationLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(InputStream input)static LocationLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(ByteBuffer data)static LocationLocation. 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.BuilderLocation.Builder. mergeFrom(Location other)Finding.BuilderFinding.Builder. mergeLocation(Location value)Where the content was found.static Location.BuilderLocation. newBuilder(Location prototype)Finding.BuilderFinding.Builder. setLocation(Location value)Where the content was found.
-