Class: Google::Cloud::Container::V1beta1::ListClustersResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

ListClustersResponse is the result of ListClustersRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#clusters::Array<::Google::Cloud::Container::V1beta1::Cluster>

Returns A list of clusters in the project in the specified zone, or across all ones.

Returns:



3318
3319
3320
3321
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3318

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

#missing_zones::Array<::String>

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

Returns:

  • (::Array<::String>)

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



3318
3319
3320
3321
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3318

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