public interface RiskAnalysisJobConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Action |
getActions(int index)
Actions to execute at the completion of the job.
|
int |
getActionsCount()
Actions to execute at the completion of the job.
|
java.util.List<Action> |
getActionsList()
Actions to execute at the completion of the job.
|
ActionOrBuilder |
getActionsOrBuilder(int index)
Actions to execute at the completion of the job.
|
java.util.List<? extends ActionOrBuilder> |
getActionsOrBuilderList()
Actions to execute at the completion of the job.
|
PrivacyMetric |
getPrivacyMetric()
Privacy metric to compute.
|
PrivacyMetricOrBuilder |
getPrivacyMetricOrBuilder()
Privacy metric to compute.
|
BigQueryTable |
getSourceTable()
Input dataset to compute metrics over.
|
BigQueryTableOrBuilder |
getSourceTableOrBuilder()
Input dataset to compute metrics over.
|
boolean |
hasPrivacyMetric()
Privacy metric to compute.
|
boolean |
hasSourceTable()
Input dataset to compute metrics over.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasPrivacyMetric()
Privacy metric to compute.
.google.privacy.dlp.v2.PrivacyMetric privacy_metric = 1;
PrivacyMetric getPrivacyMetric()
Privacy metric to compute.
.google.privacy.dlp.v2.PrivacyMetric privacy_metric = 1;
PrivacyMetricOrBuilder getPrivacyMetricOrBuilder()
Privacy metric to compute.
.google.privacy.dlp.v2.PrivacyMetric privacy_metric = 1;
boolean hasSourceTable()
Input dataset to compute metrics over.
.google.privacy.dlp.v2.BigQueryTable source_table = 2;
BigQueryTable getSourceTable()
Input dataset to compute metrics over.
.google.privacy.dlp.v2.BigQueryTable source_table = 2;
BigQueryTableOrBuilder getSourceTableOrBuilder()
Input dataset to compute metrics over.
.google.privacy.dlp.v2.BigQueryTable source_table = 2;
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;
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;
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;
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;
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;