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.
Implements
IMessageCloudRunLocation, IEquatableCloudRunLocation, IDeepCloneableCloudRunLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
CloudRunLocation()
public CloudRunLocation()
CloudRunLocation(CloudRunLocation)
public CloudRunLocation(CloudRunLocation other)
Parameter | |
---|---|
Name | Description |
other | CloudRunLocation |
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 |
string |
LocationAsLocationName
public LocationName LocationAsLocationName { get; set; }
LocationName-typed view over the Location resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |