public interface DataProfileFindingLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContainerName()
public abstract 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 abstract 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 abstract 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 abstract 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 |
|
getLocationExtraDetailsCase()
public abstract DataProfileFindingLocation.LocationExtraDetailsCase getLocationExtraDetailsCase()| Returns | |
|---|---|
| Type | Description |
DataProfileFindingLocation.LocationExtraDetailsCase |
|
hasDataProfileFindingRecordLocation()
public abstract 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. |