Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeFloat32
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeFloat32
- 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
Float32 Values of type Float32
are stored in Value.float_value
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeFloat32
constructor
A new instance of GoogleBigtableAdminV2TypeFloat32.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeFloat32
Returns a new instance of GoogleBigtableAdminV2TypeFloat32.
1872 1873 1874 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1872 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1877 1878 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1877 def update!(**args) end |