Google Cloud Deploy v1 API - Class CloudRunLocation (2.15.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
NameDescription
otherCloudRunLocation

Properties

Location

public string Location { get; set; }

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

Property Value
TypeDescription
string

LocationAsLocationName

public LocationName LocationAsLocationName { get; set; }

LocationName-typed view over the Location resource name property.

Property Value
TypeDescription
LocationName