CloudRunMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
CloudRunMetadata contains information from a Cloud Run deployment.
Attributes |
|
---|---|
Name | Description |
service |
str
Output only. The name of the Cloud Run Service that is associated with a Rollout . Format is
projects/{project}/locations/{location}/services/{service} .
|
service_urls |
MutableSequence[str]
Output only. The Cloud Run Service urls that are associated with a Rollout .
|
revision |
str
Output only. The Cloud Run Revision id associated with a Rollout .
|
job |
str
Output only. The name of the Cloud Run job that is associated with a Rollout . Format is
projects/{project}/locations/{location}/jobs/{job_name} .
|