Class: Google::Cloud::Container::V1::ListOperationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ListOperationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
ListOperationsResponse is the result of ListOperationsRequest.
Instance Attribute Summary collapse
-
#missing_zones ⇒ ::Array<::String>
If any zones are listed here, the list of operations returned may be missing the operations from those zones.
-
#operations ⇒ ::Array<::Google::Cloud::Container::V1::Operation>
A list of operations in the project in the specified zone.
Instance Attribute Details
#missing_zones ⇒ ::Array<::String>
Returns If any zones are listed here, the list of operations returned may be missing the operations from those zones.
2978 2979 2980 2981 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2978 class ListOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operations ⇒ ::Array<::Google::Cloud::Container::V1::Operation>
Returns A list of operations in the project in the specified zone.
2978 2979 2980 2981 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2978 class ListOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |