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 for .NET, offering reference material and code samples."],["The `CloudRunLocation` class specifies the location to deploy a Cloud Run Service, with the required format being `projects/{project}/locations/{location}`."],["The latest version of the API is 3.4.0, but it is currently providing documentation for version 2.16.0, and multiple previous versions are also available, ranging from 1.0.0 up to 3.4.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and provides constructors and properties to manage Cloud Run service locations."],["The `Location` property, a required string, and `LocationAsLocationName`, a typed view, allow the location of the Cloud Run service to be specified."]]],[]]