public interface RiskAnalysisOperationMetadataOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreateTime()
The time which this request was started.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
The time which this request was started.
|
PrivacyMetric |
getRequestedPrivacyMetric()
Privacy metric to compute.
|
PrivacyMetricOrBuilder |
getRequestedPrivacyMetricOrBuilder()
Privacy metric to compute.
|
BigQueryTable |
getRequestedSourceTable()
Input dataset to compute metrics over.
|
BigQueryTableOrBuilder |
getRequestedSourceTableOrBuilder()
Input dataset to compute metrics over.
|
boolean |
hasCreateTime()
The time which this request was started.
|
boolean |
hasRequestedPrivacyMetric()
Privacy metric to compute.
|
boolean |
hasRequestedSourceTable()
Input dataset to compute metrics over.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasCreateTime()
The time which this request was started.
.google.protobuf.Timestamp create_time = 1;Timestamp getCreateTime()
The time which this request was started.
.google.protobuf.Timestamp create_time = 1;TimestampOrBuilder getCreateTimeOrBuilder()
The time which this request was started.
.google.protobuf.Timestamp create_time = 1;boolean hasRequestedPrivacyMetric()
Privacy metric to compute.
.google.privacy.dlp.v2beta1.PrivacyMetric requested_privacy_metric = 2;PrivacyMetric getRequestedPrivacyMetric()
Privacy metric to compute.
.google.privacy.dlp.v2beta1.PrivacyMetric requested_privacy_metric = 2;PrivacyMetricOrBuilder getRequestedPrivacyMetricOrBuilder()
Privacy metric to compute.
.google.privacy.dlp.v2beta1.PrivacyMetric requested_privacy_metric = 2;boolean hasRequestedSourceTable()
Input dataset to compute metrics over.
.google.privacy.dlp.v2beta1.BigQueryTable requested_source_table = 3;BigQueryTable getRequestedSourceTable()
Input dataset to compute metrics over.
.google.privacy.dlp.v2beta1.BigQueryTable requested_source_table = 3;BigQueryTableOrBuilder getRequestedSourceTableOrBuilder()
Input dataset to compute metrics over.
.google.privacy.dlp.v2beta1.BigQueryTable requested_source_table = 3;