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 setsListOperationsRequest.return_partial_successand reads across collections. For example, when attempting to list all resources across all supported locations.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleLongrunningListOperationsResponse{ next_page_token: String.t() | nil, operations: [Googly.DocumentAI.Model.GoogleLongrunningOperation.t()] | nil, unreachable: [String.t()] | nil }