Class AppsResource.LocationsResource
The "locations" collection of methods.
Inheritance
System.Object
AppsResource.LocationsResource
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.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(String, String)
Gets information about a location.
Declaration
public virtual AppsResource.LocationsResource.GetRequest Get(string appsId, string locationsId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | appsId | Part of |
| System.String | locationsId | Part of |
Returns
| Type | Description |
|---|---|
| AppsResource.LocationsResource.GetRequest |
List(String)
Lists information about the supported locations for this service.
Declaration
public virtual AppsResource.LocationsResource.ListRequest List(string appsId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | appsId | Part of |
Returns
| Type | Description |
|---|---|
| AppsResource.LocationsResource.ListRequest |