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 DocumentLocationDocumentLocation.Builder. build()DocumentLocationDocumentLocation.Builder. buildPartial()static DocumentLocationDocumentLocation. getDefaultInstance()DocumentLocationDocumentLocation.Builder. getDefaultInstanceForType()DocumentLocationDocumentLocation. getDefaultInstanceForType()DocumentLocationContentLocation.Builder. getDocumentLocation()Location data for document files.DocumentLocationContentLocation. getDocumentLocation()Location data for document files.DocumentLocationContentLocationOrBuilder. getDocumentLocation()Location data for document files.static DocumentLocationDocumentLocation. parseDelimitedFrom(InputStream input)static DocumentLocationDocumentLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentLocationDocumentLocation. parseFrom(byte[] data)static DocumentLocationDocumentLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentLocationDocumentLocation. parseFrom(com.google.protobuf.ByteString data)static DocumentLocationDocumentLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentLocationDocumentLocation. parseFrom(com.google.protobuf.CodedInputStream input)static DocumentLocationDocumentLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentLocationDocumentLocation. parseFrom(InputStream input)static DocumentLocationDocumentLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentLocationDocumentLocation. parseFrom(ByteBuffer data)static DocumentLocationDocumentLocation. 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.BuilderContentLocation.Builder. mergeDocumentLocation(DocumentLocation value)Location data for document files.DocumentLocation.BuilderDocumentLocation.Builder. mergeFrom(DocumentLocation other)static DocumentLocation.BuilderDocumentLocation. newBuilder(DocumentLocation prototype)ContentLocation.BuilderContentLocation.Builder. setDocumentLocation(DocumentLocation value)Location data for document files.
-