public final class RiskAnalysisJobConfig extends GeneratedMessageV3 implements RiskAnalysisJobConfigOrBuilder
Configuration for a risk analysis job.Protobuf type
google.privacy.dlp.v2.RiskAnalysisJobConfig| Modifier and Type | Class and Description |
|---|---|
static class |
RiskAnalysisJobConfig.Builder
Configuration for a risk analysis job.
|
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 |
PRIVACY_METRIC_FIELD_NUMBER |
static int |
SOURCE_TABLE_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 PRIVACY_METRIC_FIELD_NUMBER
public static final int SOURCE_TABLE_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 hasPrivacyMetric()
Privacy metric to compute.
.google.privacy.dlp.v2.PrivacyMetric privacy_metric = 1;hasPrivacyMetric in interface RiskAnalysisJobConfigOrBuilderpublic PrivacyMetric getPrivacyMetric()
Privacy metric to compute.
.google.privacy.dlp.v2.PrivacyMetric privacy_metric = 1;getPrivacyMetric in interface RiskAnalysisJobConfigOrBuilderpublic PrivacyMetricOrBuilder getPrivacyMetricOrBuilder()
Privacy metric to compute.
.google.privacy.dlp.v2.PrivacyMetric privacy_metric = 1;getPrivacyMetricOrBuilder in interface RiskAnalysisJobConfigOrBuilderpublic boolean hasSourceTable()
Input dataset to compute metrics over.
.google.privacy.dlp.v2.BigQueryTable source_table = 2;hasSourceTable in interface RiskAnalysisJobConfigOrBuilderpublic BigQueryTable getSourceTable()
Input dataset to compute metrics over.
.google.privacy.dlp.v2.BigQueryTable source_table = 2;getSourceTable in interface RiskAnalysisJobConfigOrBuilderpublic BigQueryTableOrBuilder getSourceTableOrBuilder()
Input dataset to compute metrics over.
.google.privacy.dlp.v2.BigQueryTable source_table = 2;getSourceTableOrBuilder in interface RiskAnalysisJobConfigOrBuilderpublic 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 = 3;getActionsList in interface RiskAnalysisJobConfigOrBuilderpublic 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 = 3;getActionsOrBuilderList in interface RiskAnalysisJobConfigOrBuilderpublic int getActionsCount()
Actions to execute at the completion of the job. Are executed in the order provided.
repeated .google.privacy.dlp.v2.Action actions = 3;getActionsCount in interface RiskAnalysisJobConfigOrBuilderpublic 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 = 3;getActions in interface RiskAnalysisJobConfigOrBuilderpublic 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 = 3;getActionsOrBuilder in interface RiskAnalysisJobConfigOrBuilderpublic 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 RiskAnalysisJobConfig parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisJobConfig parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisJobConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisJobConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisJobConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisJobConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static RiskAnalysisJobConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RiskAnalysisJobConfig parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RiskAnalysisJobConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RiskAnalysisJobConfig parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static RiskAnalysisJobConfig parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static RiskAnalysisJobConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic RiskAnalysisJobConfig.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static RiskAnalysisJobConfig.Builder newBuilder()
public static RiskAnalysisJobConfig.Builder newBuilder(RiskAnalysisJobConfig prototype)
public RiskAnalysisJobConfig.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected RiskAnalysisJobConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static RiskAnalysisJobConfig getDefaultInstance()
public static Parser<RiskAnalysisJobConfig> parser()
public Parser<RiskAnalysisJobConfig> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public RiskAnalysisJobConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder