Class: Google::Apis::DeveloperconnectV1::GoogleCloudRun
- Inherits:
-
Object
- Object
- Google::Apis::DeveloperconnectV1::GoogleCloudRun
- 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
-
#service_uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRun
constructor
A new instance of GoogleCloudRun.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_uri ⇒ String
Required. Immutable. The name of the Cloud Run service. Format: projects/
project/locations/location/services/service`.
Corresponds to the JSON propertyserviceUri`
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 |