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 page provides documentation for the `CloudRunLocation` class within the Google Cloud Deploy v1 API, detailing its structure and usage."],["The latest version of the API is 3.4.0, while version 2.12.0 is the main focus of this document, with previous versions dating back to 1.0.0 also available."],["`CloudRunLocation` is used to specify the deployment location for a Cloud Run service and includes a required `Location` property to define where the service should be deployed, formated as `projects/{project}/locations/{location}`."],["The `CloudRunLocation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while it inherits members from the `object` class."],["The documentation includes information on the `CloudRunLocation` class's constructors and properties such as `Location` and `LocationAsLocationName`."]]],[]]