Class: Google::Cloud::MigrationCenter::V1::AggregateAssetsValuesRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#aggregations::Array<::Google::Cloud::MigrationCenter::V1::Aggregation>

Returns Array of aggregations to perform. Up to 25 aggregations can be defined.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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