package google.longrunning

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Operations

operations.proto:39

Manages long-running operations with an API service. When an API method normally takes long time to complete, it can be designed to return [Operation][google.longrunning.Operation] to the client, and the client can use this interface to receive the real response asynchronously by polling the operation resource, or using `google.watcher.v1.Watcher` interface to watch the response, or pass the operation resource to another API (such as Google Cloud Pub/Sub API) to receive the response. Any API service that returns long-running operations should implement the `Operations` interface so developers can have a consistent client experience.

message Operation

operations.proto:73

This resource represents a long-running operation that is the result of a network API call.

Used as response type in: cloud.speech.v1beta1.Speech.AsyncRecognize, Operations.GetOperation

Used as field type in: ListOperationsResponse