Googly. CloudVision. Model. ListOperationsResponse
(googly_cloud_vision 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.CloudVision.Model.Operation.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.CloudVision.Model.ListOperationsResponse{ next_page_token: String.t() | nil, operations: [Googly.CloudVision.Model.Operation.t()] | nil, unreachable: [String.t()] | nil }