Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::AggregateAssetsValuesRequest.
A request to aggregate one or more values.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aggregations
def aggregations() -> ::Array<::Google::Cloud::MigrationCenter::V1::Aggregation>
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::Aggregation>) — Array of aggregations to perform. Up to 25 aggregations can be defined.
#aggregations=
def aggregations=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::Aggregation>
Parameter
- value (::Array<::Google::Cloud::MigrationCenter::V1::Aggregation>) — Array of aggregations to perform. Up to 25 aggregations can be defined.
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::Aggregation>) — Array of aggregations to perform. Up to 25 aggregations can be defined.
#filter
def filter() -> ::String
Returns
- (::String) — The aggregation will be performed on assets that match the provided filter.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — The aggregation will be performed on assets that match the provided filter.
Returns
- (::String) — The aggregation will be performed on assets that match the provided filter.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent value for
AggregateAssetsValuesRequest
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent value for
AggregateAssetsValuesRequest
.
Returns
-
(::String) — Required. Parent value for
AggregateAssetsValuesRequest
.