public class ServiceUsage.Operations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceUsage.Operations.Get |
class |
ServiceUsage.Operations.List |
| Constructor and Description |
|---|
Operations() |
| Modifier and Type | Method and Description |
|---|---|
ServiceUsage.Operations.Get |
get(String name)
Gets the latest state of a long-running operation.
|
ServiceUsage.Operations.List |
list()
Lists operations that match the specified filter in the request.
|
public ServiceUsage.Operations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the operation resource.IOExceptionpublic ServiceUsage.Operations.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionCopyright © 2011–2020 Google. All rights reserved.