Class: Google::Apis::FirebaseapphostingV1::RunService
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseapphostingV1::RunService
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebaseapphosting_v1/classes.rb,
lib/google/apis/firebaseapphosting_v1/representations.rb,
lib/google/apis/firebaseapphosting_v1/representations.rb
Overview
A managed Cloud Run service.
Instance Attribute Summary collapse
-
#service ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RunService
constructor
A new instance of RunService.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RunService
Returns a new instance of RunService.
1801 1802 1803 |
# File 'lib/google/apis/firebaseapphosting_v1/classes.rb', line 1801 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service ⇒ String
Optional. The name of the Cloud Run service, in the
format: projects/project/locations/location/services/serviceId`
Corresponds to the JSON propertyservice`
1799 1800 1801 |
# File 'lib/google/apis/firebaseapphosting_v1/classes.rb', line 1799 def service @service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1806 1807 1808 |
# File 'lib/google/apis/firebaseapphosting_v1/classes.rb', line 1806 def update!(**args) @service = args[:service] if args.key?(:service) end |