Uses of Class
com.google.privacy.dlp.v2.DocumentLocation.Builder
-
Packages that use DocumentLocation.Builder Package Description com.google.privacy.dlp.v2 -
-
Uses of DocumentLocation.Builder in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return DocumentLocation.Builder Modifier and Type Method Description DocumentLocation.BuilderDocumentLocation.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DocumentLocation.BuilderDocumentLocation.Builder. clear()DocumentLocation.BuilderDocumentLocation.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)DocumentLocation.BuilderDocumentLocation.Builder. clearFileOffset()Offset of the line, from the beginning of the file, where the finding is located.DocumentLocation.BuilderDocumentLocation.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)DocumentLocation.BuilderDocumentLocation.Builder. clone()DocumentLocation.BuilderContentLocation.Builder. getDocumentLocationBuilder()Location data for document files.DocumentLocation.BuilderDocumentLocation.Builder. mergeFrom(DocumentLocation other)DocumentLocation.BuilderDocumentLocation.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DocumentLocation.BuilderDocumentLocation.Builder. mergeFrom(com.google.protobuf.Message other)DocumentLocation.BuilderDocumentLocation.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static DocumentLocation.BuilderDocumentLocation. newBuilder()static DocumentLocation.BuilderDocumentLocation. newBuilder(DocumentLocation prototype)DocumentLocation.BuilderDocumentLocation. newBuilderForType()protected DocumentLocation.BuilderDocumentLocation. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)DocumentLocation.BuilderDocumentLocation.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DocumentLocation.BuilderDocumentLocation.Builder. setFileOffset(long value)Offset of the line, from the beginning of the file, where the finding is located.DocumentLocation.BuilderDocumentLocation.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)DocumentLocation.BuilderDocumentLocation.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DocumentLocation.BuilderDocumentLocation. toBuilder()Methods in com.google.privacy.dlp.v2 with parameters of type DocumentLocation.Builder Modifier and Type Method Description ContentLocation.BuilderContentLocation.Builder. setDocumentLocation(DocumentLocation.Builder builderForValue)Location data for document files.
-