public interface CloudDlpDataProfileOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
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. |