Class: Google::Cloud::ManagedKafka::V1::ListClustersResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb

Overview

Response for ListClusters.

Instance Attribute Summary collapse

Instance Attribute Details

#clusters::Array<::Google::Cloud::ManagedKafka::V1::Cluster>

Returns The list of Clusters in the requested parent.

Returns:



63
64
65
66
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 63

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

#next_page_token::String

Returns A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.

Returns:

  • (::String)

    A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.



63
64
65
66
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 63

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



63
64
65
66
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 63

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