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
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>
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>
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 |