Class: Google::Cloud::MigrationCenter::V1::AggregateAssetsValuesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::AggregateAssetsValuesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A request to aggregate one or more values.
Instance Attribute Summary collapse
-
#aggregations ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::Aggregation>
Array of aggregations to perform.
-
#filter ⇒ ::String
The aggregation will be performed on assets that match the provided filter.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#aggregations ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::Aggregation>
Returns Array of aggregations to perform. Up to 25 aggregations can be defined.
645 646 647 648 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 645 class AggregateAssetsValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
Returns The aggregation will be performed on assets that match the provided filter.
645 646 647 648 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 645 class AggregateAssetsValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent value for AggregateAssetsValuesRequest
.
645 646 647 648 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 645 class AggregateAssetsValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |