Interface CloudDlpDataProfileOrBuilder (2.96.0)

public interface CloudDlpDataProfileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataProfile()

public abstract String getDataProfile()

Name of the data profile, for example, projects/123/locations/europe/tableProfiles/8383929.

string data_profile = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The dataProfile.

getDataProfileBytes()

public abstract ByteString getDataProfileBytes()

Name of the data profile, for example, projects/123/locations/europe/tableProfiles/8383929.

string data_profile = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for dataProfile.

getInfoTypes(int index)

public abstract InfoType getInfoTypes(int index)

Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.

repeated .google.cloud.securitycenter.v1.InfoType info_types = 3;

Parameter
Name Description
index int
Returns
Type Description
InfoType

getInfoTypesCount()

public abstract int getInfoTypesCount()

Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.

repeated .google.cloud.securitycenter.v1.InfoType info_types = 3;

Returns
Type Description
int

getInfoTypesList()

public abstract List<InfoType> getInfoTypesList()

Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.

repeated .google.cloud.securitycenter.v1.InfoType info_types = 3;

Returns
Type Description
List<InfoType>

getInfoTypesOrBuilder(int index)

public abstract InfoTypeOrBuilder getInfoTypesOrBuilder(int index)

Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.

repeated .google.cloud.securitycenter.v1.InfoType info_types = 3;

Parameter
Name Description
index int
Returns
Type Description
InfoTypeOrBuilder

getInfoTypesOrBuilderList()

public abstract List<? extends InfoTypeOrBuilder> getInfoTypesOrBuilderList()

Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type.

repeated .google.cloud.securitycenter.v1.InfoType info_types = 3;

Returns
Type Description
List<? extends com.google.cloud.securitycenter.v1.InfoTypeOrBuilder>

getParentType()

public abstract CloudDlpDataProfile.ParentType getParentType()

The resource hierarchy level at which the data profile was generated.

.google.cloud.securitycenter.v1.CloudDlpDataProfile.ParentType parent_type = 2;

Returns
Type Description
CloudDlpDataProfile.ParentType

The parentType.

getParentTypeValue()

public abstract int getParentTypeValue()

The resource hierarchy level at which the data profile was generated.

.google.cloud.securitycenter.v1.CloudDlpDataProfile.ParentType parent_type = 2;

Returns
Type Description
int

The enum numeric value on the wire for parentType.