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."],[[["The webpage provides documentation for the `CloudRunLocation` class within the Google Cloud Deploy v1 API, specifically for the .NET environment, across multiple versions."],["The latest version of the `CloudRunLocation` API is 3.4.0, and the page offers access to documentation for prior versions, down to 1.0.0."],["`CloudRunLocation` is designed to specify where a Cloud Run Service should be deployed, with its location being a required property, and it inherits from the base Object class."],["The `CloudRunLocation` class has two constructors, one default, and another that takes in another `CloudRunLocation` object, as well as two public properties: `Location` and `LocationAsLocationName`."],["The documentation lists the implemented interfaces for `CloudRunLocation`, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]