Class: Google::Cloud::MigrationCenter::V1::AggregationResult::Histogram::Bucket

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#count::Integer



3138
3139
3140
3141
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3138

class Bucket
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#lower_bound::Float



3138
3139
3140
3141
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3138

class Bucket
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#upper_bound::Float



3138
3139
3140
3141
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3138

class Bucket
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end