- 3.66.0 (latest)
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TableDataProfile.BuilderImplements
TableDataProfileOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.privacy.dlp.v2.OtherInfoTypeSummary> |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.privacy.dlp.v2.InfoTypeSummary> |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
addAllRelatedResources(Iterable<? extends RelatedResource> values)
public TableDataProfile.Builder addAllRelatedResources(Iterable<? extends RelatedResource> values)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.privacy.dlp.v2.RelatedResource> |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
addAllTags(Iterable<? extends Tag> values)
public TableDataProfile.Builder addAllTags(Iterable<? extends Tag> values)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.privacy.dlp.v2.Tag> |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
OtherInfoTypeSummary |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue |
OtherInfoTypeSummary.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
value |
OtherInfoTypeSummary |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
builderForValue |
OtherInfoTypeSummary.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
InfoTypeSummary |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue |
InfoTypeSummary.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
value |
InfoTypeSummary |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
builderForValue |
InfoTypeSummary.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InfoTypeSummary.Builder |
addRelatedResources(RelatedResource value)
public TableDataProfile.Builder addRelatedResources(RelatedResource value)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameter | |
---|---|
Name | Description |
value |
RelatedResource |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
addRelatedResources(RelatedResource.Builder builderForValue)
public TableDataProfile.Builder addRelatedResources(RelatedResource.Builder builderForValue)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameter | |
---|---|
Name | Description |
builderForValue |
RelatedResource.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
addRelatedResources(int index, RelatedResource value)
public TableDataProfile.Builder addRelatedResources(int index, RelatedResource value)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
RelatedResource |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
addRelatedResources(int index, RelatedResource.Builder builderForValue)
public TableDataProfile.Builder addRelatedResources(int index, RelatedResource.Builder builderForValue)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
RelatedResource.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
addRelatedResourcesBuilder()
public RelatedResource.Builder addRelatedResourcesBuilder()
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Returns | |
---|---|
Type | Description |
RelatedResource.Builder |
addRelatedResourcesBuilder(int index)
public RelatedResource.Builder addRelatedResourcesBuilder(int index)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RelatedResource.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TableDataProfile.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
addTags(Tag value)
public TableDataProfile.Builder addTags(Tag value)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameter | |
---|---|
Name | Description |
value |
Tag |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
addTags(Tag.Builder builderForValue)
public TableDataProfile.Builder addTags(Tag.Builder builderForValue)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameter | |
---|---|
Name | Description |
builderForValue |
Tag.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
addTags(int index, Tag value)
public TableDataProfile.Builder addTags(int index, Tag value)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Tag |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
addTags(int index, Tag.Builder builderForValue)
public TableDataProfile.Builder addTags(int index, Tag.Builder builderForValue)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Tag.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
addTagsBuilder()
public Tag.Builder addTagsBuilder()
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Returns | |
---|---|
Type | Description |
Tag.Builder |
addTagsBuilder(int index)
public Tag.Builder addTagsBuilder(int index)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Tag.Builder |
build()
public TableDataProfile build()
Returns | |
---|---|
Type | Description |
TableDataProfile |
buildPartial()
public TableDataProfile buildPartial()
Returns | |
---|---|
Type | Description |
TableDataProfile |
clear()
public TableDataProfile.Builder clear()
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearConfigSnapshot()
public TableDataProfile.Builder clearConfigSnapshot()
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearCreateTime()
public TableDataProfile.Builder clearCreateTime()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearDataRiskLevel()
public TableDataProfile.Builder clearDataRiskLevel()
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearDataSourceType()
public TableDataProfile.Builder clearDataSourceType()
The resource type that was profiled.
.google.privacy.dlp.v2.DataSourceType data_source_type = 36;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearDatasetId()
public TableDataProfile.Builder clearDatasetId()
If the resource is BigQuery, the dataset ID.
string dataset_id = 25;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
clearDatasetLocation()
public TableDataProfile.Builder clearDatasetLocation()
If supported, the location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string dataset_location = 29;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
clearDatasetProjectId()
public TableDataProfile.Builder clearDatasetProjectId()
The Google Cloud project ID that owns the resource.
string dataset_project_id = 24;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TableDataProfile.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearFullResource()
public TableDataProfile.Builder clearFullResource()
The Cloud Asset Inventory resource that was profiled in order to generate this TableDataProfile. https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearName()
public TableDataProfile.Builder clearName()
The name of the profile.
string name = 1;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TableDataProfile.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearOtherInfoTypes()
public TableDataProfile.Builder clearOtherInfoTypes()
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearProfileLastGenerated()
public TableDataProfile.Builder clearProfileLastGenerated()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearProjectDataProfile()
public TableDataProfile.Builder clearProjectDataProfile()
The resource name of the project data profile for this table.
string project_data_profile = 2;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
clearRelatedResources()
public TableDataProfile.Builder clearRelatedResources()
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearResourceLabels()
public TableDataProfile.Builder clearResourceLabels()
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearResourceVisibility()
public TableDataProfile.Builder clearResourceVisibility()
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
clearSampleFindingsTable()
public TableDataProfile.Builder clearSampleFindingsTable()
The BigQuery table to which the sample findings are written.
.google.privacy.dlp.v2.BigQueryTable sample_findings_table = 37;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearScannedColumnCount()
public TableDataProfile.Builder clearScannedColumnCount()
The number of columns profiled in the table.
int64 scanned_column_count = 10;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
TableDataProfile.Builder |
clearState()
public TableDataProfile.Builder clearState()
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
clearTableId()
public TableDataProfile.Builder clearTableId()
The table ID.
string table_id = 26;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
clearTags()
public TableDataProfile.Builder clearTags()
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
clone()
public TableDataProfile.Builder clone()
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
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 | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getConfigSnapshot()
public DataProfileConfigSnapshot getConfigSnapshot()
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
DataProfileConfigSnapshotOrBuilder |
getCreateTime()
public Timestamp getCreateTime()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDataRiskLevel()
public DataRiskLevel getDataRiskLevel()
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
DataRiskLevel.Builder |
getDataRiskLevelOrBuilder()
public DataRiskLevelOrBuilder getDataRiskLevelOrBuilder()
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;
Returns | |
---|---|
Type | Description |
DataRiskLevelOrBuilder |
getDataSourceType()
public DataSourceType getDataSourceType()
The resource type that was profiled.
.google.privacy.dlp.v2.DataSourceType data_source_type = 36;
Returns | |
---|---|
Type | Description |
DataSourceType |
The dataSourceType. |
getDataSourceTypeBuilder()
public DataSourceType.Builder getDataSourceTypeBuilder()
The resource type that was profiled.
.google.privacy.dlp.v2.DataSourceType data_source_type = 36;
Returns | |
---|---|
Type | Description |
DataSourceType.Builder |
getDataSourceTypeOrBuilder()
public DataSourceTypeOrBuilder getDataSourceTypeOrBuilder()
The resource type that was profiled.
.google.privacy.dlp.v2.DataSourceType data_source_type = 36;
Returns | |
---|---|
Type | Description |
DataSourceTypeOrBuilder |
getDatasetId()
public String getDatasetId()
If the resource is BigQuery, the dataset ID.
string dataset_id = 25;
Returns | |
---|---|
Type | Description |
String |
The datasetId. |
getDatasetIdBytes()
public ByteString getDatasetIdBytes()
If the resource is BigQuery, the dataset ID.
string dataset_id = 25;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for datasetId. |
getDatasetLocation()
public String getDatasetLocation()
If supported, the location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string dataset_location = 29;
Returns | |
---|---|
Type | Description |
String |
The datasetLocation. |
getDatasetLocationBytes()
public ByteString getDatasetLocationBytes()
If supported, the location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string dataset_location = 29;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for datasetLocation. |
getDatasetProjectId()
public String getDatasetProjectId()
The Google Cloud project ID that owns the resource.
string dataset_project_id = 24;
Returns | |
---|---|
Type | Description |
String |
The datasetProjectId. |
getDatasetProjectIdBytes()
public ByteString getDatasetProjectIdBytes()
The Google Cloud project ID that owns the resource.
string dataset_project_id = 24;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for datasetProjectId. |
getDefaultInstanceForType()
public TableDataProfile getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TableDataProfile |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEncryptionStatus()
public EncryptionStatus getEncryptionStatus()
How the table is encrypted.
.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;
Returns | |
---|---|
Type | Description |
EncryptionStatus |
The encryptionStatus. |
getEncryptionStatusValue()
public int getEncryptionStatusValue()
How the table is encrypted.
.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Timestamp |
The expirationTime. |
getExpirationTimeBuilder()
public Timestamp.Builder getExpirationTimeBuilder()
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;
Returns | |
---|---|
Type | Description |
Builder |
getExpirationTimeOrBuilder()
public TimestampOrBuilder getExpirationTimeOrBuilder()
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getFailedColumnCount()
public long getFailedColumnCount()
The number of columns skipped in the table because of an error.
int64 failed_column_count = 11;
Returns | |
---|---|
Type | Description |
long |
The failedColumnCount. |
getFullResource()
public String getFullResource()
The Cloud Asset Inventory resource that was profiled in order to generate this TableDataProfile. https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource = 3;
Returns | |
---|---|
Type | Description |
String |
The fullResource. |
getFullResourceBytes()
public ByteString getFullResourceBytes()
The Cloud Asset Inventory resource that was profiled in order to generate this TableDataProfile. https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Timestamp |
The lastModifiedTime. |
getLastModifiedTimeBuilder()
public Timestamp.Builder getLastModifiedTimeBuilder()
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;
Returns | |
---|---|
Type | Description |
Builder |
getLastModifiedTimeOrBuilder()
public TimestampOrBuilder getLastModifiedTimeOrBuilder()
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getMutableResourceLabels() (deprecated)
public Map<String,String> getMutableResourceLabels()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getName()
public String getName()
The name of the profile.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
The name of the profile.
string name = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Timestamp |
The profileLastGenerated. |
getProfileLastGeneratedBuilder()
public Timestamp.Builder getProfileLastGeneratedBuilder()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;
Returns | |
---|---|
Type | Description |
Builder |
getProfileLastGeneratedOrBuilder()
public TimestampOrBuilder getProfileLastGeneratedOrBuilder()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ProfileStatusOrBuilder |
getProjectDataProfile()
public String getProjectDataProfile()
The resource name of the project data profile for this table.
string project_data_profile = 2;
Returns | |
---|---|
Type | Description |
String |
The projectDataProfile. |
getProjectDataProfileBytes()
public ByteString getProjectDataProfileBytes()
The resource name of the project data profile for this table.
string project_data_profile = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectDataProfile. |
getRelatedResources(int index)
public RelatedResource getRelatedResources(int index)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RelatedResource |
getRelatedResourcesBuilder(int index)
public RelatedResource.Builder getRelatedResourcesBuilder(int index)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RelatedResource.Builder |
getRelatedResourcesBuilderList()
public List<RelatedResource.Builder> getRelatedResourcesBuilderList()
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Returns | |
---|---|
Type | Description |
List<Builder> |
getRelatedResourcesCount()
public int getRelatedResourcesCount()
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Returns | |
---|---|
Type | Description |
int |
getRelatedResourcesList()
public List<RelatedResource> getRelatedResourcesList()
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Returns | |
---|---|
Type | Description |
List<RelatedResource> |
getRelatedResourcesOrBuilder(int index)
public RelatedResourceOrBuilder getRelatedResourcesOrBuilder(int index)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RelatedResourceOrBuilder |
getRelatedResourcesOrBuilderList()
public List<? extends RelatedResourceOrBuilder> getRelatedResourcesOrBuilderList()
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Returns | |
---|---|
Type | Description |
List<? extends com.google.privacy.dlp.v2.RelatedResourceOrBuilder> |
getResourceLabels() (deprecated)
public Map<String,String> getResourceLabels()
Use #getResourceLabelsMap() instead.
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getResourceVisibility()
public ResourceVisibility getResourceVisibility()
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;
Returns | |
---|---|
Type | Description |
ResourceVisibility |
The resourceVisibility. |
getResourceVisibilityValue()
public int getResourceVisibilityValue()
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long |
The rowCount. |
getSampleFindingsTable()
public BigQueryTable getSampleFindingsTable()
The BigQuery table to which the sample findings are written.
.google.privacy.dlp.v2.BigQueryTable sample_findings_table = 37;
Returns | |
---|---|
Type | Description |
BigQueryTable |
The sampleFindingsTable. |
getSampleFindingsTableBuilder()
public BigQueryTable.Builder getSampleFindingsTableBuilder()
The BigQuery table to which the sample findings are written.
.google.privacy.dlp.v2.BigQueryTable sample_findings_table = 37;
Returns | |
---|---|
Type | Description |
BigQueryTable.Builder |
getSampleFindingsTableOrBuilder()
public BigQueryTableOrBuilder getSampleFindingsTableOrBuilder()
The BigQuery table to which the sample findings are written.
.google.privacy.dlp.v2.BigQueryTable sample_findings_table = 37;
Returns | |
---|---|
Type | Description |
BigQueryTableOrBuilder |
getScannedColumnCount()
public long getScannedColumnCount()
The number of columns profiled in the table.
int64 scanned_column_count = 10;
Returns | |
---|---|
Type | Description |
long |
The scannedColumnCount. |
getSensitivityScore()
public SensitivityScore getSensitivityScore()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;
Returns | |
---|---|
Type | Description |
SensitivityScore |
The sensitivityScore. |
getSensitivityScoreBuilder()
public SensitivityScore.Builder getSensitivityScoreBuilder()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;
Returns | |
---|---|
Type | Description |
SensitivityScore.Builder |
getSensitivityScoreOrBuilder()
public SensitivityScoreOrBuilder getSensitivityScoreOrBuilder()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;
Returns | |
---|---|
Type | Description |
SensitivityScoreOrBuilder |
getState()
public TableDataProfile.State getState()
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;
Returns | |
---|---|
Type | Description |
TableDataProfile.State |
The state. |
getStateValue()
public int getStateValue()
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
getTableId()
public String getTableId()
The table ID.
string table_id = 26;
Returns | |
---|---|
Type | Description |
String |
The tableId. |
getTableIdBytes()
public ByteString getTableIdBytes()
The table ID.
string table_id = 26;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long |
The tableSizeBytes. |
getTags(int index)
public Tag getTags(int index)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Tag |
getTagsBuilder(int index)
public Tag.Builder getTagsBuilder(int index)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Tag.Builder |
getTagsBuilderList()
public List<Tag.Builder> getTagsBuilderList()
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Returns | |
---|---|
Type | Description |
List<Builder> |
getTagsCount()
public int getTagsCount()
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Returns | |
---|---|
Type | Description |
int |
getTagsList()
public List<Tag> getTagsList()
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Returns | |
---|---|
Type | Description |
List<Tag> |
getTagsOrBuilder(int index)
public TagOrBuilder getTagsOrBuilder(int index)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TagOrBuilder |
getTagsOrBuilderList()
public List<? extends TagOrBuilder> getTagsOrBuilderList()
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Returns | |
---|---|
Type | Description |
List<? extends com.google.privacy.dlp.v2.TagOrBuilder> |
hasConfigSnapshot()
public boolean hasConfigSnapshot()
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the dataRiskLevel field is set. |
hasDataSourceType()
public boolean hasDataSourceType()
The resource type that was profiled.
.google.privacy.dlp.v2.DataSourceType data_source_type = 36;
Returns | |
---|---|
Type | Description |
boolean |
Whether the dataSourceType field is set. |
hasExpirationTime()
public boolean hasExpirationTime()
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the profileStatus field is set. |
hasSampleFindingsTable()
public boolean hasSampleFindingsTable()
The BigQuery table to which the sample findings are written.
.google.privacy.dlp.v2.BigQueryTable sample_findings_table = 37;
Returns | |
---|---|
Type | Description |
boolean |
Whether the sampleFindingsTable field is set. |
hasSensitivityScore()
public boolean hasSensitivityScore()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the sensitivityScore field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeConfigSnapshot(DataProfileConfigSnapshot value)
public TableDataProfile.Builder mergeConfigSnapshot(DataProfileConfigSnapshot value)
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;
Parameter | |
---|---|
Name | Description |
value |
DataProfileConfigSnapshot |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeCreateTime(Timestamp value)
public TableDataProfile.Builder mergeCreateTime(Timestamp value)
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeDataRiskLevel(DataRiskLevel value)
public TableDataProfile.Builder mergeDataRiskLevel(DataRiskLevel value)
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;
Parameter | |
---|---|
Name | Description |
value |
DataRiskLevel |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeDataSourceType(DataSourceType value)
public TableDataProfile.Builder mergeDataSourceType(DataSourceType value)
The resource type that was profiled.
.google.privacy.dlp.v2.DataSourceType data_source_type = 36;
Parameter | |
---|---|
Name | Description |
value |
DataSourceType |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeExpirationTime(Timestamp value)
public TableDataProfile.Builder mergeExpirationTime(Timestamp value)
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeFrom(TableDataProfile other)
public TableDataProfile.Builder mergeFrom(TableDataProfile other)
Parameter | |
---|---|
Name | Description |
other |
TableDataProfile |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TableDataProfile.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public TableDataProfile.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeLastModifiedTime(Timestamp value)
public TableDataProfile.Builder mergeLastModifiedTime(Timestamp value)
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeProfileLastGenerated(Timestamp value)
public TableDataProfile.Builder mergeProfileLastGenerated(Timestamp value)
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeProfileStatus(ProfileStatus value)
public TableDataProfile.Builder mergeProfileStatus(ProfileStatus value)
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;
Parameter | |
---|---|
Name | Description |
value |
ProfileStatus |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeSampleFindingsTable(BigQueryTable value)
public TableDataProfile.Builder mergeSampleFindingsTable(BigQueryTable value)
The BigQuery table to which the sample findings are written.
.google.privacy.dlp.v2.BigQueryTable sample_findings_table = 37;
Parameter | |
---|---|
Name | Description |
value |
BigQueryTable |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeSensitivityScore(SensitivityScore value)
public TableDataProfile.Builder mergeSensitivityScore(SensitivityScore value)
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;
Parameter | |
---|---|
Name | Description |
value |
SensitivityScore |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TableDataProfile.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
putAllResourceLabels(Map<String,String> values)
public TableDataProfile.Builder putAllResourceLabels(Map<String,String> values)
The labels applied to the resource at the time the profile was generated.
map<string, string> resource_labels = 17;
Parameter | |
---|---|
Name | Description |
values |
Map<String,String> |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
putResourceLabels(String key, String value)
public TableDataProfile.Builder putResourceLabels(String key, String value)
The labels applied to the resource at the time the profile was generated.
map<string, string> resource_labels = 17;
Parameters | |
---|---|
Name | Description |
key |
String |
value |
String |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
removeOtherInfoTypes(int index)
public TableDataProfile.Builder removeOtherInfoTypes(int index)
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
removePredictedInfoTypes(int index)
public TableDataProfile.Builder removePredictedInfoTypes(int index)
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
removeRelatedResources(int index)
public TableDataProfile.Builder removeRelatedResources(int index)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
removeResourceLabels(String key)
public TableDataProfile.Builder removeResourceLabels(String key)
The labels applied to the resource at the time the profile was generated.
map<string, string> resource_labels = 17;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
removeTags(int index)
public TableDataProfile.Builder removeTags(int index)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setConfigSnapshot(DataProfileConfigSnapshot value)
public TableDataProfile.Builder setConfigSnapshot(DataProfileConfigSnapshot value)
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;
Parameter | |
---|---|
Name | Description |
value |
DataProfileConfigSnapshot |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setConfigSnapshot(DataProfileConfigSnapshot.Builder builderForValue)
public TableDataProfile.Builder setConfigSnapshot(DataProfileConfigSnapshot.Builder builderForValue)
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataProfileConfigSnapshot.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setCreateTime(Timestamp value)
public TableDataProfile.Builder setCreateTime(Timestamp value)
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public TableDataProfile.Builder setCreateTime(Timestamp.Builder builderForValue)
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setDataRiskLevel(DataRiskLevel value)
public TableDataProfile.Builder setDataRiskLevel(DataRiskLevel value)
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;
Parameter | |
---|---|
Name | Description |
value |
DataRiskLevel |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setDataRiskLevel(DataRiskLevel.Builder builderForValue)
public TableDataProfile.Builder setDataRiskLevel(DataRiskLevel.Builder builderForValue)
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataRiskLevel.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setDataSourceType(DataSourceType value)
public TableDataProfile.Builder setDataSourceType(DataSourceType value)
The resource type that was profiled.
.google.privacy.dlp.v2.DataSourceType data_source_type = 36;
Parameter | |
---|---|
Name | Description |
value |
DataSourceType |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setDataSourceType(DataSourceType.Builder builderForValue)
public TableDataProfile.Builder setDataSourceType(DataSourceType.Builder builderForValue)
The resource type that was profiled.
.google.privacy.dlp.v2.DataSourceType data_source_type = 36;
Parameter | |
---|---|
Name | Description |
builderForValue |
DataSourceType.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setDatasetId(String value)
public TableDataProfile.Builder setDatasetId(String value)
If the resource is BigQuery, the dataset ID.
string dataset_id = 25;
Parameter | |
---|---|
Name | Description |
value |
String The datasetId to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setDatasetIdBytes(ByteString value)
public TableDataProfile.Builder setDatasetIdBytes(ByteString value)
If the resource is BigQuery, the dataset ID.
string dataset_id = 25;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for datasetId to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setDatasetLocation(String value)
public TableDataProfile.Builder setDatasetLocation(String value)
If supported, the location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string dataset_location = 29;
Parameter | |
---|---|
Name | Description |
value |
String The datasetLocation to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setDatasetLocationBytes(ByteString value)
public TableDataProfile.Builder setDatasetLocationBytes(ByteString value)
If supported, the location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string dataset_location = 29;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for datasetLocation to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setDatasetProjectId(String value)
public TableDataProfile.Builder setDatasetProjectId(String value)
The Google Cloud project ID that owns the resource.
string dataset_project_id = 24;
Parameter | |
---|---|
Name | Description |
value |
String The datasetProjectId to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setDatasetProjectIdBytes(ByteString value)
public TableDataProfile.Builder setDatasetProjectIdBytes(ByteString value)
The Google Cloud project ID that owns the resource.
string dataset_project_id = 24;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for datasetProjectId to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setEncryptionStatus(EncryptionStatus value)
public TableDataProfile.Builder setEncryptionStatus(EncryptionStatus value)
How the table is encrypted.
.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;
Parameter | |
---|---|
Name | Description |
value |
EncryptionStatus The encryptionStatus to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setEncryptionStatusValue(int value)
public TableDataProfile.Builder setEncryptionStatusValue(int value)
How the table is encrypted.
.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for encryptionStatus to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setExpirationTime(Timestamp value)
public TableDataProfile.Builder setExpirationTime(Timestamp value)
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setExpirationTime(Timestamp.Builder builderForValue)
public TableDataProfile.Builder setExpirationTime(Timestamp.Builder builderForValue)
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setFailedColumnCount(long value)
public TableDataProfile.Builder setFailedColumnCount(long value)
The number of columns skipped in the table because of an error.
int64 failed_column_count = 11;
Parameter | |
---|---|
Name | Description |
value |
long The failedColumnCount to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TableDataProfile.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setFullResource(String value)
public TableDataProfile.Builder setFullResource(String value)
The Cloud Asset Inventory resource that was profiled in order to generate this TableDataProfile. https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource = 3;
Parameter | |
---|---|
Name | Description |
value |
String The fullResource to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setFullResourceBytes(ByteString value)
public TableDataProfile.Builder setFullResourceBytes(ByteString value)
The Cloud Asset Inventory resource that was profiled in order to generate this TableDataProfile. https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for fullResource to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setLastModifiedTime(Timestamp value)
public TableDataProfile.Builder setLastModifiedTime(Timestamp value)
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setLastModifiedTime(Timestamp.Builder builderForValue)
public TableDataProfile.Builder setLastModifiedTime(Timestamp.Builder builderForValue)
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setName(String value)
public TableDataProfile.Builder setName(String value)
The name of the profile.
string name = 1;
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public TableDataProfile.Builder setNameBytes(ByteString value)
The name of the profile.
string name = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setOtherInfoTypes(int index, OtherInfoTypeSummary value)
public TableDataProfile.Builder setOtherInfoTypes(int index, OtherInfoTypeSummary value)
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OtherInfoTypeSummary |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setOtherInfoTypes(int index, OtherInfoTypeSummary.Builder builderForValue)
public TableDataProfile.Builder setOtherInfoTypes(int index, OtherInfoTypeSummary.Builder builderForValue)
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OtherInfoTypeSummary.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setPredictedInfoTypes(int index, InfoTypeSummary value)
public TableDataProfile.Builder setPredictedInfoTypes(int index, InfoTypeSummary value)
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
InfoTypeSummary |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setPredictedInfoTypes(int index, InfoTypeSummary.Builder builderForValue)
public TableDataProfile.Builder setPredictedInfoTypes(int index, InfoTypeSummary.Builder builderForValue)
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
InfoTypeSummary.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setProfileLastGenerated(Timestamp value)
public TableDataProfile.Builder setProfileLastGenerated(Timestamp value)
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setProfileLastGenerated(Timestamp.Builder builderForValue)
public TableDataProfile.Builder setProfileLastGenerated(Timestamp.Builder builderForValue)
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setProfileStatus(ProfileStatus value)
public TableDataProfile.Builder setProfileStatus(ProfileStatus value)
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;
Parameter | |
---|---|
Name | Description |
value |
ProfileStatus |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setProfileStatus(ProfileStatus.Builder builderForValue)
public TableDataProfile.Builder setProfileStatus(ProfileStatus.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue |
ProfileStatus.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setProjectDataProfile(String value)
public TableDataProfile.Builder setProjectDataProfile(String value)
The resource name of the project data profile for this table.
string project_data_profile = 2;
Parameter | |
---|---|
Name | Description |
value |
String The projectDataProfile to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setProjectDataProfileBytes(ByteString value)
public TableDataProfile.Builder setProjectDataProfileBytes(ByteString value)
The resource name of the project data profile for this table.
string project_data_profile = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for projectDataProfile to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setRelatedResources(int index, RelatedResource value)
public TableDataProfile.Builder setRelatedResources(int index, RelatedResource value)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
RelatedResource |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setRelatedResources(int index, RelatedResource.Builder builderForValue)
public TableDataProfile.Builder setRelatedResources(int index, RelatedResource.Builder builderForValue)
Resources related to this profile.
repeated .google.privacy.dlp.v2.RelatedResource related_resources = 41;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
RelatedResource.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TableDataProfile.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setResourceVisibility(ResourceVisibility value)
public TableDataProfile.Builder setResourceVisibility(ResourceVisibility value)
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;
Parameter | |
---|---|
Name | Description |
value |
ResourceVisibility The resourceVisibility to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setResourceVisibilityValue(int value)
public TableDataProfile.Builder setResourceVisibilityValue(int value)
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for resourceVisibility to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setRowCount(long value)
public TableDataProfile.Builder setRowCount(long value)
Number of rows in the table when the profile was generated. This will not be populated for BigLake tables.
int64 row_count = 13;
Parameter | |
---|---|
Name | Description |
value |
long The rowCount to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setSampleFindingsTable(BigQueryTable value)
public TableDataProfile.Builder setSampleFindingsTable(BigQueryTable value)
The BigQuery table to which the sample findings are written.
.google.privacy.dlp.v2.BigQueryTable sample_findings_table = 37;
Parameter | |
---|---|
Name | Description |
value |
BigQueryTable |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setSampleFindingsTable(BigQueryTable.Builder builderForValue)
public TableDataProfile.Builder setSampleFindingsTable(BigQueryTable.Builder builderForValue)
The BigQuery table to which the sample findings are written.
.google.privacy.dlp.v2.BigQueryTable sample_findings_table = 37;
Parameter | |
---|---|
Name | Description |
builderForValue |
BigQueryTable.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setScannedColumnCount(long value)
public TableDataProfile.Builder setScannedColumnCount(long value)
The number of columns profiled in the table.
int64 scanned_column_count = 10;
Parameter | |
---|---|
Name | Description |
value |
long The scannedColumnCount to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setSensitivityScore(SensitivityScore value)
public TableDataProfile.Builder setSensitivityScore(SensitivityScore value)
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;
Parameter | |
---|---|
Name | Description |
value |
SensitivityScore |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setSensitivityScore(SensitivityScore.Builder builderForValue)
public TableDataProfile.Builder setSensitivityScore(SensitivityScore.Builder builderForValue)
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;
Parameter | |
---|---|
Name | Description |
builderForValue |
SensitivityScore.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setState(TableDataProfile.State value)
public TableDataProfile.Builder setState(TableDataProfile.State value)
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;
Parameter | |
---|---|
Name | Description |
value |
TableDataProfile.State The state to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setStateValue(int value)
public TableDataProfile.Builder setStateValue(int value)
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for state to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setTableId(String value)
public TableDataProfile.Builder setTableId(String value)
The table ID.
string table_id = 26;
Parameter | |
---|---|
Name | Description |
value |
String The tableId to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setTableIdBytes(ByteString value)
public TableDataProfile.Builder setTableIdBytes(ByteString value)
The table ID.
string table_id = 26;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for tableId to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setTableSizeBytes(long value)
public TableDataProfile.Builder setTableSizeBytes(long value)
The size of the table when the profile was generated.
int64 table_size_bytes = 12;
Parameter | |
---|---|
Name | Description |
value |
long The tableSizeBytes to set. |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
This builder for chaining. |
setTags(int index, Tag value)
public TableDataProfile.Builder setTags(int index, Tag value)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Tag |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setTags(int index, Tag.Builder builderForValue)
public TableDataProfile.Builder setTags(int index, Tag.Builder builderForValue)
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
repeated .google.privacy.dlp.v2.Tag tags = 39;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Tag.Builder |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TableDataProfile.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TableDataProfile.Builder |