Class CloudRunLocation (1.4.0)

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

Information specifying where to deploy a Cloud Run Service.

Attribute

NameDescription
location str
Required. The location for the Cloud Run Service. Format must be ``projects/{project}/locations/{location}``.

Inheritance

builtins.object > proto.message.Message > CloudRunLocation