Interface CloudDlpDataProfileOrBuilder (2.49.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
TypeDescription
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
TypeDescription
ByteString

The bytes for dataProfile.

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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for parentType.