Class: Google::Apis::FirebaseapphostingV1::ManagedResource

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

Instance Method Summary collapse

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_serviceGoogle::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