Uses of Class
com.google.privacy.dlp.v2.MetadataLocation
-
Packages that use MetadataLocation Package Description com.google.privacy.dlp.v2 -
-
Uses of MetadataLocation in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return MetadataLocation Modifier and Type Method Description MetadataLocation
MetadataLocation.Builder. build()
MetadataLocation
MetadataLocation.Builder. buildPartial()
static MetadataLocation
MetadataLocation. getDefaultInstance()
MetadataLocation
MetadataLocation.Builder. getDefaultInstanceForType()
MetadataLocation
MetadataLocation. getDefaultInstanceForType()
MetadataLocation
ContentLocation.Builder. getMetadataLocation()
Location within the metadata for inspected content.MetadataLocation
ContentLocation. getMetadataLocation()
Location within the metadata for inspected content.MetadataLocation
ContentLocationOrBuilder. getMetadataLocation()
Location within the metadata for inspected content.static MetadataLocation
MetadataLocation. parseDelimitedFrom(InputStream input)
static MetadataLocation
MetadataLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataLocation
MetadataLocation. parseFrom(byte[] data)
static MetadataLocation
MetadataLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataLocation
MetadataLocation. parseFrom(com.google.protobuf.ByteString data)
static MetadataLocation
MetadataLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataLocation
MetadataLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static MetadataLocation
MetadataLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataLocation
MetadataLocation. parseFrom(InputStream input)
static MetadataLocation
MetadataLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataLocation
MetadataLocation. parseFrom(ByteBuffer data)
static MetadataLocation
MetadataLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type MetadataLocation Modifier and Type Method Description com.google.protobuf.Parser<MetadataLocation>
MetadataLocation. getParserForType()
static com.google.protobuf.Parser<MetadataLocation>
MetadataLocation. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type MetadataLocation Modifier and Type Method Description MetadataLocation.Builder
MetadataLocation.Builder. mergeFrom(MetadataLocation other)
ContentLocation.Builder
ContentLocation.Builder. mergeMetadataLocation(MetadataLocation value)
Location within the metadata for inspected content.static MetadataLocation.Builder
MetadataLocation. newBuilder(MetadataLocation prototype)
ContentLocation.Builder
ContentLocation.Builder. setMetadataLocation(MetadataLocation value)
Location within the metadata for inspected content.
-