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