Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeBool
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeBool
- 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
bool Values of type Bool are stored in Value.bool_value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeBool
constructor
A new instance of GoogleBigtableAdminV2TypeBool.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeBool
Returns a new instance of GoogleBigtableAdminV2TypeBool.
1800 1801 1802 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1800 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1805 1806 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1805 def update!(**args) end |