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.
|
StorageConfig |
getStorageConfig()
The data to scan.
|
StorageConfigOrBuilder |
getStorageConfigOrBuilder()
The data to scan.
|
boolean |
hasInspectConfig()
How and what to scan for.
|
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.v2.StorageConfig storage_config = 1;StorageConfig getStorageConfig()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;StorageConfigOrBuilder getStorageConfigOrBuilder()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;boolean hasInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;InspectConfig getInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;InspectConfigOrBuilder getInspectConfigOrBuilder()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;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 = 3;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 = 3;java.util.List<Action> getActionsList()
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;Action getActions(int index)
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;int getActionsCount()
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;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.v2.Action actions = 4;ActionOrBuilder getActionsOrBuilder(int index)
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;