Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeAggregateSum
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeAggregateSum
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigtableadmin_v2/classes.rb,
lib/google/apis/bigtableadmin_v2/representations.rb,
lib/google/apis/bigtableadmin_v2/representations.rb
Overview
Computes the sum of the input values. Allowed input: Int64
State: same as
input
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeAggregateSum
constructor
A new instance of GoogleBigtableAdminV2TypeAggregateSum.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeAggregateSum
Returns a new instance of GoogleBigtableAdminV2TypeAggregateSum.
1745 1746 1747 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1745 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1750 1751 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1750 def update!(**args) end |