public interface InspectOperationMetadataOrBuilder 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.
|
InfoTypeStatistics |
getInfoTypeStats(int index)
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2; |
int |
getInfoTypeStatsCount()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2; |
java.util.List<InfoTypeStatistics> |
getInfoTypeStatsList()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2; |
InfoTypeStatisticsOrBuilder |
getInfoTypeStatsOrBuilder(int index)
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2; |
java.util.List<? extends InfoTypeStatisticsOrBuilder> |
getInfoTypeStatsOrBuilderList()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2; |
long |
getProcessedBytes()
Total size in bytes that were processed.
|
InspectConfig |
getRequestInspectConfig()
The inspect config used to create the Operation.
|
InspectConfigOrBuilder |
getRequestInspectConfigOrBuilder()
The inspect config used to create the Operation.
|
OutputStorageConfig |
getRequestOutputConfig()
Optional location to store findings.
|
OutputStorageConfigOrBuilder |
getRequestOutputConfigOrBuilder()
Optional location to store findings.
|
StorageConfig |
getRequestStorageConfig()
The storage config used to create the Operation.
|
StorageConfigOrBuilder |
getRequestStorageConfigOrBuilder()
The storage config used to create the Operation.
|
long |
getTotalEstimatedBytes()
Estimate of the number of bytes to process.
|
boolean |
hasCreateTime()
The time which this request was started.
|
boolean |
hasRequestInspectConfig()
The inspect config used to create the Operation.
|
boolean |
hasRequestOutputConfig()
Optional location to store findings.
|
boolean |
hasRequestStorageConfig()
The storage config used to create the Operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedlong getProcessedBytes()
Total size in bytes that were processed.
int64 processed_bytes = 1;long getTotalEstimatedBytes()
Estimate of the number of bytes to process.
int64 total_estimated_bytes = 4;java.util.List<InfoTypeStatistics> getInfoTypeStatsList()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;InfoTypeStatistics getInfoTypeStats(int index)
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;int getInfoTypeStatsCount()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;java.util.List<? extends InfoTypeStatisticsOrBuilder> getInfoTypeStatsOrBuilderList()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;InfoTypeStatisticsOrBuilder getInfoTypeStatsOrBuilder(int index)
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;boolean hasCreateTime()
The time which this request was started.
.google.protobuf.Timestamp create_time = 3;Timestamp getCreateTime()
The time which this request was started.
.google.protobuf.Timestamp create_time = 3;TimestampOrBuilder getCreateTimeOrBuilder()
The time which this request was started.
.google.protobuf.Timestamp create_time = 3;boolean hasRequestInspectConfig()
The inspect config used to create the Operation.
.google.privacy.dlp.v2beta1.InspectConfig request_inspect_config = 5;InspectConfig getRequestInspectConfig()
The inspect config used to create the Operation.
.google.privacy.dlp.v2beta1.InspectConfig request_inspect_config = 5;InspectConfigOrBuilder getRequestInspectConfigOrBuilder()
The inspect config used to create the Operation.
.google.privacy.dlp.v2beta1.InspectConfig request_inspect_config = 5;boolean hasRequestStorageConfig()
The storage config used to create the Operation.
.google.privacy.dlp.v2beta1.StorageConfig request_storage_config = 6;StorageConfig getRequestStorageConfig()
The storage config used to create the Operation.
.google.privacy.dlp.v2beta1.StorageConfig request_storage_config = 6;StorageConfigOrBuilder getRequestStorageConfigOrBuilder()
The storage config used to create the Operation.
.google.privacy.dlp.v2beta1.StorageConfig request_storage_config = 6;boolean hasRequestOutputConfig()
Optional location to store findings.
.google.privacy.dlp.v2beta1.OutputStorageConfig request_output_config = 7;OutputStorageConfig getRequestOutputConfig()
Optional location to store findings.
.google.privacy.dlp.v2beta1.OutputStorageConfig request_output_config = 7;OutputStorageConfigOrBuilder getRequestOutputConfigOrBuilder()
Optional location to store findings.
.google.privacy.dlp.v2beta1.OutputStorageConfig request_output_config = 7;