Class: Google::Longrunning::ListOperationsResponse
- Inherits:
-
Object
- Object
- Google::Longrunning::ListOperationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/longrunning/operations.rb
Overview
The response message for Operations.ListOperations.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The standard List next-page token.
-
#operations ⇒ ::Array<::Google::Longrunning::Operation>
A list of operations that matches the specified filter in the request.
-
#unreachable ⇒ ::Array<::String>
Unordered list.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The standard List next-page token.
117 118 119 120 |
# File 'proto_docs/google/longrunning/operations.rb', line 117 class ListOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operations ⇒ ::Array<::Google::Longrunning::Operation>
Returns A list of operations that matches the specified filter in the request.
117 118 119 120 |
# File 'proto_docs/google/longrunning/operations.rb', line 117 class ListOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Unordered list. Unreachable resources. Populated when the request sets
ListOperationsRequest.return_partial_success
and reads across
collections e.g. when attempting to list all resources across all supported
locations.
117 118 119 120 |
# File 'proto_docs/google/longrunning/operations.rb', line 117 class ListOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |