Send feedback
Class RecordLocation.Builder (3.6.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.6.2 keyboard_arrow_down
public static final class RecordLocation . Builder extends GeneratedMessageV3 . Builder<RecordLocation . Builder > implements RecordLocationOrBuilder
Location of a finding within a row or record.
Protobuf type google.privacy.dlp.v2.RecordLocation
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RecordLocation . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public RecordLocation build ()
Returns
buildPartial()
public RecordLocation buildPartial ()
Returns
clear()
public RecordLocation . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public RecordLocation . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearFieldId()
public RecordLocation . Builder clearFieldId ()
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public RecordLocation . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearRecordKey()
public RecordLocation . Builder clearRecordKey ()
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
Returns
clearTableLocation()
public RecordLocation . Builder clearTableLocation ()
Location within a ContentItem.Table
.
.google.privacy.dlp.v2.TableLocation table_location = 3;
Returns
clone()
public RecordLocation . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public RecordLocation getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getFieldId()
public FieldId getFieldId ()
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
Returns
getFieldIdBuilder()
public FieldId . Builder getFieldIdBuilder ()
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
Returns
getFieldIdOrBuilder()
public FieldIdOrBuilder getFieldIdOrBuilder ()
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
Returns
getRecordKey()
public RecordKey getRecordKey ()
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
Returns
getRecordKeyBuilder()
public RecordKey . Builder getRecordKeyBuilder ()
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
Returns
getRecordKeyOrBuilder()
public RecordKeyOrBuilder getRecordKeyOrBuilder ()
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
Returns
getTableLocation()
public TableLocation getTableLocation ()
Location within a ContentItem.Table
.
.google.privacy.dlp.v2.TableLocation table_location = 3;
Returns
getTableLocationBuilder()
public TableLocation . Builder getTableLocationBuilder ()
Location within a ContentItem.Table
.
.google.privacy.dlp.v2.TableLocation table_location = 3;
Returns
getTableLocationOrBuilder()
public TableLocationOrBuilder getTableLocationOrBuilder ()
Location within a ContentItem.Table
.
.google.privacy.dlp.v2.TableLocation table_location = 3;
Returns
hasFieldId()
public boolean hasFieldId ()
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
Returns
Type Description boolean Whether the fieldId field is set.
hasRecordKey()
public boolean hasRecordKey ()
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
Returns
Type Description boolean Whether the recordKey field is set.
hasTableLocation()
public boolean hasTableLocation ()
Location within a ContentItem.Table
.
.google.privacy.dlp.v2.TableLocation table_location = 3;
Returns
Type Description boolean Whether the tableLocation field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFieldId(FieldId value)
public RecordLocation . Builder mergeFieldId ( FieldId value )
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
Parameter
Returns
mergeFrom(RecordLocation other)
public RecordLocation . Builder mergeFrom ( RecordLocation other )
Parameter
Returns
public RecordLocation . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public RecordLocation . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeRecordKey(RecordKey value)
public RecordLocation . Builder mergeRecordKey ( RecordKey value )
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
Parameter
Returns
mergeTableLocation(TableLocation value)
public RecordLocation . Builder mergeTableLocation ( TableLocation value )
Location within a ContentItem.Table
.
.google.privacy.dlp.v2.TableLocation table_location = 3;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RecordLocation . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public RecordLocation . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setFieldId(FieldId value)
public RecordLocation . Builder setFieldId ( FieldId value )
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
Parameter
Returns
setFieldId(FieldId.Builder builderForValue)
public RecordLocation . Builder setFieldId ( FieldId . Builder builderForValue )
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
Parameter
Returns
setRecordKey(RecordKey value)
public RecordLocation . Builder setRecordKey ( RecordKey value )
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
Parameter
Returns
setRecordKey(RecordKey.Builder builderForValue)
public RecordLocation . Builder setRecordKey ( RecordKey . Builder builderForValue )
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
Parameter
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RecordLocation . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setTableLocation(TableLocation value)
public RecordLocation . Builder setTableLocation ( TableLocation value )
Location within a ContentItem.Table
.
.google.privacy.dlp.v2.TableLocation table_location = 3;
Parameter
Returns
setTableLocation(TableLocation.Builder builderForValue)
public RecordLocation . Builder setTableLocation ( TableLocation . Builder builderForValue )
Location within a ContentItem.Table
.
.google.privacy.dlp.v2.TableLocation table_location = 3;
Parameter
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final RecordLocation . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]