Class ImageViewsResource
The "imageViews" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ImageViewsResource
Constructors
ImageViewsResource(IClientService)
Constructs a new resource.
Declaration
public ImageViewsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string, string)
Returns the specified global ImageView resource, with a regional context.
Declaration
public virtual ImageViewsResource.GetRequest Get(string project, string region, string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Required. Project ID for this request. |
| string | region | Required. Name of the region for this request. |
| string | resourceId | Name of the image resource to return. |
Returns
| Type | Description |
|---|---|
| ImageViewsResource.GetRequest |
List(string, string)
Returns a list of global ImageView resources, with a regional context.
Declaration
public virtual ImageViewsResource.ListRequest List(string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Required. Project ID for this request. |
| string | region | Required. Name of the region for this request. |
Returns
| Type | Description |
|---|---|
| ImageViewsResource.ListRequest |