Interface CloudDlpDataProfileOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CloudDlpDataProfile
,CloudDlpDataProfile.Builder
public interface CloudDlpDataProfileOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataProfile()
Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.com.google.protobuf.ByteString
getDataProfileBytes()
Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.CloudDlpDataProfile.ParentType
getParentType()
The resource hierarchy level at which the data profile was generated.int
getParentTypeValue()
The resource hierarchy level at which the data profile was generated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataProfile
String getDataProfile()
Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.
string data_profile = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The dataProfile.
-
getDataProfileBytes
com.google.protobuf.ByteString getDataProfileBytes()
Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`.
string data_profile = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for dataProfile.
-
getParentTypeValue
int getParentTypeValue()
The resource hierarchy level at which the data profile was generated.
.google.cloud.securitycenter.v1.CloudDlpDataProfile.ParentType parent_type = 2;
- Returns:
- The enum numeric value on the wire for parentType.
-
getParentType
CloudDlpDataProfile.ParentType getParentType()
The resource hierarchy level at which the data profile was generated.
.google.cloud.securitycenter.v1.CloudDlpDataProfile.ParentType parent_type = 2;
- Returns:
- The parentType.
-
-