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.



1532
1533
1534
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 1532

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)


1530
1531
1532
# File 'lib/google/apis/developerconnect_v1/classes.rb', line 1530

def service_uri
  @service_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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