target.apidocs.com.google.api.services.texttospeech.v1.Texttospeech.Operations.html Maven / Gradle / Ivy
Texttospeech.Operations (Cloud Text-to-Speech API v1-rev20241026-2.0.0)
com.google.api.services.texttospeech.v1
Class Texttospeech.Operations
- java.lang.Object
-
- com.google.api.services.texttospeech.v1.Texttospeech.Operations
-
- Enclosing class:
- Texttospeech
public class Texttospeech.Operations
extends Object
The "operations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Texttospeech.Operations.Cancel
class
Texttospeech.Operations.Delete
-
Constructor Summary
Constructors
Constructor and Description
Operations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Texttospeech.Operations.Cancel
cancel(String name,
CancelOperationRequest content)
Starts asynchronous cancellation on a long-running operation.
Texttospeech.Operations.Delete
delete(String name)
Deletes a long-running operation.
-
-
Method Detail
-
cancel
public Texttospeech.Operations.Cancel cancel(String name,
CancelOperationRequest content)
throws IOException
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to
cancel the operation, but success is not guaranteed. If the server doesn't support this method,
it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
methods to check whether the cancellation succeeded or whether the operation completed despite
cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
`Code.CANCELLED`.
Create a request for the method "operations.cancel".
This request holds the parameters needed by the texttospeech server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The name of the operation resource to be cancelled.
content
- the CancelOperationRequest
- Returns:
- the request
- Throws:
IOException
-
delete
public Texttospeech.Operations.Delete delete(String name)
throws IOException
Deletes a long-running operation. This method indicates that the client is no longer interested
in the operation result. It does not cancel the operation. If the server doesn't support this
method, it returns `google.rpc.Code.UNIMPLEMENTED`.
Create a request for the method "operations.delete".
This request holds the parameters needed by the texttospeech server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The name of the operation resource to be deleted.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy