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, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, 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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasPrivacyMetric()
Privacy metric to compute.
.google.privacy.dlp.v2.PrivacyMetric privacy_metric = 1;
hasPrivacyMetric
in interface RiskAnalysisJobConfigOrBuilder
public PrivacyMetric getPrivacyMetric()
Privacy metric to compute.
.google.privacy.dlp.v2.PrivacyMetric privacy_metric = 1;
getPrivacyMetric
in interface RiskAnalysisJobConfigOrBuilder
public PrivacyMetricOrBuilder getPrivacyMetricOrBuilder()
Privacy metric to compute.
.google.privacy.dlp.v2.PrivacyMetric privacy_metric = 1;
getPrivacyMetricOrBuilder
in interface RiskAnalysisJobConfigOrBuilder
public boolean hasSourceTable()
Input dataset to compute metrics over.
.google.privacy.dlp.v2.BigQueryTable source_table = 2;
hasSourceTable
in interface RiskAnalysisJobConfigOrBuilder
public BigQueryTable getSourceTable()
Input dataset to compute metrics over.
.google.privacy.dlp.v2.BigQueryTable source_table = 2;
getSourceTable
in interface RiskAnalysisJobConfigOrBuilder
public BigQueryTableOrBuilder getSourceTableOrBuilder()
Input dataset to compute metrics over.
.google.privacy.dlp.v2.BigQueryTable source_table = 2;
getSourceTableOrBuilder
in interface RiskAnalysisJobConfigOrBuilder
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 = 3;
getActionsList
in interface RiskAnalysisJobConfigOrBuilder
public 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 RiskAnalysisJobConfigOrBuilder
public 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 RiskAnalysisJobConfigOrBuilder
public 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 RiskAnalysisJobConfigOrBuilder
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 = 3;
getActionsOrBuilder
in interface RiskAnalysisJobConfigOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static RiskAnalysisJobConfig parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static RiskAnalysisJobConfig parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static RiskAnalysisJobConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static RiskAnalysisJobConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static RiskAnalysisJobConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static RiskAnalysisJobConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static RiskAnalysisJobConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static RiskAnalysisJobConfig parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static RiskAnalysisJobConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static RiskAnalysisJobConfig parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static RiskAnalysisJobConfig parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static RiskAnalysisJobConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public RiskAnalysisJobConfig.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static RiskAnalysisJobConfig.Builder newBuilder()
public static RiskAnalysisJobConfig.Builder newBuilder(RiskAnalysisJobConfig prototype)
public RiskAnalysisJobConfig.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected RiskAnalysisJobConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static RiskAnalysisJobConfig getDefaultInstance()
public static Parser<RiskAnalysisJobConfig> parser()
public Parser<RiskAnalysisJobConfig> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public RiskAnalysisJobConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder