Uses of Interface
com.google.privacy.dlp.v2.DataProfileActionOrBuilder
-
Packages that use DataProfileActionOrBuilder Package Description com.google.privacy.dlp.v2 -
-
Uses of DataProfileActionOrBuilder in com.google.privacy.dlp.v2
Classes in com.google.privacy.dlp.v2 that implement DataProfileActionOrBuilder Modifier and Type Class Description class
DataProfileAction
A task to execute when a data profile has been generated.static class
DataProfileAction.Builder
A task to execute when a data profile has been generated.Methods in com.google.privacy.dlp.v2 that return DataProfileActionOrBuilder Modifier and Type Method Description DataProfileActionOrBuilder
DataProfileJobConfig.Builder. getDataProfileActionsOrBuilder(int index)
Actions to execute at the completion of the job.DataProfileActionOrBuilder
DataProfileJobConfig. getDataProfileActionsOrBuilder(int index)
Actions to execute at the completion of the job.DataProfileActionOrBuilder
DataProfileJobConfigOrBuilder. getDataProfileActionsOrBuilder(int index)
Actions to execute at the completion of the job.Methods in com.google.privacy.dlp.v2 that return types with arguments of type DataProfileActionOrBuilder Modifier and Type Method Description List<? extends DataProfileActionOrBuilder>
DataProfileJobConfig.Builder. getDataProfileActionsOrBuilderList()
Actions to execute at the completion of the job.List<? extends DataProfileActionOrBuilder>
DataProfileJobConfig. getDataProfileActionsOrBuilderList()
Actions to execute at the completion of the job.List<? extends DataProfileActionOrBuilder>
DataProfileJobConfigOrBuilder. getDataProfileActionsOrBuilderList()
Actions to execute at the completion of the job.
-