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 webpage provides documentation for the `CloudRunLocation` class within the Google Cloud Deploy v1 API, detailing its structure and usage."],["The latest version of the API documented is 3.4.0, while the current context of the page is version 2.3.0, with the page offering links to previous version documentation."],["The `CloudRunLocation` class is used to specify where to deploy a Cloud Run Service, inheriting from object and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Location`, which specifies the deployment location in the format `projects/{project}/locations/{location}`, and a `LocationAsLocationName` property offering a typed view over the resource name."],["The `CloudRunLocation` class has two constructors: a default constructor and a copy constructor that takes another `CloudRunLocation` instance as an argument."]]],[]]