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