Class DataProfileFindingLocation (3.66.0)

public final class DataProfileFindingLocation extends GeneratedMessageV3 implements DataProfileFindingLocationOrBuilder

Location of a data profile finding within a resource.

Protobuf type google.privacy.dlp.v2.DataProfileFindingLocation

Static Fields

CONTAINER_NAME_FIELD_NUMBER

public static final int CONTAINER_NAME_FIELD_NUMBER
Field Value
Type Description
int

DATA_PROFILE_FINDING_RECORD_LOCATION_FIELD_NUMBER

public static final int DATA_PROFILE_FINDING_RECORD_LOCATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DataProfileFindingLocation getDefaultInstance()
Returns
Type Description
DataProfileFindingLocation

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DataProfileFindingLocation.Builder newBuilder()
Returns
Type Description
DataProfileFindingLocation.Builder

newBuilder(DataProfileFindingLocation prototype)

public static DataProfileFindingLocation.Builder newBuilder(DataProfileFindingLocation prototype)
Parameter
Name Description
prototype DataProfileFindingLocation
Returns
Type Description
DataProfileFindingLocation.Builder

parseDelimitedFrom(InputStream input)

public static DataProfileFindingLocation parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataProfileFindingLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DataProfileFindingLocation parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DataProfileFindingLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DataProfileFindingLocation parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DataProfileFindingLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DataProfileFindingLocation parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DataProfileFindingLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DataProfileFindingLocation parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataProfileFindingLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DataProfileFindingLocation parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DataProfileFindingLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileFindingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DataProfileFindingLocation> parser()
Returns
Type Description
Parser<DataProfileFindingLocation>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getContainerName()

public String getContainerName()

Name of the container where the finding is located. The top-level name is the source file name or table name. Names of some common storage containers are formatted as follows:

  • BigQuery tables: {project_id}:{dataset_id}.{table_id}
  • Cloud Storage files: gs://{bucket}/{path}

string container_name = 1;

Returns
Type Description
String

The containerName.

getContainerNameBytes()

public ByteString getContainerNameBytes()

Name of the container where the finding is located. The top-level name is the source file name or table name. Names of some common storage containers are formatted as follows:

  • BigQuery tables: {project_id}:{dataset_id}.{table_id}
  • Cloud Storage files: gs://{bucket}/{path}

string container_name = 1;

Returns
Type Description
ByteString

The bytes for containerName.

getDataProfileFindingRecordLocation()

public DataProfileFindingRecordLocation getDataProfileFindingRecordLocation()

Location of a finding within a resource that produces a table data profile.

.google.privacy.dlp.v2.DataProfileFindingRecordLocation data_profile_finding_record_location = 2;

Returns
Type Description
DataProfileFindingRecordLocation

The dataProfileFindingRecordLocation.

getDataProfileFindingRecordLocationOrBuilder()

public DataProfileFindingRecordLocationOrBuilder getDataProfileFindingRecordLocationOrBuilder()

Location of a finding within a resource that produces a table data profile.

.google.privacy.dlp.v2.DataProfileFindingRecordLocation data_profile_finding_record_location = 2;

Returns
Type Description
DataProfileFindingRecordLocationOrBuilder

getDefaultInstanceForType()

public DataProfileFindingLocation getDefaultInstanceForType()
Returns
Type Description
DataProfileFindingLocation

getLocationExtraDetailsCase()

public DataProfileFindingLocation.LocationExtraDetailsCase getLocationExtraDetailsCase()
Returns
Type Description
DataProfileFindingLocation.LocationExtraDetailsCase

getParserForType()

public Parser<DataProfileFindingLocation> getParserForType()
Returns
Type Description
Parser<DataProfileFindingLocation>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasDataProfileFindingRecordLocation()

public boolean hasDataProfileFindingRecordLocation()

Location of a finding within a resource that produces a table data profile.

.google.privacy.dlp.v2.DataProfileFindingRecordLocation data_profile_finding_record_location = 2;

Returns
Type Description
boolean

Whether the dataProfileFindingRecordLocation field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DataProfileFindingLocation.Builder newBuilderForType()
Returns
Type Description
DataProfileFindingLocation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DataProfileFindingLocation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DataProfileFindingLocation.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DataProfileFindingLocation.Builder toBuilder()
Returns
Type Description
DataProfileFindingLocation.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException