Google Anthos Multi Cloud V1 Client - Class ListAttachedClustersResponse (0.4.4)

Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class ListAttachedClustersResponse.

Response message for AttachedClusters.ListAttachedClusters method.

Generated from protobuf message google.cloud.gkemulticloud.v1.ListAttachedClustersResponse

Namespace

Google \ Cloud \ GkeMultiCloud \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ attached_clusters array<Google\Cloud\GkeMultiCloud\V1\AttachedCluster>

A list of AttachedCluster resources in the specified Google Cloud Platform project and region region.

↳ next_page_token string

Token to retrieve the next page of results, or empty if there are no more results in the list.

getAttachedClusters

A list of AttachedCluster resources in the specified Google Cloud Platform project and region region.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAttachedClusters

A list of AttachedCluster resources in the specified Google Cloud Platform project and region region.

Parameter
NameDescription
var array<Google\Cloud\GkeMultiCloud\V1\AttachedCluster>
Returns
TypeDescription
$this

getNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns
TypeDescription
string

setNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this