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