Uses of Interface
com.google.privacy.dlp.v2.ActionOrBuilder
-
Packages that use ActionOrBuilder Package Description com.google.privacy.dlp.v2 -
-
Uses of ActionOrBuilder in com.google.privacy.dlp.v2
Classes in com.google.privacy.dlp.v2 that implement ActionOrBuilder Modifier and Type Class Description class
Action
A task to execute on the completion of a job.static class
Action.Builder
A task to execute on the completion of a job.Methods in com.google.privacy.dlp.v2 that return ActionOrBuilder Modifier and Type Method Description ActionOrBuilder
InspectJobConfig.Builder. getActionsOrBuilder(int index)
Actions to execute at the completion of the job.ActionOrBuilder
InspectJobConfig. getActionsOrBuilder(int index)
Actions to execute at the completion of the job.ActionOrBuilder
InspectJobConfigOrBuilder. getActionsOrBuilder(int index)
Actions to execute at the completion of the job.ActionOrBuilder
RiskAnalysisJobConfig.Builder. getActionsOrBuilder(int index)
Actions to execute at the completion of the job.ActionOrBuilder
RiskAnalysisJobConfig. getActionsOrBuilder(int index)
Actions to execute at the completion of the job.ActionOrBuilder
RiskAnalysisJobConfigOrBuilder. getActionsOrBuilder(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 ActionOrBuilder Modifier and Type Method Description List<? extends ActionOrBuilder>
InspectJobConfig.Builder. getActionsOrBuilderList()
Actions to execute at the completion of the job.List<? extends ActionOrBuilder>
InspectJobConfig. getActionsOrBuilderList()
Actions to execute at the completion of the job.List<? extends ActionOrBuilder>
InspectJobConfigOrBuilder. getActionsOrBuilderList()
Actions to execute at the completion of the job.List<? extends ActionOrBuilder>
RiskAnalysisJobConfig.Builder. getActionsOrBuilderList()
Actions to execute at the completion of the job.List<? extends ActionOrBuilder>
RiskAnalysisJobConfig. getActionsOrBuilderList()
Actions to execute at the completion of the job.List<? extends ActionOrBuilder>
RiskAnalysisJobConfigOrBuilder. getActionsOrBuilderList()
Actions to execute at the completion of the job.
-