Interface ReportDetail.MetricsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ReportDetail.Metrics, ReportDetail.Metrics.Builder
    Enclosing class:
    ReportDetail

    public static interface ReportDetail.MetricsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getProcessedRecordsCount()
      Count of Cloud Storage objects which are part of the report.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getProcessedRecordsCount

        long getProcessedRecordsCount()
         Count of Cloud Storage objects which are part of the report.
         
        int64 processed_records_count = 1;
        Returns:
        The processedRecordsCount.