Compute Engine API v1beta15 (revision 1)



com.google.api.services.compute
Class Compute.RegionOperations

java.lang.Object
  extended by com.google.api.services.compute.Compute.RegionOperations
Enclosing class:
Compute

public class Compute.RegionOperations
extends Object

The "regionOperations" collection of methods.


Nested Class Summary
 class Compute.RegionOperations.Delete
           
 class Compute.RegionOperations.Get
           
 class Compute.RegionOperations.List
           
 
Constructor Summary
Compute.RegionOperations()
           
 
Method Summary
 Compute.RegionOperations.Delete delete(String project, String region, String operation)
          Deletes the specified region-specific operation resource.
 Compute.RegionOperations.Get get(String project, String region, String operation)
          Retrieves the specified region-specific operation resource.
 Compute.RegionOperations.List list(String project, String region)
          Retrieves the list of operation resources contained within the specified region.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compute.RegionOperations

public Compute.RegionOperations()
Method Detail

delete

public Compute.RegionOperations.Delete delete(String project,
                                              String region,
                                              String operation)
                                       throws IOException
Deletes the specified region-specific operation resource. Create a request for the method "regionOperations.delete". This request holds the parameters needed by the the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
project - Name of the project scoping this request.
region - Name of the region scoping this request.
operation - Name of the operation resource to delete.
Returns:
the request
Throws:
IOException

get

public Compute.RegionOperations.Get get(String project,
                                        String region,
                                        String operation)
                                 throws IOException
Retrieves the specified region-specific operation resource. Create a request for the method "regionOperations.get". This request holds the parameters needed by the the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
project - Name of the project scoping this request.
region - Name of the zone scoping this request.
operation - Name of the operation resource to return.
Returns:
the request
Throws:
IOException

list

public Compute.RegionOperations.List list(String project,
                                          String region)
                                   throws IOException
Retrieves the list of operation resources contained within the specified region. Create a request for the method "regionOperations.list". This request holds the parameters needed by the the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
project - Name of the project scoping this request.
region - Name of the region scoping this request.
Returns:
the request
Throws:
IOException