Uses of Class
com.google.privacy.dlp.v2.TableLocation.Builder
-
Packages that use TableLocation.Builder Package Description com.google.privacy.dlp.v2 -
-
Uses of TableLocation.Builder in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return TableLocation.Builder Modifier and Type Method Description TableLocation.BuilderTableLocation.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TableLocation.BuilderTableLocation.Builder. clear()TableLocation.BuilderTableLocation.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)TableLocation.BuilderTableLocation.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)TableLocation.BuilderTableLocation.Builder. clearRowIndex()The zero-based index of the row where the finding is located.TableLocation.BuilderTableLocation.Builder. clone()TableLocation.BuilderRecordLocation.Builder. getTableLocationBuilder()Location within a `ContentItem.Table`.TableLocation.BuilderTableLocation.Builder. mergeFrom(TableLocation other)TableLocation.BuilderTableLocation.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TableLocation.BuilderTableLocation.Builder. mergeFrom(com.google.protobuf.Message other)TableLocation.BuilderTableLocation.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static TableLocation.BuilderTableLocation. newBuilder()static TableLocation.BuilderTableLocation. newBuilder(TableLocation prototype)TableLocation.BuilderTableLocation. newBuilderForType()protected TableLocation.BuilderTableLocation. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)TableLocation.BuilderTableLocation.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TableLocation.BuilderTableLocation.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)TableLocation.BuilderTableLocation.Builder. setRowIndex(long value)The zero-based index of the row where the finding is located.TableLocation.BuilderTableLocation.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)TableLocation.BuilderTableLocation. toBuilder()Methods in com.google.privacy.dlp.v2 with parameters of type TableLocation.Builder Modifier and Type Method Description RecordLocation.BuilderRecordLocation.Builder. setTableLocation(TableLocation.Builder builderForValue)Location within a `ContentItem.Table`.
-