Class: Google::Apis::RunV1alpha1::ServiceSpecManualType
- Inherits:
-
Object
- Object
- Google::Apis::RunV1alpha1::ServiceSpecManualType
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/run_v1alpha1/classes.rb,
generated/google/apis/run_v1alpha1/representations.rb,
generated/google/apis/run_v1alpha1/representations.rb
Overview
ServiceSpecManualType contains the options for configuring a manual service. See ServiceSpec for more details. Not currently supported by Cloud Run.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ServiceSpecManualType
constructor
A new instance of ServiceSpecManualType.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ServiceSpecManualType
Returns a new instance of ServiceSpecManualType.
4170 4171 4172 |
# File 'generated/google/apis/run_v1alpha1/classes.rb', line 4170 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4175 4176 |
# File 'generated/google/apis/run_v1alpha1/classes.rb', line 4175 def update!(**args) end |