public sealed class CloudRunLocation : IMessage<CloudRunLocation>, IEquatable<CloudRunLocation>, IDeepCloneable<CloudRunLocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CloudRunLocation.
Information specifying where to deploy a Cloud Run Service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `CloudRunLocation` class within the Google Cloud Deploy v1 API for .NET."],["The `CloudRunLocation` class is used to specify the deployment location for a Cloud Run Service, and its format must be `projects/{project}/locations/{location}`."],["There is an extensive list of previous versions of the documentation that are linked to the CloudRunLocation class, up to version 3.4.0 which is the latest, and down to version 1.0.0."],["The `CloudRunLocation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main properties of the class are `Location`, which holds the location string, and `LocationAsLocationName`, which provides a `LocationName`-typed view over the location."]]],[]]