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 DataProfileAction
DataProfileAction.Builder. build()
DataProfileAction
DataProfileAction.Builder. buildPartial()
DataProfileAction
DataProfileJobConfig.Builder. getDataProfileActions(int index)
Actions to execute at the completion of the job.DataProfileAction
DataProfileJobConfig. getDataProfileActions(int index)
Actions to execute at the completion of the job.DataProfileAction
DataProfileJobConfigOrBuilder. getDataProfileActions(int index)
Actions to execute at the completion of the job.static DataProfileAction
DataProfileAction. getDefaultInstance()
DataProfileAction
DataProfileAction.Builder. getDefaultInstanceForType()
DataProfileAction
DataProfileAction. getDefaultInstanceForType()
static DataProfileAction
DataProfileAction. parseDelimitedFrom(InputStream input)
static DataProfileAction
DataProfileAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileAction
DataProfileAction. parseFrom(byte[] data)
static DataProfileAction
DataProfileAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileAction
DataProfileAction. parseFrom(com.google.protobuf.ByteString data)
static DataProfileAction
DataProfileAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileAction
DataProfileAction. parseFrom(com.google.protobuf.CodedInputStream input)
static DataProfileAction
DataProfileAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileAction
DataProfileAction. parseFrom(InputStream input)
static DataProfileAction
DataProfileAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataProfileAction
DataProfileAction. parseFrom(ByteBuffer data)
static DataProfileAction
DataProfileAction. 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.Builder
DataProfileJobConfig.Builder. addDataProfileActions(int index, DataProfileAction value)
Actions to execute at the completion of the job.DataProfileJobConfig.Builder
DataProfileJobConfig.Builder. addDataProfileActions(DataProfileAction value)
Actions to execute at the completion of the job.DataProfileAction.Builder
DataProfileAction.Builder. mergeFrom(DataProfileAction other)
static DataProfileAction.Builder
DataProfileAction. newBuilder(DataProfileAction prototype)
DataProfileJobConfig.Builder
DataProfileJobConfig.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.Builder
DataProfileJobConfig.Builder. addAllDataProfileActions(Iterable<? extends DataProfileAction> values)
Actions to execute at the completion of the job.
-