Class TableDataProfile.Builder (3.13.0)

public static final class TableDataProfile.Builder extends GeneratedMessageV3.Builder<TableDataProfile.Builder> implements TableDataProfileOrBuilder

The profile for a scanned table.

Protobuf type google.privacy.dlp.v2.TableDataProfile

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllOtherInfoTypes(Iterable<? extends OtherInfoTypeSummary> values)

public TableDataProfile.Builder addAllOtherInfoTypes(Iterable<? extends OtherInfoTypeSummary> values)

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Parameter
NameDescription
valuesIterable<? extends com.google.privacy.dlp.v2.OtherInfoTypeSummary>
Returns
TypeDescription
TableDataProfile.Builder

addAllPredictedInfoTypes(Iterable<? extends InfoTypeSummary> values)

public TableDataProfile.Builder addAllPredictedInfoTypes(Iterable<? extends InfoTypeSummary> values)

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Parameter
NameDescription
valuesIterable<? extends com.google.privacy.dlp.v2.InfoTypeSummary>
Returns
TypeDescription
TableDataProfile.Builder

addOtherInfoTypes(OtherInfoTypeSummary value)

public TableDataProfile.Builder addOtherInfoTypes(OtherInfoTypeSummary value)

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Parameter
NameDescription
valueOtherInfoTypeSummary
Returns
TypeDescription
TableDataProfile.Builder

addOtherInfoTypes(OtherInfoTypeSummary.Builder builderForValue)

public TableDataProfile.Builder addOtherInfoTypes(OtherInfoTypeSummary.Builder builderForValue)

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Parameter
NameDescription
builderForValueOtherInfoTypeSummary.Builder
Returns
TypeDescription
TableDataProfile.Builder

addOtherInfoTypes(int index, OtherInfoTypeSummary value)

public TableDataProfile.Builder addOtherInfoTypes(int index, OtherInfoTypeSummary value)

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Parameters
NameDescription
indexint
valueOtherInfoTypeSummary
Returns
TypeDescription
TableDataProfile.Builder

addOtherInfoTypes(int index, OtherInfoTypeSummary.Builder builderForValue)

public TableDataProfile.Builder addOtherInfoTypes(int index, OtherInfoTypeSummary.Builder builderForValue)

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Parameters
NameDescription
indexint
builderForValueOtherInfoTypeSummary.Builder
Returns
TypeDescription
TableDataProfile.Builder

addOtherInfoTypesBuilder()

public OtherInfoTypeSummary.Builder addOtherInfoTypesBuilder()

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Returns
TypeDescription
OtherInfoTypeSummary.Builder

addOtherInfoTypesBuilder(int index)

public OtherInfoTypeSummary.Builder addOtherInfoTypesBuilder(int index)

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Parameter
NameDescription
indexint
Returns
TypeDescription
OtherInfoTypeSummary.Builder

addPredictedInfoTypes(InfoTypeSummary value)

public TableDataProfile.Builder addPredictedInfoTypes(InfoTypeSummary value)

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Parameter
NameDescription
valueInfoTypeSummary
Returns
TypeDescription
TableDataProfile.Builder

addPredictedInfoTypes(InfoTypeSummary.Builder builderForValue)

public TableDataProfile.Builder addPredictedInfoTypes(InfoTypeSummary.Builder builderForValue)

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Parameter
NameDescription
builderForValueInfoTypeSummary.Builder
Returns
TypeDescription
TableDataProfile.Builder

addPredictedInfoTypes(int index, InfoTypeSummary value)

public TableDataProfile.Builder addPredictedInfoTypes(int index, InfoTypeSummary value)

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Parameters
NameDescription
indexint
valueInfoTypeSummary
Returns
TypeDescription
TableDataProfile.Builder

addPredictedInfoTypes(int index, InfoTypeSummary.Builder builderForValue)

public TableDataProfile.Builder addPredictedInfoTypes(int index, InfoTypeSummary.Builder builderForValue)

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Parameters
NameDescription
indexint
builderForValueInfoTypeSummary.Builder
Returns
TypeDescription
TableDataProfile.Builder

addPredictedInfoTypesBuilder()

