Class: Google::Apis::ClouddeployV1::CloudRunRenderMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ClouddeployV1::CloudRunRenderMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/clouddeploy_v1/classes.rb,
lib/google/apis/clouddeploy_v1/representations.rb,
lib/google/apis/clouddeploy_v1/representations.rb
Overview
CloudRunRenderMetadata contains Cloud Run information associated with a
Release
render.
Instance Attribute Summary collapse
-
#service ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudRunRenderMetadata
constructor
A new instance of CloudRunRenderMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudRunRenderMetadata
Returns a new instance of CloudRunRenderMetadata.
1249 1250 1251 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1249 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service ⇒ String
Output only. The name of the Cloud Run Service in the rendered manifest.
Format is projects/
project/locations/
location/services/
service`.
Corresponds to the JSON property
service`
1247 1248 1249 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1247 def service @service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1254 1255 1256 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1254 def update!(**args) @service = args[:service] if args.key?(:service) end |