Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeAggregateMin
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeAggregateMin
- 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 min of the input values. Allowed input: Int64
State: same as
input
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeAggregateMin
constructor
A new instance of GoogleBigtableAdminV2TypeAggregateMin.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeAggregateMin
Returns a new instance of GoogleBigtableAdminV2TypeAggregateMin.
1731 1732 1733 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1731 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1736 1737 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1736 def update!(**args) end |