Uses of Class
com.google.privacy.dlp.v2.DataProfileAction
-
Packages that use DataProfileAction Package Description com.google.privacy.dlp.v2 -
-
Uses of DataProfileAction in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return DataProfileAction Modifier and Type Method Description DataProfileActionDataProfileAction.Builder. build()DataProfileActionDataProfileAction.Builder. buildPartial()DataProfileActionDataProfileJobConfig.Builder. getDataProfileActions(int index)Actions to execute at the completion of the job.DataProfileActionDataProfileJobConfig. getDataProfileActions(int index)Actions to execute at the completion of the job.DataProfileActionDataProfileJobConfigOrBuilder. getDataProfileActions(int index)Actions to execute at the completion of the job.static DataProfileActionDataProfileAction. getDefaultInstance()DataProfileActionDataProfileAction.Builder. getDefaultInstanceForType()DataProfileActionDataProfileAction. getDefaultInstanceForType()static DataProfileActionDataProfileAction. parseDelimitedFrom(InputStream input)static DataProfileActionDataProfileAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataProfileActionDataProfileAction. parseFrom(byte[] data)static DataProfileActionDataProfileAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataProfileActionDataProfileAction. parseFrom(com.google.protobuf.ByteString data)static DataProfileActionDataProfileAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataProfileActionDataProfileAction. parseFrom(com.google.protobuf.CodedInputStream input)static DataProfileActionDataProfileAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataProfileActionDataProfileAction. parseFrom(InputStream input)static DataProfileActionDataProfileAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataProfileActionDataProfileAction. parseFrom(ByteBuffer data)static DataProfileActionDataProfileAction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type DataProfileAction Modifier and Type Method Description List<DataProfileAction>DataProfileJobConfig.Builder. getDataProfileActionsList()Actions to execute at the completion of the job.List<DataProfileAction>DataProfileJobConfig. getDataProfileActionsList()Actions to execute at the completion of the job.List<DataProfileAction>DataProfileJobConfigOrBuilder. getDataProfileActionsList()Actions to execute at the completion of the job.com.google.protobuf.Parser<DataProfileAction>DataProfileAction. getParserForType()static com.google.protobuf.Parser<DataProfileAction>DataProfileAction. parser()Methods in com.google.privacy.dlp.v2 with parameters of type DataProfileAction Modifier and Type Method Description DataProfileJobConfig.BuilderDataProfileJobConfig.Builder. addDataProfileActions(int index, DataProfileAction value)Actions to execute at the completion of the job.DataProfileJobConfig.BuilderDataProfileJobConfig.Builder. addDataProfileActions(DataProfileAction value)Actions to execute at the completion of the job.DataProfileAction.BuilderDataProfileAction.Builder. mergeFrom(DataProfileAction other)static DataProfileAction.BuilderDataProfileAction. newBuilder(DataProfileAction prototype)DataProfileJobConfig.BuilderDataProfileJobConfig.Builder. setDataProfileActions(int index, DataProfileAction value)Actions to execute at the completion of the job.Method parameters in com.google.privacy.dlp.v2 with type arguments of type DataProfileAction Modifier and Type Method Description DataProfileJobConfig.BuilderDataProfileJobConfig.Builder. addAllDataProfileActions(Iterable<? extends DataProfileAction> values)Actions to execute at the completion of the job.
-