Class CloudRunMetadata (1.4.0)

CloudRunMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

CloudRunMetadata contains information from a Cloud Run deployment.

Attributes

NameDescription
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 Sequence[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``.

Inheritance

builtins.object > proto.message.Message > CloudRunMetadata