Class: Google::Apis::BigtableadminV2::UpdateAppProfileMetadata
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::UpdateAppProfileMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigtableadmin_v2/classes.rb,
generated/google/apis/bigtableadmin_v2/representations.rb,
generated/google/apis/bigtableadmin_v2/representations.rb
Overview
The metadata for the Operation returned by UpdateAppProfile.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpdateAppProfileMetadata
constructor
A new instance of UpdateAppProfileMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UpdateAppProfileMetadata
Returns a new instance of UpdateAppProfileMetadata
1632 1633 1634 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 1632 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1637 1638 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 1637 def update!(**args) end |