public interface TableDataProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsResourceLabels(String key)
The labels applied to the resource at the time the profile was generated.
|
DataProfileConfigSnapshot |
getConfigSnapshot()
The snapshot of the configurations used to generate the profile.
|
DataProfileConfigSnapshotOrBuilder |
getConfigSnapshotOrBuilder()
The snapshot of the configurations used to generate the profile.
|
com.google.protobuf.Timestamp |
getCreateTime()
The time at which the table was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time at which the table was created.
|
DataRiskLevel |
getDataRiskLevel()
The data risk level of this table.
|
DataRiskLevelOrBuilder |
getDataRiskLevelOrBuilder()
The data risk level of this table.
|
String |
getDatasetId()
The BigQuery dataset ID.
|
com.google.protobuf.ByteString |
getDatasetIdBytes()
The BigQuery dataset ID.
|
String |
getDatasetLocation()
The BigQuery location where the dataset's data is stored.
|
com.google.protobuf.ByteString |
getDatasetLocationBytes()
The BigQuery location where the dataset's data is stored.
|
String |
getDatasetProjectId()
The GCP project ID that owns the BigQuery dataset.
|
com.google.protobuf.ByteString |
getDatasetProjectIdBytes()
The GCP project ID that owns the BigQuery dataset.
|
EncryptionStatus |
getEncryptionStatus()
How the table is encrypted.
|
int |
getEncryptionStatusValue()
How the table is encrypted.
|
com.google.protobuf.Timestamp |
getExpirationTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getExpirationTimeOrBuilder()
Optional.
|
long |
getFailedColumnCount()
The number of columns skipped in the table because of an error.
|
String |
getFullResource()
The resource name of the table.
|
com.google.protobuf.ByteString |
getFullResourceBytes()
The resource name of the table.
|
com.google.protobuf.Timestamp |
getLastModifiedTime()
The time when this table was last modified
|
com.google.protobuf.TimestampOrBuilder |
getLastModifiedTimeOrBuilder()
The time when this table was last modified
|
String |
getName()
The name of the profile.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the profile.
|
OtherInfoTypeSummary |
getOtherInfoTypes(int index)
Other infoTypes found in this table's data.
|
int |
getOtherInfoTypesCount()
Other infoTypes found in this table's data.
|
List<OtherInfoTypeSummary> |
getOtherInfoTypesList()
Other infoTypes found in this table's data.
|
OtherInfoTypeSummaryOrBuilder |
getOtherInfoTypesOrBuilder(int index)
Other infoTypes found in this table's data.
|
List<? extends OtherInfoTypeSummaryOrBuilder> |
getOtherInfoTypesOrBuilderList()
Other infoTypes found in this table's data.
|
InfoTypeSummary |
getPredictedInfoTypes(int index)
The infoTypes predicted from this table's data.
|
int |
getPredictedInfoTypesCount()
The infoTypes predicted from this table's data.
|
List<InfoTypeSummary> |
getPredictedInfoTypesList()
The infoTypes predicted from this table's data.
|
InfoTypeSummaryOrBuilder |
getPredictedInfoTypesOrBuilder(int index)
The infoTypes predicted from this table's data.
|
List<? extends InfoTypeSummaryOrBuilder> |
getPredictedInfoTypesOrBuilderList()
The infoTypes predicted from this table's data.
|
com.google.protobuf.Timestamp |
getProfileLastGenerated()
The last time the profile was generated.
|
com.google.protobuf.TimestampOrBuilder |
getProfileLastGeneratedOrBuilder()
The last time the profile was generated.
|
ProfileStatus |
getProfileStatus()
Success or error status from the most recent profile generation attempt.
|
ProfileStatusOrBuilder |
getProfileStatusOrBuilder()
Success or error status from the most recent profile generation attempt.
|
String |
getProjectDataProfile()
The resource name to the project data profile for this table.
|
com.google.protobuf.ByteString |
getProjectDataProfileBytes()
The resource name to the project data profile for this table.
|
Map<String,String> |
getResourceLabels()
Deprecated.
|
int |
getResourceLabelsCount()
The labels applied to the resource at the time the profile was generated.
|
Map<String,String> |
getResourceLabelsMap()
The labels applied to the resource at the time the profile was generated.
|
String |
getResourceLabelsOrDefault(String key,
String defaultValue)
The labels applied to the resource at the time the profile was generated.
|
String |
getResourceLabelsOrThrow(String key)
The labels applied to the resource at the time the profile was generated.
|
ResourceVisibility |
getResourceVisibility()
How broadly a resource has been shared.
|
int |
getResourceVisibilityValue()
How broadly a resource has been shared.
|
long |
getRowCount()
Number of rows in the table when the profile was generated.
|
long |
getScannedColumnCount()
The number of columns profiled in the table.
|
SensitivityScore |
getSensitivityScore()
The sensitivity score of this table.
|
SensitivityScoreOrBuilder |
getSensitivityScoreOrBuilder()
The sensitivity score of this table.
|
TableDataProfile.State |
getState()
State of a profile.
|
int |
getStateValue()
State of a profile.
|
String |
getTableId()
The BigQuery table ID.
|
com.google.protobuf.ByteString |
getTableIdBytes()
The BigQuery table ID.
|
long |
getTableSizeBytes()
The size of the table when the profile was generated.
|
boolean |
hasConfigSnapshot()
The snapshot of the configurations used to generate the profile.
|
boolean |
hasCreateTime()
The time at which the table was created.
|
boolean |
hasDataRiskLevel()
The data risk level of this table.
|
boolean |
hasExpirationTime()
Optional.
|
boolean |
hasLastModifiedTime()
The time when this table was last modified
|
boolean |
hasProfileLastGenerated()
The last time the profile was generated.
|
boolean |
hasProfileStatus()
Success or error status from the most recent profile generation attempt.
|
boolean |
hasSensitivityScore()
The sensitivity score of this table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the profile.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the profile.
string name = 1;String getProjectDataProfile()
The resource name to the project data profile for this table.
string project_data_profile = 2;com.google.protobuf.ByteString getProjectDataProfileBytes()
The resource name to the project data profile for this table.
string project_data_profile = 2;String getDatasetProjectId()
The GCP project ID that owns the BigQuery dataset.
string dataset_project_id = 24;com.google.protobuf.ByteString getDatasetProjectIdBytes()
The GCP project ID that owns the BigQuery dataset.
string dataset_project_id = 24;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;com.google.protobuf.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;String getDatasetId()
The BigQuery dataset ID.
string dataset_id = 25;com.google.protobuf.ByteString getDatasetIdBytes()
The BigQuery dataset ID.
string dataset_id = 25;String getTableId()
The BigQuery table ID.
string table_id = 26;com.google.protobuf.ByteString getTableIdBytes()
The BigQuery table ID.
string table_id = 26;String getFullResource()
The resource name of the table. https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource = 3;com.google.protobuf.ByteString getFullResourceBytes()
The resource name of the table. https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource = 3;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;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;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;int getStateValue()
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;TableDataProfile.State getState()
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;boolean hasSensitivityScore()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;SensitivityScore getSensitivityScore()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;SensitivityScoreOrBuilder getSensitivityScoreOrBuilder()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;boolean hasDataRiskLevel()
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;DataRiskLevel getDataRiskLevel()
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;DataRiskLevelOrBuilder getDataRiskLevelOrBuilder()
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;List<InfoTypeSummary> getPredictedInfoTypesList()
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;InfoTypeSummary getPredictedInfoTypes(int index)
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;int getPredictedInfoTypesCount()
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;List<? extends InfoTypeSummaryOrBuilder> getPredictedInfoTypesOrBuilderList()
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;InfoTypeSummaryOrBuilder getPredictedInfoTypesOrBuilder(int index)
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;List<OtherInfoTypeSummary> getOtherInfoTypesList()
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;OtherInfoTypeSummary getOtherInfoTypes(int index)
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;int getOtherInfoTypesCount()
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;List<? extends OtherInfoTypeSummaryOrBuilder> getOtherInfoTypesOrBuilderList()
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;OtherInfoTypeSummaryOrBuilder getOtherInfoTypesOrBuilder(int index)
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;boolean hasConfigSnapshot()
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;DataProfileConfigSnapshot getConfigSnapshot()
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;DataProfileConfigSnapshotOrBuilder getConfigSnapshotOrBuilder()
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;boolean hasLastModifiedTime()
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;com.google.protobuf.Timestamp getLastModifiedTime()
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;com.google.protobuf.TimestampOrBuilder getLastModifiedTimeOrBuilder()
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;boolean hasExpirationTime()
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;com.google.protobuf.Timestamp getExpirationTime()
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;com.google.protobuf.TimestampOrBuilder getExpirationTimeOrBuilder()
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;long getScannedColumnCount()
The number of columns profiled in the table.
int64 scanned_column_count = 10;long getFailedColumnCount()
The number of columns skipped in the table because of an error.
int64 failed_column_count = 11;long getTableSizeBytes()
The size of the table when the profile was generated.
int64 table_size_bytes = 12;long getRowCount()
Number of rows in the table when the profile was generated.
int64 row_count = 13;int getEncryptionStatusValue()
How the table is encrypted.
.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;EncryptionStatus getEncryptionStatus()
How the table is encrypted.
.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;int getResourceVisibilityValue()
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;ResourceVisibility getResourceVisibility()
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;boolean hasProfileLastGenerated()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;com.google.protobuf.Timestamp getProfileLastGenerated()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;com.google.protobuf.TimestampOrBuilder getProfileLastGeneratedOrBuilder()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;int getResourceLabelsCount()
The labels applied to the resource at the time the profile was generated.
map<string, string> resource_labels = 17;boolean containsResourceLabels(String key)
The labels applied to the resource at the time the profile was generated.
map<string, string> resource_labels = 17;@Deprecated Map<String,String> getResourceLabels()
getResourceLabelsMap() instead.Map<String,String> getResourceLabelsMap()
The labels applied to the resource at the time the profile was generated.
map<string, string> resource_labels = 17;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;String getResourceLabelsOrThrow(String key)
The labels applied to the resource at the time the profile was generated.
map<string, string> resource_labels = 17;boolean hasCreateTime()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;com.google.protobuf.Timestamp getCreateTime()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;Copyright © 2022 Google LLC. All rights reserved.