public InfoTypeSummary.Builder addPredictedInfoTypesBuilder()

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Returns
TypeDescription
InfoTypeSummary.Builder

addPredictedInfoTypesBuilder(int index)

public InfoTypeSummary.Builder addPredictedInfoTypesBuilder(int index)

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Parameter
NameDescription
indexint
Returns
TypeDescription
InfoTypeSummary.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TableDataProfile.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TableDataProfile.Builder
Overrides

build()

public TableDataProfile build()
Returns
TypeDescription
TableDataProfile

buildPartial()

public TableDataProfile buildPartial()
Returns
TypeDescription
TableDataProfile

clear()

public TableDataProfile.Builder clear()
Returns
TypeDescription
TableDataProfile.Builder
Overrides

clearConfigSnapshot()

public TableDataProfile.Builder clearConfigSnapshot()

The snapshot of the configurations used to generate the profile.

.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;

Returns
TypeDescription
TableDataProfile.Builder

clearCreateTime()

public TableDataProfile.Builder clearCreateTime()

The time at which the table was created.

.google.protobuf.Timestamp create_time = 23;

Returns
TypeDescription
TableDataProfile.Builder

clearDataRiskLevel()

public TableDataProfile.Builder clearDataRiskLevel()

The data risk level of this table.

.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;

Returns
TypeDescription
TableDataProfile.Builder

clearDatasetId()

public TableDataProfile.Builder clearDatasetId()

The BigQuery dataset ID.

string dataset_id = 25;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearDatasetLocation()

public TableDataProfile.Builder clearDatasetLocation()

The BigQuery location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.

string dataset_location = 29;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearDatasetProjectId()

public TableDataProfile.Builder clearDatasetProjectId()

The GCP project ID that owns the BigQuery dataset.

string dataset_project_id = 24;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearEncryptionStatus()

public TableDataProfile.Builder clearEncryptionStatus()

How the table is encrypted.

.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearExpirationTime()

public TableDataProfile.Builder clearExpirationTime()

Optional. The time when this table expires.

.google.protobuf.Timestamp expiration_time = 9;

Returns
TypeDescription
TableDataProfile.Builder

clearFailedColumnCount()

public TableDataProfile.Builder clearFailedColumnCount()

The number of columns skipped in the table because of an error.

int64 failed_column_count = 11;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public TableDataProfile.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
TableDataProfile.Builder
Overrides

clearFullResource()

public TableDataProfile.Builder clearFullResource()

The resource name of the table. https://cloud.google.com/apis/design/resource_names#full_resource_name

string full_resource = 3;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearLastModifiedTime()

public TableDataProfile.Builder clearLastModifiedTime()

The time when this table was last modified

.google.protobuf.Timestamp last_modified_time = 8;

Returns
TypeDescription
TableDataProfile.Builder

clearName()

public TableDataProfile.Builder clearName()

The name of the profile.

string name = 1;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public TableDataProfile.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
TableDataProfile.Builder
Overrides

clearOtherInfoTypes()

public TableDataProfile.Builder clearOtherInfoTypes()

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Returns
TypeDescription
TableDataProfile.Builder

clearPredictedInfoTypes()

public TableDataProfile.Builder clearPredictedInfoTypes()

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Returns
TypeDescription
TableDataProfile.Builder

clearProfileLastGenerated()

public TableDataProfile.Builder clearProfileLastGenerated()

The last time the profile was generated.

.google.protobuf.Timestamp profile_last_generated = 16;

Returns
TypeDescription
TableDataProfile.Builder

clearProfileStatus()

public TableDataProfile.Builder clearProfileStatus()

Success or error status from the most recent profile generation attempt. May be empty if the profile is still being generated.

.google.privacy.dlp.v2.ProfileStatus profile_status = 21;

Returns
TypeDescription
TableDataProfile.Builder

clearProjectDataProfile()

public TableDataProfile.Builder clearProjectDataProfile()

The resource name to the project data profile for this table.

string project_data_profile = 2;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearResourceLabels()

public TableDataProfile.Builder clearResourceLabels()
Returns
TypeDescription
TableDataProfile.Builder

clearResourceVisibility()

public TableDataProfile.Builder clearResourceVisibility()

How broadly a resource has been shared.

