Class ProjectViewsResource
The "projectViews" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ProjectViewsResource
Constructors
ProjectViewsResource(IClientService)
Constructs a new resource.
Declaration
public ProjectViewsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string)
Returns the specified global ProjectViews resource, with a regional context.
Declaration
public virtual ProjectViewsResource.GetRequest Get(string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Required. Project ID for this request. This is part of the URL path. |
| string | region | Required. Name of the region for this request. This is part of the URL path. |
Returns
| Type | Description |
|---|---|
| ProjectViewsResource.GetRequest |