public interface AnalyzeDataSourceRiskRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.v2beta1.PrivacyMetric privacy_metric = 1;
PrivacyMetric getPrivacyMetric()
Privacy metric to compute.
.google.privacy.dlp.v2beta1.PrivacyMetric privacy_metric = 1;
PrivacyMetricOrBuilder getPrivacyMetricOrBuilder()
Privacy metric to compute.
.google.privacy.dlp.v2beta1.PrivacyMetric privacy_metric = 1;
boolean hasSourceTable()
Input dataset to compute metrics over.
.google.privacy.dlp.v2beta1.BigQueryTable source_table = 3;
BigQueryTable getSourceTable()
Input dataset to compute metrics over.
.google.privacy.dlp.v2beta1.BigQueryTable source_table = 3;
BigQueryTableOrBuilder getSourceTableOrBuilder()
Input dataset to compute metrics over.
.google.privacy.dlp.v2beta1.BigQueryTable source_table = 3;