Class: Google::Cloud::Container::V1::ListOperationsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Array<::String>)

    If any zones are listed here, the list of operations returned may be missing the operations from those zones.



2317
2318
2319
2320
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2317

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.

Returns:



2317
2318
2319
2320
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2317

class ListOperationsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end