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

Returns Count of items in the bucket.

Returns:

  • (::Integer)

    Count of items in the bucket.



3108
3109
3110
3111
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3108

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

#lower_bound::Float

Returns Lower bound - inclusive.

Returns:

  • (::Float)

    Lower bound - inclusive.



3108
3109
3110
3111
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3108

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

#upper_bound::Float

Returns Upper bound - exclusive.

Returns:

  • (::Float)

    Upper bound - exclusive.



3108
3109
3110
3111
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3108

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