| Modifier and Type | Method and Description |
|---|---|
void |
delete(String operationName)
Deletes the specified operation resource.
|
Operation |
get(String operationName)
Retrieves the specified operation resource.
|
org.jclouds.collect.PagedIterable<Operation> |
list() |
org.jclouds.collect.PagedIterable<Operation> |
list(ListOptions listOptions)
A paged version of GlobalOperationApi#listFirstPage()
|
ListPage<Operation> |
listAtMarker(String marker) |
ListPage<Operation> |
listAtMarker(String marker,
ListOptions listOptions)
Retrieves the listFirstPage of operation resources contained within the specified project.
|
ListPage<Operation> |
listFirstPage() |
@Named(value="GlobalOperations:get") Operation get(String operationName)
operationName - name of the operation resource to return.@Named(value="GlobalOperations:delete") void delete(String operationName)
operationName - name of the operation resource to delete.@Named(value="GlobalOperations:list") ListPage<Operation> listAtMarker(@Nullable String marker)
@Named(value="GlobalOperations:list") ListPage<Operation> listAtMarker(@Nullable String marker, ListOptions listOptions)
marker - marks the beginning of the next list pagelistOptions - listing optionsListOptions,
ListPage@Named(value="GlobalOperations:list") org.jclouds.collect.PagedIterable<Operation> list()
@Named(value="GlobalOperations:list") org.jclouds.collect.PagedIterable<Operation> list(ListOptions listOptions)
PagedIterable,
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions)Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.