.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearRowCount()

public TableDataProfile.Builder clearRowCount()

Number of rows in the table when the profile was generated. This will not be populated for BigLake tables.

int64 row_count = 13;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearScannedColumnCount()

public TableDataProfile.Builder clearScannedColumnCount()

The number of columns profiled in the table.

int64 scanned_column_count = 10;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearSensitivityScore()

public TableDataProfile.Builder clearSensitivityScore()

The sensitivity score of this table.

.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;

Returns
TypeDescription
TableDataProfile.Builder

clearState()

public TableDataProfile.Builder clearState()

State of a profile.

.google.privacy.dlp.v2.TableDataProfile.State state = 22;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearTableId()

public TableDataProfile.Builder clearTableId()

The BigQuery table ID.

string table_id = 26;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clearTableSizeBytes()

public TableDataProfile.Builder clearTableSizeBytes()

The size of the table when the profile was generated.

int64 table_size_bytes = 12;

Returns
TypeDescription
TableDataProfile.Builder

This builder for chaining.

clone()

public TableDataProfile.Builder clone()
Returns
TypeDescription
TableDataProfile.Builder
Overrides

containsResourceLabels(String key)

public boolean containsResourceLabels(String key)

The labels applied to the resource at the time the profile was generated.

map<string, string> resource_labels = 17;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getConfigSnapshot()

public DataProfileConfigSnapshot getConfigSnapshot()

The snapshot of the configurations used to generate the profile.

.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;

Returns
TypeDescription
DataProfileConfigSnapshot

The configSnapshot.

getConfigSnapshotBuilder()

public DataProfileConfigSnapshot.Builder getConfigSnapshotBuilder()

The snapshot of the configurations used to generate the profile.

.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;

Returns
TypeDescription
DataProfileConfigSnapshot.Builder

getConfigSnapshotOrBuilder()

public DataProfileConfigSnapshotOrBuilder getConfigSnapshotOrBuilder()

The snapshot of the configurations used to generate the profile.

.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;

Returns
TypeDescription
DataProfileConfigSnapshotOrBuilder

getCreateTime()

public Timestamp getCreateTime()

The time at which the table was created.

.google.protobuf.Timestamp create_time = 23;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

The time at which the table was created.

.google.protobuf.Timestamp create_time = 23;

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

The time at which the table was created.

.google.protobuf.Timestamp create_time = 23;

Returns
TypeDescription
TimestampOrBuilder

getDataRiskLevel()

public DataRiskLevel getDataRiskLevel()

The data risk level of this table.

.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;

Returns
TypeDescription
DataRiskLevel

The dataRiskLevel.

getDataRiskLevelBuilder()

public DataRiskLevel.Builder getDataRiskLevelBuilder()

The data risk level of this table.

.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;

Returns
TypeDescription
DataRiskLevel.Builder

getDataRiskLevelOrBuilder()

public DataRiskLevelOrBuilder getDataRiskLevelOrBuilder()

The data risk level of this table.

.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;

Returns
TypeDescription
DataRiskLevelOrBuilder

getDatasetId()

public String getDatasetId()

The BigQuery dataset ID.

string dataset_id = 25;

Returns
TypeDescription
String

The datasetId.

getDatasetIdBytes()

public ByteString getDatasetIdBytes()

The BigQuery dataset ID.

string dataset_id = 25;

Returns
TypeDescription
ByteString

The bytes for datasetId.

getDatasetLocation()

public String getDatasetLocation()

The BigQuery location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.

string dataset_location = 29;

Returns
TypeDescription
String

The datasetLocation.

getDatasetLocationBytes()

public ByteString getDatasetLocationBytes()

The BigQuery location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.

string dataset_location = 29;

Returns
TypeDescription
ByteString

The bytes for datasetLocation.

getDatasetProjectId()

public String getDatasetProjectId()

The GCP project ID that owns the BigQuery dataset.

string dataset_project_id = 24;

Returns
TypeDescription
String

The datasetProjectId.

getDatasetProjectIdBytes()

public ByteString getDatasetProjectIdBytes()

The GCP project ID that owns the BigQuery dataset.

string dataset_project_id = 24;

Returns
TypeDescription
ByteString

