Class: Google::Cloud::Deploy::V1::CloudRunLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::CloudRunLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Information specifying where to deploy a Cloud Run Service.
Instance Attribute Summary collapse
-
#location ⇒ ::String
Required.
Instance Attribute Details
#location ⇒ ::String
Returns Required. The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
956 957 958 959 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 956 class CloudRunLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |