list
public Compute.RegionZones.List list(String project,
String region)
throws IOException
Retrieves the list of Zone resources under the specific region available to the specified
project.
Create a request for the method "regionZones.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Region for this request.
- Returns:
- the request
- Throws:
IOException