Googly.DocumentAI.Model.GoogleLongrunningListOperationsResponse (googly_document_ai v0.1.0)

Copy Markdown View Source

The response message for Operations.ListOperations.

Attributes

  • next_page_token (type: String.t()) - The standard List next-page token.
  • operations (type: list(Googly.DocumentAI.Model.GoogleLongrunningOperation.t())) - A list of operations that matches the specified filter in the request.
  • unreachable (type: list(String.t())) - Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections. For example, when attempting to list all resources across all supported locations.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleLongrunningListOperationsResponse{
  next_page_token: String.t() | nil,
  operations: [Googly.DocumentAI.Model.GoogleLongrunningOperation.t()] | nil,
  unreachable: [String.t()] | nil
}