public class Compute.Snapshots
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.Snapshots.Delete |
class |
Compute.Snapshots.Get |
class |
Compute.Snapshots.List |
Constructor and Description |
---|
Compute.Snapshots() |
Modifier and Type | Method and Description |
---|---|
Compute.Snapshots.Delete |
delete(java.lang.String project,
java.lang.String snapshot)
Deletes the specified persistent disk snapshot resource.
|
Compute.Snapshots.Get |
get(java.lang.String project,
java.lang.String snapshot)
Returns the specified persistent disk snapshot resource.
|
Compute.Snapshots.List |
list(java.lang.String project)
Retrieves the list of persistent disk snapshot resources contained within the specified project.
|
public Compute.Snapshots.Delete delete(java.lang.String project, java.lang.String snapshot) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.snapshot
- Name of the persistent disk snapshot resource to delete.java.io.IOException
public Compute.Snapshots.Get get(java.lang.String project, java.lang.String snapshot) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.snapshot
- Name of the persistent disk snapshot resource to return.java.io.IOException
public Compute.Snapshots.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.java.io.IOException