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
1587 1588 1589 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 1587 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1592 1593 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 1592 def update!(**args) end |