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}
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3147 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 |