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 `CloudRunLocation` class provides information for deploying a Cloud Run Service within the Google Cloud Deploy v1 API."],["Version 3.4.0 is the latest available version, while this documentation is focused on version 3.2.0 of the `CloudRunLocation` class."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering functionalities like message handling, equality comparison, deep cloning, and buffered message operations."],["The `Location` property, which is of type string, specifies the deployment location for the Cloud Run Service, and is required to follow the format `projects/{project}/locations/{location}`."],["The `LocationAsLocationName` property provides a strongly-typed view of the `Location` resource name, facilitating easier manipulation and validation of the location information."]]],[]]