Uses of Class
com.google.privacy.dlp.v2.Action
-
Packages that use Action Package Description com.google.privacy.dlp.v2 -
-
Uses of Action in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return Action Modifier and Type Method Description ActionAction.Builder. build()ActionAction.Builder. buildPartial()ActionInspectJobConfig.Builder. getActions(int index)Actions to execute at the completion of the job.ActionInspectJobConfig. getActions(int index)Actions to execute at the completion of the job.ActionInspectJobConfigOrBuilder. getActions(int index)Actions to execute at the completion of the job.ActionRiskAnalysisJobConfig.Builder. getActions(int index)Actions to execute at the completion of the job.ActionRiskAnalysisJobConfig. getActions(int index)Actions to execute at the completion of the job.ActionRiskAnalysisJobConfigOrBuilder. getActions(int index)Actions to execute at the completion of the job.static ActionAction. getDefaultInstance()ActionAction.Builder. getDefaultInstanceForType()ActionAction. getDefaultInstanceForType()static ActionAction. parseDelimitedFrom(InputStream input)static ActionAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(byte[] data)static ActionAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(com.google.protobuf.ByteString data)static ActionAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(com.google.protobuf.CodedInputStream input)static ActionAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(InputStream input)static ActionAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(ByteBuffer data)static ActionAction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type Action Modifier and Type Method Description List<Action>InspectJobConfig.Builder. getActionsList()Actions to execute at the completion of the job.List<Action>InspectJobConfig. getActionsList()Actions to execute at the completion of the job.List<Action>InspectJobConfigOrBuilder. getActionsList()Actions to execute at the completion of the job.List<Action>RiskAnalysisJobConfig.Builder. getActionsList()Actions to execute at the completion of the job.List<Action>RiskAnalysisJobConfig. getActionsList()Actions to execute at the completion of the job.List<Action>RiskAnalysisJobConfigOrBuilder. getActionsList()Actions to execute at the completion of the job.com.google.protobuf.Parser<Action>Action. getParserForType()static com.google.protobuf.Parser<Action>Action. parser()Methods in com.google.privacy.dlp.v2 with parameters of type Action Modifier and Type Method Description InspectJobConfig.BuilderInspectJobConfig.Builder. addActions(int index, Action value)Actions to execute at the completion of the job.InspectJobConfig.BuilderInspectJobConfig.Builder. addActions(Action value)Actions to execute at the completion of the job.RiskAnalysisJobConfig.BuilderRiskAnalysisJobConfig.Builder. addActions(int index, Action value)Actions to execute at the completion of the job.RiskAnalysisJobConfig.BuilderRiskAnalysisJobConfig.Builder. addActions(Action value)Actions to execute at the completion of the job.Action.BuilderAction.Builder. mergeFrom(Action other)static Action.BuilderAction. newBuilder(Action prototype)InspectJobConfig.BuilderInspectJobConfig.Builder. setActions(int index, Action value)Actions to execute at the completion of the job.RiskAnalysisJobConfig.BuilderRiskAnalysisJobConfig.Builder. setActions(int index, Action value)Actions to execute at the completion of the job.Method parameters in com.google.privacy.dlp.v2 with type arguments of type Action Modifier and Type Method Description InspectJobConfig.BuilderInspectJobConfig.Builder. addAllActions(Iterable<? extends Action> values)Actions to execute at the completion of the job.RiskAnalysisJobConfig.BuilderRiskAnalysisJobConfig.Builder. addAllActions(Iterable<? extends Action> values)Actions to execute at the completion of the job.
-