Class: Google::Apis::ServicemanagementV1::DeleteServiceStrategy
- Inherits:
-
Object
- Object
- Google::Apis::ServicemanagementV1::DeleteServiceStrategy
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/servicemanagement_v1/classes.rb,
generated/google/apis/servicemanagement_v1/representations.rb,
generated/google/apis/servicemanagement_v1/representations.rb
Overview
Strategy used to delete a service. This strategy is a placeholder only used by the system generated rollout to delete a service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeleteServiceStrategy
constructor
A new instance of DeleteServiceStrategy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeleteServiceStrategy
Returns a new instance of DeleteServiceStrategy
1052 1053 1054 |
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 1052 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1057 1058 |
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 1057 def update!(**args) end |