Class: Google::Container::V1beta1::ListOperationsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb

Overview

ListOperationsResponse is the result of ListOperationsRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#missing_zonesArray<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.



1574
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1574

class ListOperationsResponse; end

#operationsArray<Google::Container::V1beta1::Operation>

Returns A list of operations in the project in the specified zone.

Returns:



1574
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1574

class ListOperationsResponse; end