Show / Hide Table of Contents

Class Location

A resource that represents Google Cloud Platform location.

Inheritance
System.Object
Location
Implements
IDirectResponseSchema
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class Location : object, IDirectResponseSchema

Properties

DisplayName

The friendly name for this location, typically a nearby city name. For example, "Tokyo".

Declaration
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Labels

Cross-service attributes for the location. For example

{"cloud.googleapis.com/region": "us-east1"}

Declaration
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

LocationId

The canonical id for this location. For example: &quot;us-east1&quot;.

Declaration
public virtual string LocationId { get; set; }
Property Value
Type Description
System.String

Metadata

Service-specific metadata. For example the available capacity at the given location.

Declaration
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

Name

Resource name for the location, which may vary between implementations. For example: &quot;projects /example-project/locations/us-east1&quot;

Declaration
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top