public final class ProjectDataProfile extends GeneratedMessageV3 implements ProjectDataProfileOrBuilder
An aggregated profile for this project, based on the resources profiled
within it.
Protobuf type google.privacy.dlp.v2.ProjectDataProfile
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DATA_RISK_LEVEL_FIELD_NUMBER
public static final int DATA_RISK_LEVEL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FILE_STORE_DATA_PROFILE_COUNT_FIELD_NUMBER
public static final int FILE_STORE_DATA_PROFILE_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROFILE_LAST_GENERATED_FIELD_NUMBER
public static final int PROFILE_LAST_GENERATED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROFILE_STATUS_FIELD_NUMBER
public static final int PROFILE_STATUS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SENSITIVITY_SCORE_FIELD_NUMBER
public static final int SENSITIVITY_SCORE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TABLE_DATA_PROFILE_COUNT_FIELD_NUMBER
public static final int TABLE_DATA_PROFILE_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ProjectDataProfile getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ProjectDataProfile.Builder newBuilder()
newBuilder(ProjectDataProfile prototype)
public static ProjectDataProfile.Builder newBuilder(ProjectDataProfile prototype)
public static ProjectDataProfile parseDelimitedFrom(InputStream input)
public static ProjectDataProfile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ProjectDataProfile parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProjectDataProfile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ProjectDataProfile parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProjectDataProfile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProjectDataProfile parseFrom(CodedInputStream input)
public static ProjectDataProfile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ProjectDataProfile parseFrom(InputStream input)
public static ProjectDataProfile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ProjectDataProfile parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProjectDataProfile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ProjectDataProfile> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDataRiskLevel()
public DataRiskLevel getDataRiskLevel()
The data risk level of this project.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 5;
getDataRiskLevelOrBuilder()
public DataRiskLevelOrBuilder getDataRiskLevelOrBuilder()
The data risk level of this project.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 5;
getDefaultInstanceForType()
public ProjectDataProfile getDefaultInstanceForType()
getFileStoreDataProfileCount()
public long getFileStoreDataProfileCount()
The number of file store data profiles generated for this project.
int64 file_store_data_profile_count = 10;
Returns |
Type |
Description |
long |
The fileStoreDataProfileCount.
|
getName()
The resource name of the profile.
string name = 1;
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
The resource name of the profile.
string name = 1;
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<ProjectDataProfile> getParserForType()
Overrides
getProfileLastGenerated()
public Timestamp getProfileLastGenerated()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 3;
Returns |
Type |
Description |
Timestamp |
The profileLastGenerated.
|
getProfileLastGeneratedOrBuilder()
public TimestampOrBuilder getProfileLastGeneratedOrBuilder()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 3;
getProfileStatus()
public ProfileStatus getProfileStatus()
Success or error status of the last attempt to profile the project.
.google.privacy.dlp.v2.ProfileStatus profile_status = 7;
getProfileStatusOrBuilder()
public ProfileStatusOrBuilder getProfileStatusOrBuilder()
Success or error status of the last attempt to profile the project.
.google.privacy.dlp.v2.ProfileStatus profile_status = 7;
getProjectId()
public String getProjectId()
Project ID that was profiled.
string project_id = 2;
Returns |
Type |
Description |
String |
The projectId.
|
getProjectIdBytes()
public ByteString getProjectIdBytes()
Project ID that was profiled.
string project_id = 2;
Returns |
Type |
Description |
ByteString |
The bytes for projectId.
|
getSensitivityScore()
public SensitivityScore getSensitivityScore()
The sensitivity score of this project.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 4;
getSensitivityScoreOrBuilder()
public SensitivityScoreOrBuilder getSensitivityScoreOrBuilder()
The sensitivity score of this project.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 4;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTableDataProfileCount()
public long getTableDataProfileCount()
The number of table data profiles generated for this project.
int64 table_data_profile_count = 9;
Returns |
Type |
Description |
long |
The tableDataProfileCount.
|
hasDataRiskLevel()
public boolean hasDataRiskLevel()
The data risk level of this project.
.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 5;
Returns |
Type |
Description |
boolean |
Whether the dataRiskLevel field is set.
|
hasProfileLastGenerated()
public boolean hasProfileLastGenerated()
The last time the profile was generated.
.google.protobuf.Timestamp profile_last_generated = 3;
Returns |
Type |
Description |
boolean |
Whether the profileLastGenerated field is set.
|
hasProfileStatus()
public boolean hasProfileStatus()
Success or error status of the last attempt to profile the project.
.google.privacy.dlp.v2.ProfileStatus profile_status = 7;
Returns |
Type |
Description |
boolean |
Whether the profileStatus field is set.
|
hasSensitivityScore()
public boolean hasSensitivityScore()
The sensitivity score of this project.
.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 4;
Returns |
Type |
Description |
boolean |
Whether the sensitivityScore field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ProjectDataProfile.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProjectDataProfile.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ProjectDataProfile.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides