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 Action
Action.Builder. build()
Action
Action.Builder. buildPartial()
Action
InspectJobConfig.Builder. getActions(int index)
Actions to execute at the completion of the job.Action
InspectJobConfig. getActions(int index)
Actions to execute at the completion of the job.Action
InspectJobConfigOrBuilder. getActions(int index)
Actions to execute at the completion of the job.Action
RiskAnalysisJobConfig.Builder. getActions(int index)
Actions to execute at the completion of the job.Action
RiskAnalysisJobConfig. getActions(int index)
Actions to execute at the completion of the job.Action
RiskAnalysisJobConfigOrBuilder. getActions(int index)
Actions to execute at the completion of the job.static Action
Action. getDefaultInstance()
Action
Action.Builder. getDefaultInstanceForType()
Action
Action. getDefaultInstanceForType()
static Action
Action. parseDelimitedFrom(InputStream input)
static Action
Action. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(byte[] data)
static Action
Action. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(com.google.protobuf.ByteString data)
static Action
Action. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(com.google.protobuf.CodedInputStream input)
static Action
Action. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(InputStream input)
static Action
Action. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(ByteBuffer data)
static Action
Action. 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.Builder
InspectJobConfig.Builder. addActions(int index, Action value)
Actions to execute at the completion of the job.InspectJobConfig.Builder
InspectJobConfig.Builder. addActions(Action value)
Actions to execute at the completion of the job.RiskAnalysisJobConfig.Builder
RiskAnalysisJobConfig.Builder. addActions(int index, Action value)
Actions to execute at the completion of the job.RiskAnalysisJobConfig.Builder
RiskAnalysisJobConfig.Builder. addActions(Action value)
Actions to execute at the completion of the job.Action.Builder
Action.Builder. mergeFrom(Action other)
static Action.Builder
Action. newBuilder(Action prototype)
InspectJobConfig.Builder
InspectJobConfig.Builder. setActions(int index, Action value)
Actions to execute at the completion of the job.RiskAnalysisJobConfig.Builder
RiskAnalysisJobConfig.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.Builder
InspectJobConfig.Builder. addAllActions(Iterable<? extends Action> values)
Actions to execute at the completion of the job.RiskAnalysisJobConfig.Builder
RiskAnalysisJobConfig.Builder. addAllActions(Iterable<? extends Action> values)
Actions to execute at the completion of the job.
-