Class: Google::Cloud::StorageInsights::V1::ReportDetail::Metrics
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::ReportDetail::Metrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Different metrics associated with the generated report.
Instance Attribute Summary collapse
-
#processed_records_count ⇒ ::Integer
Count of Cloud Storage objects which are part of the report.
Instance Attribute Details
#processed_records_count ⇒ ::Integer
Returns Count of Cloud Storage objects which are part of the report.
199 200 201 202 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 199 class Metrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |