Show / Hide Table of Contents

Class Location

A resource that represents Google Cloud Platform location.

Inheritance
System.Object
Location
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class Location : IDirectResponseSchema

Properties

DisplayName

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

Declaration
[JsonProperty("displayName")]
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
[JsonProperty("labels")]
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
[JsonProperty("locationId")]
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
[JsonProperty("metadata")]
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
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX