public final class InspectJobConfig extends GeneratedMessageV3 implements InspectJobConfigOrBuilder
google.privacy.dlp.v2beta2.InspectJobConfig| Modifier and Type | Class and Description |
|---|---|
static class |
InspectJobConfig.Builder
Protobuf type
google.privacy.dlp.v2beta2.InspectJobConfig |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIONS_FIELD_NUMBER |
static int |
INSPECT_CONFIG_FIELD_NUMBER |
static int |
INSPECT_TEMPLATE_NAME_FIELD_NUMBER |
static int |
OUTPUT_CONFIG_FIELD_NUMBER |
static int |
STORAGE_CONFIG_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecanUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int STORAGE_CONFIG_FIELD_NUMBER
public static final int OUTPUT_CONFIG_FIELD_NUMBER
public static final int INSPECT_CONFIG_FIELD_NUMBER
public static final int INSPECT_TEMPLATE_NAME_FIELD_NUMBER
public static final int ACTIONS_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public boolean hasStorageConfig()
The data to scan.
.google.privacy.dlp.v2beta2.StorageConfig storage_config = 1;hasStorageConfig in interface InspectJobConfigOrBuilderpublic StorageConfig getStorageConfig()
The data to scan.
.google.privacy.dlp.v2beta2.StorageConfig storage_config = 1;getStorageConfig in interface InspectJobConfigOrBuilderpublic StorageConfigOrBuilder getStorageConfigOrBuilder()
The data to scan.
.google.privacy.dlp.v2beta2.StorageConfig storage_config = 1;getStorageConfigOrBuilder in interface InspectJobConfigOrBuilderpublic boolean hasOutputConfig()
Where to put the findings.
.google.privacy.dlp.v2beta2.OutputStorageConfig output_config = 2;hasOutputConfig in interface InspectJobConfigOrBuilderpublic OutputStorageConfig getOutputConfig()
Where to put the findings.
.google.privacy.dlp.v2beta2.OutputStorageConfig output_config = 2;getOutputConfig in interface InspectJobConfigOrBuilderpublic OutputStorageConfigOrBuilder getOutputConfigOrBuilder()
Where to put the findings.
.google.privacy.dlp.v2beta2.OutputStorageConfig output_config = 2;getOutputConfigOrBuilder in interface InspectJobConfigOrBuilderpublic boolean hasInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;hasInspectConfig in interface InspectJobConfigOrBuilderpublic InspectConfig getInspectConfig()
How and what to scan for.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;getInspectConfig in interface InspectJobConfigOrBuilderpublic InspectConfigOrBuilder getInspectConfigOrBuilder()
How and what to scan for.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 3;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 = 4;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 = 4;getInspectTemplateNameBytes in interface InspectJobConfigOrBuilderpublic 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;getActionsList 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.v2beta2.Action actions = 5;getActionsOrBuilderList in interface InspectJobConfigOrBuilderpublic 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;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.v2beta2.Action actions = 5;getActions in interface InspectJobConfigOrBuilderpublic 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;getActionsOrBuilder in interface InspectJobConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static InspectJobConfig parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectJobConfig parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectJobConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectJobConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectJobConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectJobConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectJobConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static InspectJobConfig parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static InspectJobConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static InspectJobConfig parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static InspectJobConfig parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static InspectJobConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic InspectJobConfig.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static InspectJobConfig.Builder newBuilder()
public static InspectJobConfig.Builder newBuilder(InspectJobConfig prototype)
public InspectJobConfig.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected InspectJobConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static InspectJobConfig getDefaultInstance()
public static Parser<InspectJobConfig> parser()
public Parser<InspectJobConfig> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public InspectJobConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder