Google Cloud Deploy v1 API - Class CloudRunLocation (2.8.0)

 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.

Inheritance

object > CloudRunLocation

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

CloudRunLocation()

 public CloudRunLocation() 

CloudRunLocation(CloudRunLocation)

 public CloudRunLocation(CloudRunLocation other) 
Parameter
Name
Description

Properties

Location

 public string Location { get; set; } 

Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location} .

Property Value
Type
Description

LocationAsLocationName

 public LocationName LocationAsLocationName { get; set; } 

LocationName -typed view over the Location resource name property.

Property Value
Type
Description