The bytes for datasetProjectId.

getDefaultInstanceForType()

public TableDataProfile getDefaultInstanceForType()
Returns
TypeDescription
TableDataProfile

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEncryptionStatus()

public EncryptionStatus getEncryptionStatus()

How the table is encrypted.

.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;

Returns
TypeDescription
EncryptionStatus

The encryptionStatus.

getEncryptionStatusValue()

public int getEncryptionStatusValue()

How the table is encrypted.

.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;

Returns
TypeDescription
int

The enum numeric value on the wire for encryptionStatus.

getExpirationTime()

public Timestamp getExpirationTime()

Optional. The time when this table expires.

.google.protobuf.Timestamp expiration_time = 9;

Returns
TypeDescription
Timestamp

The expirationTime.

getExpirationTimeBuilder()

public Timestamp.Builder getExpirationTimeBuilder()

Optional. The time when this table expires.

.google.protobuf.Timestamp expiration_time = 9;

Returns
TypeDescription
Builder

getExpirationTimeOrBuilder()

public TimestampOrBuilder getExpirationTimeOrBuilder()

Optional. The time when this table expires.

.google.protobuf.Timestamp expiration_time = 9;

Returns
TypeDescription
TimestampOrBuilder

getFailedColumnCount()

public long getFailedColumnCount()

The number of columns skipped in the table because of an error.

int64 failed_column_count = 11;

Returns
TypeDescription
long

The failedColumnCount.

getFullResource()

public String getFullResource()

The resource name of the table. https://cloud.google.com/apis/design/resource_names#full_resource_name

string full_resource = 3;

Returns
TypeDescription
String

The fullResource.

getFullResourceBytes()

public ByteString getFullResourceBytes()

The resource name of the table. https://cloud.google.com/apis/design/resource_names#full_resource_name

string full_resource = 3;

Returns
TypeDescription
ByteString

The bytes for fullResource.

getLastModifiedTime()

public Timestamp getLastModifiedTime()

The time when this table was last modified

.google.protobuf.Timestamp last_modified_time = 8;

Returns
TypeDescription
Timestamp

The lastModifiedTime.

getLastModifiedTimeBuilder()

public Timestamp.Builder getLastModifiedTimeBuilder()

The time when this table was last modified

.google.protobuf.Timestamp last_modified_time = 8;

Returns
TypeDescription
Builder

getLastModifiedTimeOrBuilder()

public TimestampOrBuilder getLastModifiedTimeOrBuilder()

The time when this table was last modified

.google.protobuf.Timestamp last_modified_time = 8;

Returns
TypeDescription
TimestampOrBuilder

getMutableResourceLabels()

public Map<String,String> getMutableResourceLabels()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getName()

public String getName()

The name of the profile.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the profile.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getOtherInfoTypes(int index)

public OtherInfoTypeSummary getOtherInfoTypes(int index)

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Parameter
NameDescription
indexint
Returns
TypeDescription
OtherInfoTypeSummary

getOtherInfoTypesBuilder(int index)

public OtherInfoTypeSummary.Builder getOtherInfoTypesBuilder(int index)

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Parameter
NameDescription
indexint
Returns
TypeDescription
OtherInfoTypeSummary.Builder

getOtherInfoTypesBuilderList()

public List<OtherInfoTypeSummary.Builder> getOtherInfoTypesBuilderList()

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Returns
TypeDescription
List<Builder>

getOtherInfoTypesCount()

public int getOtherInfoTypesCount()

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Returns
TypeDescription
int

getOtherInfoTypesList()

public List<OtherInfoTypeSummary> getOtherInfoTypesList()

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Returns
TypeDescription
List<OtherInfoTypeSummary>

getOtherInfoTypesOrBuilder(int index)

public OtherInfoTypeSummaryOrBuilder getOtherInfoTypesOrBuilder(int index)

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Parameter
NameDescription
indexint
Returns
TypeDescription
OtherInfoTypeSummaryOrBuilder

getOtherInfoTypesOrBuilderList()

public List<? extends OtherInfoTypeSummaryOrBuilder> getOtherInfoTypesOrBuilderList()

Other infoTypes found in this table's data.

repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.OtherInfoTypeSummaryOrBuilder>

getPredictedInfoTypes(int index)

public InfoTypeSummary getPredictedInfoTypes(int index)

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Parameter
NameDescription
indexint
Returns
TypeDescription
InfoTypeSummary

getPredictedInfoTypesBuilder(int index)

public InfoTypeSummary.Builder getPredictedInfoTypesBuilder(int index)

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Parameter
NameDescription
indexint
Returns
TypeDescription
InfoTypeSummary.Builder

getPredictedInfoTypesBuilderList()

public List<InfoTypeSummary.Builder> getPredictedInfoTypesBuilderList()

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Returns
TypeDescription
List<Builder>

getPredictedInfoTypesCount()

public int getPredictedInfoTypesCount()

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Returns
TypeDescription
int

getPredictedInfoTypesList()

public List<InfoTypeSummary> getPredictedInfoTypesList()

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Returns
TypeDescription
List<InfoTypeSummary>

getPredictedInfoTypesOrBuilder(int index)

public InfoTypeSummaryOrBuilder getPredictedInfoTypesOrBuilder(int index)

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Parameter
NameDescription
indexint
Returns
TypeDescription
InfoTypeSummaryOrBuilder

getPredictedInfoTypesOrBuilderList()

public List<? extends InfoTypeSummaryOrBuilder> getPredictedInfoTypesOrBuilderList()

The infoTypes predicted from this table's data.

repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.InfoTypeSummaryOrBuilder>

getProfileLastGenerated()

public Timestamp getProfileLastGenerated()

The last time the profile was generated.

.google.protobuf.Timestamp profile_last_generated = 16;

Returns
TypeDescription
Timestamp

The profileLastGenerated.

getProfileLastGeneratedBuilder()

public Timestamp.Builder getProfileLastGeneratedBuilder()

The last time the profile was generated.

.google.protobuf.Timestamp profile_last_generated = 16;

Returns
TypeDescription
Builder

getProfileLastGeneratedOrBuilder()

public TimestampOrBuilder getProfileLastGeneratedOrBuilder()

The last time the profile was generated.

.google.protobuf.Timestamp profile_last_generated = 16;

Returns
TypeDescription
TimestampOrBuilder

getProfileStatus()

public ProfileStatus getProfileStatus()

Success or error status from the most recent profile generation attempt. May be empty if the profile is still being generated.

.google.privacy.dlp.v2.ProfileStatus profile_status = 21;

Returns
TypeDescription
ProfileStatus

The profileStatus.

getProfileStatusBuilder()

public ProfileStatus.Builder getProfileStatusBuilder()

Success or error status from the most recent profile generation attempt. May be empty if the profile is still being generated.

.google.privacy.dlp.v2.ProfileStatus profile_status = 21;

Returns
TypeDescription
ProfileStatus.Builder

getProfileStatusOrBuilder()

public ProfileStatusOrBuilder getProfileStatusOrBuilder()

Success or error status from the most recent profile generation attempt. May be empty if the profile is still being generated.

.google.privacy.dlp.v2.ProfileStatus profile_status = 21;

Returns
TypeDescription
ProfileStatusOrBuilder

getProjectDataProfile()

public String getProjectDataProfile()

The resource name to the project data profile for this table.

string project_data_profile = 2;

Returns
TypeDescription
String

The projectDataProfile.

getProjectDataProfileBytes()

public ByteString getProjectDataProfileBytes()

The resource name to the project data profile for this table.

string project_data_profile = 2;

Returns
TypeDescription
ByteString

The bytes for projectDataProfile.

getResourceLabels()

public Map<String,String> getResourceLabels()
Returns
TypeDescription
Map<String,String>

getResourceLabelsCount()

public int getResourceLabelsCount()

The labels applied to the resource at the time the profile was generated.

map<string, string> resource_labels = 17;

Returns
TypeDescription
int

getResourceLabelsMap()

public Map<String,String> getResourceLabelsMap()

The labels applied to the resource at the time the profile was generated.

map<string, string> resource_labels = 17;

Returns
TypeDescription
Map<String,String>

getResourceLabelsOrDefault(String key, String defaultValue)

public String getResourceLabelsOrDefault(String key, String defaultValue)

