Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::AggregateAssetsValuesRequest (v0.1.0)

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

#aggregations=

def aggregations=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::Aggregation>
Parameter
Returns

#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.