public static final class TableDataProfile.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder> implements TableDataProfileOrBuilder
The profile for a scanned table.Protobuf type
google.privacy.dlp.v2.TableDataProfile| Modifier and Type | Method and Description |
|---|---|
TableDataProfile.Builder |
addAllOtherInfoTypes(Iterable<? extends OtherInfoTypeSummary> values)
Other infoTypes found in this table's data.
|
TableDataProfile.Builder |
addAllPredictedInfoTypes(Iterable<? extends InfoTypeSummary> values)
The infoTypes predicted from this table's data.
|
TableDataProfile.Builder |
addOtherInfoTypes(int index,
OtherInfoTypeSummary.Builder builderForValue)
Other infoTypes found in this table's data.
|
TableDataProfile.Builder |
addOtherInfoTypes(int index,
OtherInfoTypeSummary value)
Other infoTypes found in this table's data.
|
TableDataProfile.Builder |
addOtherInfoTypes(OtherInfoTypeSummary.Builder builderForValue)
Other infoTypes found in this table's data.
|
TableDataProfile.Builder |
addOtherInfoTypes(OtherInfoTypeSummary value)
Other infoTypes found in this table's data.
|
OtherInfoTypeSummary.Builder |
addOtherInfoTypesBuilder()
Other infoTypes found in this table's data.
|
OtherInfoTypeSummary.Builder |
addOtherInfoTypesBuilder(int index)
Other infoTypes found in this table's data.
|
TableDataProfile.Builder |
addPredictedInfoTypes(InfoTypeSummary.Builder builderForValue)
The infoTypes predicted from this table's data.
|
TableDataProfile.Builder |
addPredictedInfoTypes(InfoTypeSummary value)
The infoTypes predicted from this table's data.
|
TableDataProfile.Builder |
addPredictedInfoTypes(int index,
InfoTypeSummary.Builder builderForValue)
The infoTypes predicted from this table's data.
|
TableDataProfile.Builder |
addPredictedInfoTypes(int index,
InfoTypeSummary value)
The infoTypes predicted from this table's data.
|
InfoTypeSummary.Builder |
addPredictedInfoTypesBuilder()
The infoTypes predicted from this table's data.
|
InfoTypeSummary.Builder |
addPredictedInfoTypesBuilder(int index)
The infoTypes predicted from this table's data.
|
TableDataProfile.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TableDataProfile |
build() |
TableDataProfile |
buildPartial() |
TableDataProfile.Builder |
clear() |
TableDataProfile.Builder |
clearConfigSnapshot()
The snapshot of the configurations used to generate the profile.
|
TableDataProfile.Builder |
clearCreateTime()
The time at which the table was created.
|
TableDataProfile.Builder |
clearDataRiskLevel()
The data risk level of this table.
|
TableDataProfile.Builder |
clearDatasetId()
The BigQuery dataset ID.
|
TableDataProfile.Builder |
clearDatasetLocation()
The BigQuery location where the dataset's data is stored.
|
TableDataProfile.Builder |
clearDatasetProjectId()
The GCP project ID that owns the BigQuery dataset.
|
TableDataProfile.Builder |
clearEncryptionStatus()
How the table is encrypted.
|
TableDataProfile.Builder |
clearExpirationTime()
Optional.
|
TableDataProfile.Builder |
clearFailedColumnCount()
The number of columns skipped in the table because of an error.
|
TableDataProfile.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TableDataProfile.Builder |
clearFullResource()
The resource name of the table.
|
TableDataProfile.Builder |
clearLastModifiedTime()
The time when this table was last modified
|
TableDataProfile.Builder |
clearName()
The name of the profile.
|
TableDataProfile.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TableDataProfile.Builder |
clearOtherInfoTypes()
Other infoTypes found in this table's data.
|
TableDataProfile.Builder |
clearPredictedInfoTypes()
The infoTypes predicted from this table's data.
|
TableDataProfile.Builder |
clearProfileLastGenerated()
The last time the profile was generated.
|
TableDataProfile.Builder |
clearProfileStatus()
Success or error status from the most recent profile generation attempt.
|
TableDataProfile.Builder |
clearProjectDataProfile()
The resource name to the project data profile for this table.
|
TableDataProfile.Builder |
clearResourceLabels() |
TableDataProfile.Builder |
clearResourceVisibility()
How broadly a resource has been shared.
|
TableDataProfile.Builder |
clearRowCount()
Number of rows in the table when the profile was generated.
|
TableDataProfile.Builder |
clearScannedColumnCount()
The number of columns profiled in the table.
|
TableDataProfile.Builder |
clearSensitivityScore()
The sensitivity score of this table.
|
TableDataProfile.Builder |
clearState()
State of a profile.
|
TableDataProfile.Builder |
clearTableId()
The BigQuery table ID.
|
TableDataProfile.Builder |
clearTableSizeBytes()
The size of the table when the profile was generated.
|
TableDataProfile.Builder |
clone() |
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.
|
DataProfileConfigSnapshot.Builder |
getConfigSnapshotBuilder()
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.Timestamp.Builder |
getCreateTimeBuilder()
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.
|
DataRiskLevel.Builder |
getDataRiskLevelBuilder()
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.
|
TableDataProfile |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
EncryptionStatus |
getEncryptionStatus()
How the table is encrypted.
|
int |
getEncryptionStatusValue()
How the table is encrypted.
|
com.google.protobuf.Timestamp |
getExpirationTime()
Optional.
|
com.google.protobuf.Timestamp.Builder |
getExpirationTimeBuilder()
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.Timestamp.Builder |
getLastModifiedTimeBuilder()
The time when this table was last modified
|
com.google.protobuf.TimestampOrBuilder |
getLastModifiedTimeOrBuilder()
The time when this table was last modified
|
Map<String,String> |
getMutableResourceLabels()
Deprecated.
|
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.
|
OtherInfoTypeSummary.Builder |
getOtherInfoTypesBuilder(int index)
Other infoTypes found in this table's data.
|
List<OtherInfoTypeSummary.Builder> |
getOtherInfoTypesBuilderList()
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.
|
InfoTypeSummary.Builder |
getPredictedInfoTypesBuilder(int index)
The infoTypes predicted from this table's data.
|
List<InfoTypeSummary.Builder> |
getPredictedInfoTypesBuilderList()
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.Timestamp.Builder |
getProfileLastGeneratedBuilder()
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.
|
ProfileStatus.Builder |
getProfileStatusBuilder()
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.
|
SensitivityScore.Builder |
getSensitivityScoreBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
TableDataProfile.Builder |
mergeConfigSnapshot(DataProfileConfigSnapshot value)
The snapshot of the configurations used to generate the profile.
|
TableDataProfile.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
The time at which the table was created.
|
TableDataProfile.Builder |
mergeDataRiskLevel(DataRiskLevel value)
The data risk level of this table.
|
TableDataProfile.Builder |
mergeExpirationTime(com.google.protobuf.Timestamp value)
Optional.
|
TableDataProfile.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TableDataProfile.Builder |
mergeFrom(com.google.protobuf.Message other) |
TableDataProfile.Builder |
mergeFrom(TableDataProfile other) |
TableDataProfile.Builder |
mergeLastModifiedTime(com.google.protobuf.Timestamp value)
The time when this table was last modified
|
TableDataProfile.Builder |
mergeProfileLastGenerated(com.google.protobuf.Timestamp value)
The last time the profile was generated.
|
TableDataProfile.Builder |
mergeProfileStatus(ProfileStatus value)
Success or error status from the most recent profile generation attempt.
|
TableDataProfile.Builder |
mergeSensitivityScore(SensitivityScore value)
The sensitivity score of this table.
|
TableDataProfile.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TableDataProfile.Builder |
putAllResourceLabels(Map<String,String> values)
The labels applied to the resource at the time the profile was generated.
|
TableDataProfile.Builder |
putResourceLabels(String key,
String value)
The labels applied to the resource at the time the profile was generated.
|
TableDataProfile.Builder |
removeOtherInfoTypes(int index)
Other infoTypes found in this table's data.
|
TableDataProfile.Builder |
removePredictedInfoTypes(int index)
The infoTypes predicted from this table's data.
|
TableDataProfile.Builder |
removeResourceLabels(String key)
The labels applied to the resource at the time the profile was generated.
|
TableDataProfile.Builder |
setConfigSnapshot(DataProfileConfigSnapshot.Builder builderForValue)
The snapshot of the configurations used to generate the profile.
|
TableDataProfile.Builder |
setConfigSnapshot(DataProfileConfigSnapshot value)
The snapshot of the configurations used to generate the profile.
|
TableDataProfile.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which the table was created.
|
TableDataProfile.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
The time at which the table was created.
|
TableDataProfile.Builder |
setDataRiskLevel(DataRiskLevel.Builder builderForValue)
The data risk level of this table.
|
TableDataProfile.Builder |
setDataRiskLevel(DataRiskLevel value)
The data risk level of this table.
|
TableDataProfile.Builder |
setDatasetId(String value)
The BigQuery dataset ID.
|
TableDataProfile.Builder |
setDatasetIdBytes(com.google.protobuf.ByteString value)
The BigQuery dataset ID.
|
TableDataProfile.Builder |
setDatasetLocation(String value)
The BigQuery location where the dataset's data is stored.
|
TableDataProfile.Builder |
setDatasetLocationBytes(com.google.protobuf.ByteString value)
The BigQuery location where the dataset's data is stored.
|
TableDataProfile.Builder |
setDatasetProjectId(String value)
The GCP project ID that owns the BigQuery dataset.
|
TableDataProfile.Builder |
setDatasetProjectIdBytes(com.google.protobuf.ByteString value)
The GCP project ID that owns the BigQuery dataset.
|
TableDataProfile.Builder |
setEncryptionStatus(EncryptionStatus value)
How the table is encrypted.
|
TableDataProfile.Builder |
setEncryptionStatusValue(int value)
How the table is encrypted.
|
TableDataProfile.Builder |
setExpirationTime(com.google.protobuf.Timestamp.Builder builderForValue)
Optional.
|
TableDataProfile.Builder |
setExpirationTime(com.google.protobuf.Timestamp value)
Optional.
|
TableDataProfile.Builder |
setFailedColumnCount(long value)
The number of columns skipped in the table because of an error.
|
TableDataProfile.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TableDataProfile.Builder |
setFullResource(String value)
The resource name of the table.
|
TableDataProfile.Builder |
setFullResourceBytes(com.google.protobuf.ByteString value)
The resource name of the table.
|
TableDataProfile.Builder |
setLastModifiedTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time when this table was last modified
|
TableDataProfile.Builder |
setLastModifiedTime(com.google.protobuf.Timestamp value)
The time when this table was last modified
|
TableDataProfile.Builder |
setName(String value)
The name of the profile.
|
TableDataProfile.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The name of the profile.
|
TableDataProfile.Builder |
setOtherInfoTypes(int index,
OtherInfoTypeSummary.Builder builderForValue)
Other infoTypes found in this table's data.
|
TableDataProfile.Builder |
setOtherInfoTypes(int index,
OtherInfoTypeSummary value)
Other infoTypes found in this table's data.
|
TableDataProfile.Builder |
setPredictedInfoTypes(int index,
InfoTypeSummary.Builder builderForValue)
The infoTypes predicted from this table's data.
|
TableDataProfile.Builder |
setPredictedInfoTypes(int index,
InfoTypeSummary value)
The infoTypes predicted from this table's data.
|
TableDataProfile.Builder |
setProfileLastGenerated(com.google.protobuf.Timestamp.Builder builderForValue)
The last time the profile was generated.
|
TableDataProfile.Builder |
setProfileLastGenerated(com.google.protobuf.Timestamp value)
The last time the profile was generated.
|
TableDataProfile.Builder |
setProfileStatus(ProfileStatus.Builder builderForValue)
Success or error status from the most recent profile generation attempt.
|
TableDataProfile.Builder |
setProfileStatus(ProfileStatus value)
Success or error status from the most recent profile generation attempt.
|
TableDataProfile.Builder |
setProjectDataProfile(String value)
The resource name to the project data profile for this table.
|
TableDataProfile.Builder |
setProjectDataProfileBytes(com.google.protobuf.ByteString value)
The resource name to the project data profile for this table.
|
TableDataProfile.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TableDataProfile.Builder |
setResourceVisibility(ResourceVisibility value)
How broadly a resource has been shared.
|
TableDataProfile.Builder |
setResourceVisibilityValue(int value)
How broadly a resource has been shared.
|
TableDataProfile.Builder |
setRowCount(long value)
Number of rows in the table when the profile was generated.
|
TableDataProfile.Builder |
setScannedColumnCount(long value)
The number of columns profiled in the table.
|
TableDataProfile.Builder |
setSensitivityScore(SensitivityScore.Builder builderForValue)
The sensitivity score of this table.
|
TableDataProfile.Builder |
setSensitivityScore(SensitivityScore value)
The sensitivity score of this table.
|
TableDataProfile.Builder |
setState(TableDataProfile.State value)
State of a profile.
|
TableDataProfile.Builder |
setStateValue(int value)
State of a profile.
|
TableDataProfile.Builder |
setTableId(String value)
The BigQuery table ID.
|
TableDataProfile.Builder |
setTableIdBytes(com.google.protobuf.ByteString value)
The BigQuery table ID.
|
TableDataProfile.Builder |
setTableSizeBytes(long value)
The size of the table when the profile was generated.
|
TableDataProfile.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>public TableDataProfile.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>public TableDataProfile getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TableDataProfile build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TableDataProfile buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TableDataProfile.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>public TableDataProfile.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>public TableDataProfile.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>public TableDataProfile.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>public TableDataProfile.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>public TableDataProfile.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>public TableDataProfile.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TableDataProfile.Builder>public TableDataProfile.Builder mergeFrom(TableDataProfile other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>public TableDataProfile.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TableDataProfile.Builder>IOExceptionpublic String getName()
The name of the profile.
string name = 1;getName in interface TableDataProfileOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the profile.
string name = 1;getNameBytes in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setName(String value)
The name of the profile.
string name = 1;value - The name to set.public TableDataProfile.Builder clearName()
The name of the profile.
string name = 1;public TableDataProfile.Builder setNameBytes(com.google.protobuf.ByteString value)
The name of the profile.
string name = 1;value - The bytes for name to set.public String getProjectDataProfile()
The resource name to the project data profile for this table.
string project_data_profile = 2;getProjectDataProfile in interface TableDataProfileOrBuilderpublic com.google.protobuf.ByteString getProjectDataProfileBytes()
The resource name to the project data profile for this table.
string project_data_profile = 2;getProjectDataProfileBytes in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setProjectDataProfile(String value)
The resource name to the project data profile for this table.
string project_data_profile = 2;value - The projectDataProfile to set.public TableDataProfile.Builder clearProjectDataProfile()
The resource name to the project data profile for this table.
string project_data_profile = 2;public TableDataProfile.Builder setProjectDataProfileBytes(com.google.protobuf.ByteString value)
The resource name to the project data profile for this table.
string project_data_profile = 2;value - The bytes for projectDataProfile to set.public String getDatasetProjectId()
The GCP project ID that owns the BigQuery dataset.
string dataset_project_id = 24;getDatasetProjectId in interface TableDataProfileOrBuilderpublic com.google.protobuf.ByteString getDatasetProjectIdBytes()
The GCP project ID that owns the BigQuery dataset.
string dataset_project_id = 24;getDatasetProjectIdBytes in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setDatasetProjectId(String value)
The GCP project ID that owns the BigQuery dataset.
string dataset_project_id = 24;value - The datasetProjectId to set.public TableDataProfile.Builder clearDatasetProjectId()
The GCP project ID that owns the BigQuery dataset.
string dataset_project_id = 24;public TableDataProfile.Builder setDatasetProjectIdBytes(com.google.protobuf.ByteString value)
The GCP project ID that owns the BigQuery dataset.
string dataset_project_id = 24;value - The bytes for datasetProjectId to set.public String getDatasetLocation()
The BigQuery location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string dataset_location = 29;getDatasetLocation in interface TableDataProfileOrBuilderpublic 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;getDatasetLocationBytes in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setDatasetLocation(String value)
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;value - The datasetLocation to set.public TableDataProfile.Builder clearDatasetLocation()
The BigQuery location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string dataset_location = 29;public TableDataProfile.Builder setDatasetLocationBytes(com.google.protobuf.ByteString value)
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;value - The bytes for datasetLocation to set.public String getDatasetId()
The BigQuery dataset ID.
string dataset_id = 25;getDatasetId in interface TableDataProfileOrBuilderpublic com.google.protobuf.ByteString getDatasetIdBytes()
The BigQuery dataset ID.
string dataset_id = 25;getDatasetIdBytes in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setDatasetId(String value)
The BigQuery dataset ID.
string dataset_id = 25;value - The datasetId to set.public TableDataProfile.Builder clearDatasetId()
The BigQuery dataset ID.
string dataset_id = 25;public TableDataProfile.Builder setDatasetIdBytes(com.google.protobuf.ByteString value)
The BigQuery dataset ID.
string dataset_id = 25;value - The bytes for datasetId to set.public String getTableId()
The BigQuery table ID.
string table_id = 26;getTableId in interface TableDataProfileOrBuilderpublic com.google.protobuf.ByteString getTableIdBytes()
The BigQuery table ID.
string table_id = 26;getTableIdBytes in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setTableId(String value)
The BigQuery table ID.
string table_id = 26;value - The tableId to set.public TableDataProfile.Builder clearTableId()
The BigQuery table ID.
string table_id = 26;public TableDataProfile.Builder setTableIdBytes(com.google.protobuf.ByteString value)
The BigQuery table ID.
string table_id = 26;value - The bytes for tableId to set.public String getFullResource()
The resource name of the table. https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource = 3;getFullResource in interface TableDataProfileOrBuilderpublic 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;getFullResourceBytes in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setFullResource(String value)
The resource name of the table. https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource = 3;value - The fullResource to set.public TableDataProfile.Builder clearFullResource()
The resource name of the table. https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource = 3;public TableDataProfile.Builder setFullResourceBytes(com.google.protobuf.ByteString value)
The resource name of the table. https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource = 3;value - The bytes for fullResource to set.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;hasProfileStatus in interface TableDataProfileOrBuilderpublic 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;getProfileStatus in interface TableDataProfileOrBuilderpublic 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;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;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;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;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;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;getProfileStatusOrBuilder in interface TableDataProfileOrBuilderpublic int getStateValue()
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;getStateValue in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setStateValue(int value)
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;value - The enum numeric value on the wire for state to set.public TableDataProfile.State getState()
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;getState in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setState(TableDataProfile.State value)
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;value - The state to set.public TableDataProfile.Builder clearState()
State of a profile.
.google.privacy.dlp.v2.TableDataProfile.State state = 22;public boolean hasSensitivityScore()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;hasSensitivityScore in interface TableDataProfileOrBuilderpublic SensitivityScore getSensitivityScore()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;getSensitivityScore in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setSensitivityScore(SensitivityScore value)
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;public TableDataProfile.Builder setSensitivityScore(SensitivityScore.Builder builderForValue)
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;public TableDataProfile.Builder mergeSensitivityScore(SensitivityScore value)
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;public TableDataProfile.Builder clearSensitivityScore()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;public SensitivityScore.Builder getSensitivityScoreBuilder()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;public SensitivityScoreOrBuilder getSensitivityScoreOrBuilder()
The sensitivity score of this table.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 5;getSensitivityScoreOrBuilder in interface TableDataProfileOrBuilderpublic boolean hasDataRiskLevel()
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;hasDataRiskLevel in interface TableDataProfileOrBuilderpublic DataRiskLevel getDataRiskLevel()
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;getDataRiskLevel in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setDataRiskLevel(DataRiskLevel value)
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;public TableDataProfile.Builder setDataRiskLevel(DataRiskLevel.Builder builderForValue)
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;public TableDataProfile.Builder mergeDataRiskLevel(DataRiskLevel value)
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;public TableDataProfile.Builder clearDataRiskLevel()
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;public DataRiskLevel.Builder getDataRiskLevelBuilder()
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;public DataRiskLevelOrBuilder getDataRiskLevelOrBuilder()
The data risk level of this table.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 6;getDataRiskLevelOrBuilder in interface TableDataProfileOrBuilderpublic List<InfoTypeSummary> getPredictedInfoTypesList()
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;getPredictedInfoTypesList in interface TableDataProfileOrBuilderpublic int getPredictedInfoTypesCount()
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;getPredictedInfoTypesCount in interface TableDataProfileOrBuilderpublic InfoTypeSummary getPredictedInfoTypes(int index)
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;getPredictedInfoTypes in interface TableDataProfileOrBuilderpublic 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;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;public TableDataProfile.Builder addPredictedInfoTypes(InfoTypeSummary value)
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;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;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;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;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;public TableDataProfile.Builder clearPredictedInfoTypes()
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;public TableDataProfile.Builder removePredictedInfoTypes(int index)
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;public InfoTypeSummary.Builder getPredictedInfoTypesBuilder(int index)
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;public InfoTypeSummaryOrBuilder getPredictedInfoTypesOrBuilder(int index)
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;getPredictedInfoTypesOrBuilder in interface TableDataProfileOrBuilderpublic List<? extends InfoTypeSummaryOrBuilder> getPredictedInfoTypesOrBuilderList()
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;getPredictedInfoTypesOrBuilderList in interface TableDataProfileOrBuilderpublic InfoTypeSummary.Builder addPredictedInfoTypesBuilder()
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;public InfoTypeSummary.Builder addPredictedInfoTypesBuilder(int index)
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;public List<InfoTypeSummary.Builder> getPredictedInfoTypesBuilderList()
The infoTypes predicted from this table's data.
repeated .google.privacy.dlp.v2.InfoTypeSummary predicted_info_types = 27;public List<OtherInfoTypeSummary> getOtherInfoTypesList()
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;getOtherInfoTypesList in interface TableDataProfileOrBuilderpublic int getOtherInfoTypesCount()
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;getOtherInfoTypesCount in interface TableDataProfileOrBuilderpublic OtherInfoTypeSummary getOtherInfoTypes(int index)
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;getOtherInfoTypes in interface TableDataProfileOrBuilderpublic 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;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;public TableDataProfile.Builder addOtherInfoTypes(OtherInfoTypeSummary value)
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;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;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;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;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;public TableDataProfile.Builder clearOtherInfoTypes()
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;public TableDataProfile.Builder removeOtherInfoTypes(int index)
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;public OtherInfoTypeSummary.Builder getOtherInfoTypesBuilder(int index)
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;public OtherInfoTypeSummaryOrBuilder getOtherInfoTypesOrBuilder(int index)
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;getOtherInfoTypesOrBuilder in interface TableDataProfileOrBuilderpublic List<? extends OtherInfoTypeSummaryOrBuilder> getOtherInfoTypesOrBuilderList()
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;getOtherInfoTypesOrBuilderList in interface TableDataProfileOrBuilderpublic OtherInfoTypeSummary.Builder addOtherInfoTypesBuilder()
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;public OtherInfoTypeSummary.Builder addOtherInfoTypesBuilder(int index)
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;public List<OtherInfoTypeSummary.Builder> getOtherInfoTypesBuilderList()
Other infoTypes found in this table's data.
repeated .google.privacy.dlp.v2.OtherInfoTypeSummary other_info_types = 28;public boolean hasConfigSnapshot()
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;hasConfigSnapshot in interface TableDataProfileOrBuilderpublic DataProfileConfigSnapshot getConfigSnapshot()
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;getConfigSnapshot in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setConfigSnapshot(DataProfileConfigSnapshot value)
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;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;public TableDataProfile.Builder mergeConfigSnapshot(DataProfileConfigSnapshot value)
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;public TableDataProfile.Builder clearConfigSnapshot()
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;public DataProfileConfigSnapshot.Builder getConfigSnapshotBuilder()
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;public DataProfileConfigSnapshotOrBuilder getConfigSnapshotOrBuilder()
The snapshot of the configurations used to generate the profile.
.google.privacy.dlp.v2.DataProfileConfigSnapshot config_snapshot = 7;getConfigSnapshotOrBuilder in interface TableDataProfileOrBuilderpublic boolean hasLastModifiedTime()
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;hasLastModifiedTime in interface TableDataProfileOrBuilderpublic com.google.protobuf.Timestamp getLastModifiedTime()
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;getLastModifiedTime in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setLastModifiedTime(com.google.protobuf.Timestamp value)
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;public TableDataProfile.Builder setLastModifiedTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;public TableDataProfile.Builder mergeLastModifiedTime(com.google.protobuf.Timestamp value)
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;public TableDataProfile.Builder clearLastModifiedTime()
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;public com.google.protobuf.Timestamp.Builder getLastModifiedTimeBuilder()
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;public com.google.protobuf.TimestampOrBuilder getLastModifiedTimeOrBuilder()
The time when this table was last modified
.google.protobuf.Timestamp last_modified_time = 8;getLastModifiedTimeOrBuilder in interface TableDataProfileOrBuilderpublic boolean hasExpirationTime()
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;hasExpirationTime in interface TableDataProfileOrBuilderpublic com.google.protobuf.Timestamp getExpirationTime()
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;getExpirationTime in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setExpirationTime(com.google.protobuf.Timestamp value)
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;public TableDataProfile.Builder setExpirationTime(com.google.protobuf.Timestamp.Builder builderForValue)
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;public TableDataProfile.Builder mergeExpirationTime(com.google.protobuf.Timestamp value)
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;public TableDataProfile.Builder clearExpirationTime()
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;public com.google.protobuf.Timestamp.Builder getExpirationTimeBuilder()
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;public com.google.protobuf.TimestampOrBuilder getExpirationTimeOrBuilder()
Optional. The time when this table expires.
.google.protobuf.Timestamp expiration_time = 9;getExpirationTimeOrBuilder in interface TableDataProfileOrBuilderpublic long getScannedColumnCount()
The number of columns profiled in the table.
int64 scanned_column_count = 10;getScannedColumnCount in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setScannedColumnCount(long value)
The number of columns profiled in the table.
int64 scanned_column_count = 10;value - The scannedColumnCount to set.public TableDataProfile.Builder clearScannedColumnCount()
The number of columns profiled in the table.
int64 scanned_column_count = 10;public long getFailedColumnCount()
The number of columns skipped in the table because of an error.
int64 failed_column_count = 11;getFailedColumnCount in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setFailedColumnCount(long value)
The number of columns skipped in the table because of an error.
int64 failed_column_count = 11;value - The failedColumnCount to set.public TableDataProfile.Builder clearFailedColumnCount()
The number of columns skipped in the table because of an error.
int64 failed_column_count = 11;public long getTableSizeBytes()
The size of the table when the profile was generated.
int64 table_size_bytes = 12;getTableSizeBytes in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setTableSizeBytes(long value)
The size of the table when the profile was generated.
int64 table_size_bytes = 12;value - The tableSizeBytes to set.public TableDataProfile.Builder clearTableSizeBytes()
The size of the table when the profile was generated.
int64 table_size_bytes = 12;public long getRowCount()
Number of rows in the table when the profile was generated.
int64 row_count = 13;getRowCount in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setRowCount(long value)
Number of rows in the table when the profile was generated.
int64 row_count = 13;value - The rowCount to set.public TableDataProfile.Builder clearRowCount()
Number of rows in the table when the profile was generated.
int64 row_count = 13;public int getEncryptionStatusValue()
How the table is encrypted.
.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;getEncryptionStatusValue in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setEncryptionStatusValue(int value)
How the table is encrypted.
.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;value - The enum numeric value on the wire for encryptionStatus to set.public EncryptionStatus getEncryptionStatus()
How the table is encrypted.
.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;getEncryptionStatus in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setEncryptionStatus(EncryptionStatus value)
How the table is encrypted.
.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;value - The encryptionStatus to set.public TableDataProfile.Builder clearEncryptionStatus()
How the table is encrypted.
.google.privacy.dlp.v2.EncryptionStatus encryption_status = 14;public int getResourceVisibilityValue()
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;getResourceVisibilityValue in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setResourceVisibilityValue(int value)
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;value - The enum numeric value on the wire for resourceVisibility to set.public ResourceVisibility getResourceVisibility()
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;getResourceVisibility in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setResourceVisibility(ResourceVisibility value)
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;value - The resourceVisibility to set.public TableDataProfile.Builder clearResourceVisibility()
How broadly a resource has been shared.
.google.privacy.dlp.v2.ResourceVisibility resource_visibility = 15;public boolean hasProfileLastGenerated()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;hasProfileLastGenerated in interface TableDataProfileOrBuilderpublic com.google.protobuf.Timestamp getProfileLastGenerated()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;getProfileLastGenerated in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setProfileLastGenerated(com.google.protobuf.Timestamp value)
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;public TableDataProfile.Builder setProfileLastGenerated(com.google.protobuf.Timestamp.Builder builderForValue)
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;public TableDataProfile.Builder mergeProfileLastGenerated(com.google.protobuf.Timestamp value)
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;public TableDataProfile.Builder clearProfileLastGenerated()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;public com.google.protobuf.Timestamp.Builder getProfileLastGeneratedBuilder()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;public com.google.protobuf.TimestampOrBuilder getProfileLastGeneratedOrBuilder()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 16;getProfileLastGeneratedOrBuilder in interface TableDataProfileOrBuilderpublic int getResourceLabelsCount()
TableDataProfileOrBuilderThe labels applied to the resource at the time the profile was generated.
map<string, string> resource_labels = 17;getResourceLabelsCount in interface TableDataProfileOrBuilderpublic boolean containsResourceLabels(String key)
The labels applied to the resource at the time the profile was generated.
map<string, string> resource_labels = 17;containsResourceLabels in interface TableDataProfileOrBuilder@Deprecated public Map<String,String> getResourceLabels()
getResourceLabelsMap() instead.getResourceLabels in interface TableDataProfileOrBuilderpublic Map<String,String> getResourceLabelsMap()
The labels applied to the resource at the time the profile was generated.
map<string, string> resource_labels = 17;getResourceLabelsMap in interface TableDataProfileOrBuilderpublic 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;getResourceLabelsOrDefault in interface TableDataProfileOrBuilderpublic String getResourceLabelsOrThrow(String key)
The labels applied to the resource at the time the profile was generated.
map<string, string> resource_labels = 17;getResourceLabelsOrThrow in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder clearResourceLabels()
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;@Deprecated public Map<String,String> getMutableResourceLabels()
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;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;public boolean hasCreateTime()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;hasCreateTime in interface TableDataProfileOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;getCreateTime in interface TableDataProfileOrBuilderpublic TableDataProfile.Builder setCreateTime(com.google.protobuf.Timestamp value)
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;public TableDataProfile.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;public TableDataProfile.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;public TableDataProfile.Builder clearCreateTime()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time at which the table was created.
.google.protobuf.Timestamp create_time = 23;getCreateTimeOrBuilder in interface TableDataProfileOrBuilderpublic final TableDataProfile.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>public final TableDataProfile.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TableDataProfile.Builder>Copyright © 2022 Google LLC. All rights reserved.