Class ProjectsResource.LocationsResource.CloudLocationsResource
The "cloudLocations" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudLocationFinder.v1alpha
Assembly: Google.Apis.CloudLocationFinder.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CloudLocationsResource
Constructors
CloudLocationsResource(IClientService)
Constructs a new resource.
Declaration
public CloudLocationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Retrieves a resource containing information about a cloud location.
Declaration
public virtual ProjectsResource.LocationsResource.CloudLocationsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Name of the resource. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CloudLocationsResource.GetRequest |
List(string)
Lists cloud locations under a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.CloudLocationsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent, which owns this collection of cloud locations. Format: projects/{project}/locations/{location} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CloudLocationsResource.ListRequest |
Search(string)
Searches for cloud locations from a given source location.
Declaration
public virtual ProjectsResource.LocationsResource.CloudLocationsResource.SearchRequest Search(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent, which owns this collection of cloud locations. Format: projects/{project}/locations/{location} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CloudLocationsResource.SearchRequest |