Class: Google::Apis::FirebaseapphostingV1::ManagedResource
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseapphostingV1::ManagedResource
- 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
An external resource managed by App Hosting on the project.
Instance Attribute Summary collapse
-
#run_service ⇒ Google::Apis::FirebaseapphostingV1::RunService
A managed Cloud Run
service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ManagedResource
constructor
A new instance of ManagedResource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ManagedResource
Returns a new instance of ManagedResource.
1380 1381 1382 |
# File 'lib/google/apis/firebaseapphosting_v1/classes.rb', line 1380 def initialize(**args) update!(**args) end |
Instance Attribute Details
#run_service ⇒ Google::Apis::FirebaseapphostingV1::RunService
A managed Cloud Run service.
Corresponds to the JSON property runService
1378 1379 1380 |
# File 'lib/google/apis/firebaseapphosting_v1/classes.rb', line 1378 def run_service @run_service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1385 1386 1387 |
# File 'lib/google/apis/firebaseapphosting_v1/classes.rb', line 1385 def update!(**args) @run_service = args[:run_service] if args.key?(:run_service) end |