public interface InspectJobConfigOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Action |
getActions(int index)
Actions to execute at the completion of the job.
|
int |
getActionsCount()
Actions to execute at the completion of the job.
|
java.util.List<Action> |
getActionsList()
Actions to execute at the completion of the job.
|
ActionOrBuilder |
getActionsOrBuilder(int index)
Actions to execute at the completion of the job.
|
java.util.List<? extends ActionOrBuilder> |
getActionsOrBuilderList()
Actions to execute at the completion of the job.
|
InspectConfig |
getInspectConfig()
How and what to scan for.
|
InspectConfigOrBuilder |
getInspectConfigOrBuilder()
How and what to scan for.
|
java.lang.String |
getInspectTemplateName()
If provided, will be used as the default for all values in InspectConfig.
|
ByteString |
getInspectTemplateNameBytes()
If provided, will be used as the default for all values in InspectConfig.
|
OutputStorageConfig |
getOutputConfig()
Where to put the findings.
|
OutputStorageConfigOrBuilder |
getOutputConfigOrBuilder()
Where to put the findings.
|
StorageConfig |
getStorageConfig()
The data to scan.
|
StorageConfigOrBuilder |
getStorageConfigOrBuilder()
The data to scan.
|
boolean |
hasInspectConfig()
How and what to scan for.
|
boolean |
hasOutputConfig()
Where to put the findings.
|
boolean |
hasStorageConfig()
The data to scan.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasStorageConfig()
The data to scan.
.google.privacy.dlp.v2beta2.StorageConfig storage_config = 1;StorageConfig getStorageConfig()
The data to scan.
.google.privacy.dlp.v2beta2.StorageConfig storage_config = 1;StorageConfigOrBuilder getStorageConfigOrBuilder()
The data to scan.
.google.privacy.dlp.v2beta2.StorageConfig storage_config = 1;boolean hasOutputConfig()
Where to put the findings.
.google.privacy.dlp.v2beta2.OutputStorageConfig output_config = 2;OutputStorageConfig getOutputConfig()
Where to put the findings.
.google.privacy.dlp.v2beta2.OutputStorageConfig output_config = 2;OutputStorageConfigOrBuilder getOutputConfigOrBuilder()
Where to put the findings.
.google.privacy.dlp.v2beta2.OutputStorageConfig output_config = 2;boolean hasInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;InspectConfig getInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;InspectConfigOrBuilder getInspectConfigOrBuilder()
How and what to scan for.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;java.lang.String getInspectTemplateName()
If provided, will be used as the default for all values in InspectConfig. `inspect_config` will be merged into the values persisted as part of the template.
string inspect_template_name = 4;ByteString getInspectTemplateNameBytes()
If provided, will be used as the default for all values in InspectConfig. `inspect_config` will be merged into the values persisted as part of the template.
string inspect_template_name = 4;java.util.List<Action> getActionsList()
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2beta2.Action actions = 5;Action getActions(int index)
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2beta2.Action actions = 5;int getActionsCount()
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2beta2.Action actions = 5;java.util.List<? extends ActionOrBuilder> getActionsOrBuilderList()
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2beta2.Action actions = 5;ActionOrBuilder getActionsOrBuilder(int index)
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2beta2.Action actions = 5;