public final class RecordLocation extends GeneratedMessageV3 implements RecordLocationOrBuilder
Location of a finding within a row or record.
Protobuf type google.privacy.dlp.v2.RecordLocation
Static Fields
FIELD_ID_FIELD_NUMBER
public static final int FIELD_ID_FIELD_NUMBER
Field Value
RECORD_KEY_FIELD_NUMBER
public static final int RECORD_KEY_FIELD_NUMBER
Field Value
TABLE_LOCATION_FIELD_NUMBER
public static final int TABLE_LOCATION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static RecordLocation getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static RecordLocation.Builder newBuilder()
Returns
newBuilder(RecordLocation prototype)
public static RecordLocation.Builder newBuilder(RecordLocation prototype)
Parameter
Returns
public static RecordLocation parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static RecordLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static RecordLocation parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RecordLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static RecordLocation parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RecordLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RecordLocation parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static RecordLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RecordLocation parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static RecordLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static RecordLocation parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RecordLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<RecordLocation> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public RecordLocation getDefaultInstanceForType()
Returns
getFieldId()
public FieldId getFieldId()
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
getParserForType()
public Parser<RecordLocation> getParserForType()
Returns
Overrides
getRecordKey()
public RecordKey getRecordKey()
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
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTableLocation()
public TableLocation getTableLocation()
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
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public RecordLocation.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RecordLocation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public RecordLocation.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions