Class: Google::Apis::DeveloperconnectV1::GoogleCloudRun

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/developerconnect_v1/classes.rb,
lib/google/apis/developerconnect_v1/representations.rb,
lib/google/apis/developerconnect_v1/representations.rb

Overview

GoogleCloudRun represents the Cloud Run runtime.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRun

Returns a new instance of GoogleCloudRun.



1540
1541
1542
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 1540

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

Instance Attribute Details

#service_uriString

Required. Immutable. The name of the Cloud Run service. Format: projects/ project/locations/location/services/service`. Corresponds to the JSON propertyserviceUri`

Returns:

  • (String)


1538
1539
1540
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 1538

def service_uri
  @service_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1545
1546
1547
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 1545

def update!(**args)
  @service_uri = args[:service_uri] if args.key?(:service_uri)
end