public class ServiceManagement.Operations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceManagement.Operations.Get |
class |
ServiceManagement.Operations.List |
| Constructor and Description |
|---|
Operations() |
| Modifier and Type | Method and Description |
|---|---|
ServiceManagement.Operations.Get |
get(java.lang.String name)
Gets the latest state of a long-running operation.
|
ServiceManagement.Operations.List |
list()
Lists service operations that match the specified filter in the request.
|
public ServiceManagement.Operations.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the operation resource.java.io.IOExceptionpublic ServiceManagement.Operations.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOException