- 3.56.0 (latest)
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class InspectJobConfig.Builder extends GeneratedMessageV3.Builder<InspectJobConfig.Builder> implements InspectJobConfigOrBuilder
Controls what and how to inspect for findings.
Protobuf type google.privacy.dlp.v2.InspectJobConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > InspectJobConfig.BuilderImplements
InspectJobConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addActions(Action value)
public InspectJobConfig.Builder addActions(Action value)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameter | |
---|---|
Name | Description |
value | Action |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
addActions(Action.Builder builderForValue)
public InspectJobConfig.Builder addActions(Action.Builder builderForValue)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameter | |
---|---|
Name | Description |
builderForValue | Action.Builder |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
addActions(int index, Action value)
public InspectJobConfig.Builder addActions(int index, Action value)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameters | |
---|---|
Name | Description |
index | int |
value | Action |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
addActions(int index, Action.Builder builderForValue)
public InspectJobConfig.Builder addActions(int index, Action.Builder builderForValue)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | Action.Builder |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
addActionsBuilder()
public Action.Builder addActionsBuilder()
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Returns | |
---|---|
Type | Description |
Action.Builder |
addActionsBuilder(int index)
public Action.Builder addActionsBuilder(int index)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Action.Builder |
addAllActions(Iterable<? extends Action> values)
public InspectJobConfig.Builder addAllActions(Iterable<? extends Action> values)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.privacy.dlp.v2.Action> |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InspectJobConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
build()
public InspectJobConfig build()
Returns | |
---|---|
Type | Description |
InspectJobConfig |
buildPartial()
public InspectJobConfig buildPartial()
Returns | |
---|---|
Type | Description |
InspectJobConfig |
clear()
public InspectJobConfig.Builder clear()
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
clearActions()
public InspectJobConfig.Builder clearActions()
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public InspectJobConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
clearInspectConfig()
public InspectJobConfig.Builder clearInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
clearInspectTemplateName()
public InspectJobConfig.Builder clearInspectTemplateName()
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;
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public InspectJobConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
clearStorageConfig()
public InspectJobConfig.Builder clearStorageConfig()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
clone()
public InspectJobConfig.Builder clone()
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
getActions(int index)
public Action getActions(int index)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Action |
getActionsBuilder(int index)
public Action.Builder getActionsBuilder(int index)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Action.Builder |
getActionsBuilderList()
public List<Action.Builder> getActionsBuilderList()
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Returns | |
---|---|
Type | Description |
List<Builder> |
getActionsCount()
public int getActionsCount()
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Returns | |
---|---|
Type | Description |
int |
getActionsList()
public List<Action> getActionsList()
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Returns | |
---|---|
Type | Description |
List<Action> |
getActionsOrBuilder(int index)
public ActionOrBuilder getActionsOrBuilder(int index)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ActionOrBuilder |
getActionsOrBuilderList()
public List<? extends ActionOrBuilder> getActionsOrBuilderList()
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.privacy.dlp.v2.ActionOrBuilder> |
getDefaultInstanceForType()
public InspectJobConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
InspectJobConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getInspectConfig()
public InspectConfig getInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Returns | |
---|---|
Type | Description |
InspectConfig | The inspectConfig. |
getInspectConfigBuilder()
public InspectConfig.Builder getInspectConfigBuilder()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Returns | |
---|---|
Type | Description |
InspectConfig.Builder |
getInspectConfigOrBuilder()
public InspectConfigOrBuilder getInspectConfigOrBuilder()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Returns | |
---|---|
Type | Description |
InspectConfigOrBuilder |
getInspectTemplateName()
public 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;
Returns | |
---|---|
Type | Description |
String | The inspectTemplateName. |
getInspectTemplateNameBytes()
public 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for inspectTemplateName. |
getStorageConfig()
public StorageConfig getStorageConfig()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;
Returns | |
---|---|
Type | Description |
StorageConfig | The storageConfig. |
getStorageConfigBuilder()
public StorageConfig.Builder getStorageConfigBuilder()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;
Returns | |
---|---|
Type | Description |
StorageConfig.Builder |
getStorageConfigOrBuilder()
public StorageConfigOrBuilder getStorageConfigOrBuilder()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;
Returns | |
---|---|
Type | Description |
StorageConfigOrBuilder |
hasInspectConfig()
public boolean hasInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the inspectConfig field is set. |
hasStorageConfig()
public boolean hasStorageConfig()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the storageConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(InspectJobConfig other)
public InspectJobConfig.Builder mergeFrom(InspectJobConfig other)
Parameter | |
---|---|
Name | Description |
other | InspectJobConfig |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InspectJobConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public InspectJobConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
mergeInspectConfig(InspectConfig value)
public InspectJobConfig.Builder mergeInspectConfig(InspectConfig value)
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Parameter | |
---|---|
Name | Description |
value | InspectConfig |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
mergeStorageConfig(StorageConfig value)
public InspectJobConfig.Builder mergeStorageConfig(StorageConfig value)
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;
Parameter | |
---|---|
Name | Description |
value | StorageConfig |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InspectJobConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
removeActions(int index)
public InspectJobConfig.Builder removeActions(int index)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
setActions(int index, Action value)
public InspectJobConfig.Builder setActions(int index, Action value)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameters | |
---|---|
Name | Description |
index | int |
value | Action |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
setActions(int index, Action.Builder builderForValue)
public InspectJobConfig.Builder setActions(int index, Action.Builder builderForValue)
Actions to execute at the completion of the job.
repeated .google.privacy.dlp.v2.Action actions = 4;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | Action.Builder |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public InspectJobConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
setInspectConfig(InspectConfig value)
public InspectJobConfig.Builder setInspectConfig(InspectConfig value)
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Parameter | |
---|---|
Name | Description |
value | InspectConfig |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
setInspectConfig(InspectConfig.Builder builderForValue)
public InspectJobConfig.Builder setInspectConfig(InspectConfig.Builder builderForValue)
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;
Parameter | |
---|---|
Name | Description |
builderForValue | InspectConfig.Builder |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
setInspectTemplateName(String value)
public InspectJobConfig.Builder setInspectTemplateName(String value)
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;
Parameter | |
---|---|
Name | Description |
value | String The inspectTemplateName to set. |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder | This builder for chaining. |
setInspectTemplateNameBytes(ByteString value)
public InspectJobConfig.Builder setInspectTemplateNameBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for inspectTemplateName to set. |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InspectJobConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
setStorageConfig(StorageConfig value)
public InspectJobConfig.Builder setStorageConfig(StorageConfig value)
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;
Parameter | |
---|---|
Name | Description |
value | StorageConfig |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
setStorageConfig(StorageConfig.Builder builderForValue)
public InspectJobConfig.Builder setStorageConfig(StorageConfig.Builder builderForValue)
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;
Parameter | |
---|---|
Name | Description |
builderForValue | StorageConfig.Builder |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final InspectJobConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
InspectJobConfig.Builder |