|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.services.compute.Compute.Images
public class Compute.Images
The "images" collection of methods.
Nested Class Summary | |
---|---|
class |
Compute.Images.Delete
|
class |
Compute.Images.Get
|
class |
Compute.Images.Insert
|
class |
Compute.Images.List
|
Constructor Summary | |
---|---|
Compute.Images()
|
Method Summary | |
---|---|
Compute.Images.Delete |
delete(String project,
String image)
Deletes the specified image resource. |
Compute.Images.Get |
get(String project,
String image)
Returns the specified image resource. |
Compute.Images.Insert |
insert(String project,
Image content)
Creates an image resource in the specified project using the data included in the request. |
Compute.Images.List |
list(String project)
Retrieves the list of image resources available to the specified project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Compute.Images()
Method Detail |
---|
public Compute.Images.Delete delete(String project, String image) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
project
- Name of the project scoping this request.image
- Name of the image resource to delete.
IOException
public Compute.Images.Get get(String project, String image) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
project
- Name of the project scoping this request.image
- Name of the image resource to return.
IOException
public Compute.Images.Insert insert(String project, Image content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
project
- Name of the project scoping this request.content
- the Image
IOException
public Compute.Images.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
project
- Name of the project scoping this request.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |