Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::CloudRunLocation.
Information specifying where to deploy a Cloud Run Service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#location
def location() -> ::String
Returns
-
(::String) — Required. The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
#location=
def location=(value) -> ::String
Parameter
-
value (::String) — Required. The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
Returns
-
(::String) — Required. The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.