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