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 Image resource by providing a regional context to read the metadata from the Global Clone in the region.
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)
Retrieves the list of global Image resources available to the project by providing a regional context to read the metadata from the Global Clone in the region.
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 |