Class: Google::Cloud::MigrationCenter::V1::AggregationResult::Frequency
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::AggregationResult::Frequency
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
The result of a frequency distribution aggregation.
Defined Under Namespace
Classes: ValuesEntry
Instance Attribute Summary collapse
Instance Attribute Details
#values ⇒ ::Google::Protobuf::Map{::String => ::Integer}
3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3117 class Frequency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Integer] class ValuesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |