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