The labels applied to the resource at the time the profile was generated.

map<string, string> resource_labels = 17;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getResourceLabelsOrThrow(String key)

public String getResourceLabelsOrThrow(String key)

The labels applied to the resource at the time the profile was generated.

map<string, string> resource_labels = 17;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getResourceVisibility()

public ResourceVisibility getResourceVisibility()

How broadly a resource has been shared.

.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;

Returns
TypeDescription
ResourceVisibility

The resourceVisibility.

getResourceVisibilityValue()

public int getResourceVisibilityValue()

How broadly a resource has been shared.

.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;

Returns
TypeDescription
int

The enum numeric value on the wire for resourceVisibility.

getRowCount()

public long getRowCount()

Number of rows in the table when the profile was generated. This will not be populated for BigLake tables.

int64 row_count = 13;

Returns
TypeDescription
long

The rowCount.

getScannedColumnCount()

public long getScannedColumnCount()

The number of columns profiled in the table.

int64 scanned_column_count = 10;

Returns
TypeDescription
long

The scannedColumnCount.

getSensitivityScore()

public SensitivityScore getSensitivityScore()

The sensitivity score of this table.

.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;

Returns
TypeDescription
SensitivityScore

The sensitivityScore.

getSensitivityScoreBuilder()

public SensitivityScore.Builder getSensitivityScoreBuilder()

The sensitivity score of this table.

.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;

Returns
TypeDescription
SensitivityScore.Builder

getSensitivityScoreOrBuilder()

public SensitivityScoreOrBuilder getSensitivityScoreOrBuilder()

The sensitivity score of this table.

.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;

Returns
TypeDescription
SensitivityScoreOrBuilder

getState()

public TableDataProfile.State getState()

State of a profile.

.google.privacy.dlp.v2.TableDataProfile.State state = 22;

Returns
TypeDescription
TableDataProfile.State

The state.

getStateValue()

public int getStateValue()

State of a profile.

.google.privacy.dlp.v2.TableDataProfile.State state = 22;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getTableId()

public String getTableId()

The BigQuery table ID.

string table_id = 26;

Returns
TypeDescription
String

The tableId.

getTableIdBytes()

public ByteString getTableIdBytes()

The BigQuery table ID.

string table_id = 26;

Returns
TypeDescription
ByteString

The bytes for tableId.

getTableSizeBytes()

public long getTableSizeBytes()

The size of the table when the profile was generated.

int64 table_size_bytes = 12;

Returns
TypeDescription
long

The tableSizeBytes.

hasConfigSnapshot()

public boolean hasConfigSnapshot()

The snapshot of the configurations used to generate the profile.

.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;

Returns
TypeDescription
boolean

Whether the configSnapshot field is set.

hasCreateTime()

public boolean hasCreateTime()

The time at which the table was created.

.google.protobuf.Timestamp create_time = 23;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasDataRiskLevel()

public boolean hasDataRiskLevel()

The data risk level of this table.

.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;

Returns
TypeDescription
boolean

Whether the dataRiskLevel field is set.

hasExpirationTime()

public boolean hasExpirationTime()

Optional. The time when this table expires.

.google.protobuf.Timestamp expiration_time = 9;

Returns
TypeDescription
boolean

Whether the expirationTime field is set.

hasLastModifiedTime()

public boolean hasLastModifiedTime()

The time when this table was last modified

.google.protobuf.Timestamp last_modified_time = 8;

Returns
TypeDescription
boolean

Whether the lastModifiedTime field is set.

hasProfileLastGenerated()

public boolean hasProfileLastGenerated()

The last time the profile was generated.

.google.protobuf.Timestamp profile_last_generated = 16;

Returns
TypeDescription
boolean

Whether the profileLastGenerated field is set.

hasProfileStatus()

public boolean hasProfileStatus()

Success or error status from the most recent profile generation attempt. May be empty if the profile is still being generated.

.google.privacy.dlp.v2.ProfileStatus profile_status = 21;

Returns
TypeDescription
boolean

Whether the profileStatus field is set.

hasSensitivityScore()

public boolean hasSensitivityScore()

The sensitivity score of this table.

.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;

Returns
TypeD