Google Cloud Managed Kafka V1 Client - Class ListConnectClustersResponse (0.4.0)

Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class ListConnectClustersResponse.

Response for ListConnectClusters.

Generated from protobuf message google.cloud.managedkafka.v1.ListConnectClustersResponse

Namespace

Google \ Cloud \ ManagedKafka \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ connect_clusters array<ConnectCluster>

The list of Connect clusters in the requested parent.

↳ next_page_token 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.

↳ unreachable array

Locations that could not be reached.

getConnectClusters

The list of Connect clusters in the requested parent.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setConnectClusters

The list of Connect clusters in the requested parent.

Parameter
Name Description
var array<ConnectCluster>
Returns
Type Description
$this

getNextPageToken

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
Type Description
string

setNextPageToken

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.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this