Class: Google::Apis::RunV1alpha1::ServiceSpecManualType

Inherits:
Object
  • Object
show all
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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ServiceSpecManualType

Returns a new instance of ServiceSpecManualType



3796
3797
3798
# File 'generated/google/apis/run_v1alpha1/classes.rb', line 3796

def initialize(**args)
   update!(**args)
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3801
3802
# File 'generated/google/apis/run_v1alpha1/classes.rb', line 3801

def update!(**args)
end