Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::CloudRunMetadata.
CloudRunMetadata contains information from a Cloud Run deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job
def job() -> ::String
Returns
-
(::String) — Output only. The name of the Cloud Run job that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/jobs/{job_name}
.
#revision
def revision() -> ::String
Returns
-
(::String) — Output only. The Cloud Run Revision id associated with a
Rollout
.
#service
def service() -> ::String
Returns
-
(::String) — Output only. The name of the Cloud Run Service that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/services/{service}
.
#service_urls
def service_urls() -> ::Array<::String>
Returns
-
(::Array<::String>) — Output only. The Cloud Run Service urls that are associated with a
Rollout
.