Class: Google::Cloud::MigrationCenter::V1::ReportSummary::HistogramChartData::Bucket
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ReportSummary::HistogramChartData::Bucket
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A histogram bucket with a lower and upper bound, and a count of items with a field value between those bounds. The lower bound is inclusive and the upper bound is exclusive. Lower bound may be -infinity and upper bound may be infinity.
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Count of items in the bucket.
-
#lower_bound ⇒ ::Integer
Lower bound - inclusive.
-
#upper_bound ⇒ ::Integer
Upper bound - exclusive.
Instance Attribute Details
#count ⇒ ::Integer
Returns Count of items in the bucket.
3560 3561 3562 3563 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3560 class Bucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |