public static final class InspectJobConfig.Builder extends GeneratedMessageV3.Builder<InspectJobConfig.Builder> implements InspectJobConfigOrBuilder
google.privacy.dlp.v2.InspectJobConfiggetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>public InspectJobConfig.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>public InspectJobConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic InspectJobConfig build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic InspectJobConfig buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic InspectJobConfig.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>public InspectJobConfig.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>public InspectJobConfig.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>public InspectJobConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>public InspectJobConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>public InspectJobConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>public InspectJobConfig.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<InspectJobConfig.Builder>public InspectJobConfig.Builder mergeFrom(InspectJobConfig other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>public InspectJobConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<InspectJobConfig.Builder>java.io.IOExceptionpublic boolean hasStorageConfig()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;hasStorageConfig in interface InspectJobConfigOrBuilderpublic StorageConfig getStorageConfig()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;getStorageConfig in interface InspectJobConfigOrBuilderpublic InspectJobConfig.Builder setStorageConfig(StorageConfig value)
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;public InspectJobConfig.Builder setStorageConfig(StorageConfig.Builder builderForValue)
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;public InspectJobConfig.Builder mergeStorageConfig(StorageConfig value)
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;public InspectJobConfig.Builder clearStorageConfig()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;public StorageConfig.Builder getStorageConfigBuilder()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;public StorageConfigOrBuilder getStorageConfigOrBuilder()
The data to scan.
.google.privacy.dlp.v2.StorageConfig storage_config = 1;getStorageConfigOrBuilder in interface InspectJobConfigOrBuilderpublic boolean hasInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;hasInspectConfig in interface InspectJobConfigOrBuilderpublic InspectConfig getInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;getInspectConfig in interface InspectJobConfigOrBuilderpublic InspectJobConfig.Builder setInspectConfig(InspectConfig value)
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;public InspectJobConfig.Builder setInspectConfig(InspectConfig.Builder builderForValue)
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;public InspectJobConfig.Builder mergeInspectConfig(InspectConfig value)
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;public InspectJobConfig.Builder clearInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;public InspectConfig.Builder getInspectConfigBuilder()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;public InspectConfigOrBuilder getInspectConfigOrBuilder()
How and what to scan for.
.google.privacy.dlp.v2.InspectConfig inspect_config = 2;getInspectConfigOrBuilder in interface InspectJobConfigOrBuilderpublic 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;getInspectTemplateName in interface InspectJobConfigOrBuilderpublic 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;getInspectTemplateNameBytes in interface InspectJobConfigOrBuilderpublic InspectJobConfig.Builder setInspectTemplateName(java.lang.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;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;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;public 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;getActionsList in interface InspectJobConfigOrBuilderpublic 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;getActionsCount in interface InspectJobConfigOrBuilderpublic 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;getActions in interface InspectJobConfigOrBuilderpublic InspectJobConfig.Builder setActions(int index, Action value)
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;public InspectJobConfig.Builder setActions(int index, Action.Builder builderForValue)
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;public InspectJobConfig.Builder addActions(Action value)
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;public InspectJobConfig.Builder addActions(int index, Action value)
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;public InspectJobConfig.Builder addActions(Action.Builder builderForValue)
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;public InspectJobConfig.Builder addActions(int index, Action.Builder builderForValue)
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;public InspectJobConfig.Builder addAllActions(java.lang.Iterable<? extends Action> values)
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;public InspectJobConfig.Builder clearActions()
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;public InspectJobConfig.Builder removeActions(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;public Action.Builder getActionsBuilder(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;public 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;getActionsOrBuilder in interface InspectJobConfigOrBuilderpublic 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;getActionsOrBuilderList in interface InspectJobConfigOrBuilderpublic Action.Builder addActionsBuilder()
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;public Action.Builder addActionsBuilder(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;public java.util.List<Action.Builder> getActionsBuilderList()
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 4;public final InspectJobConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>public final InspectJobConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<InspectJobConfig.Builder>