Google Cloud Telco Automation V1 Client - Class ListOrchestrationClustersResponse (1.1.0)

Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class ListOrchestrationClustersResponse.

Message for response to listing OrchestrationClusters.

Generated from protobuf message google.cloud.telcoautomation.v1.ListOrchestrationClustersResponse

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ orchestration_clustersarray<OrchestrationCluster>

The list of OrchestrationCluster

↳ next_page_tokenstring

A token identifying a page of results the server should return.

↳ unreachablearray

Locations that could not be reached.

getOrchestrationClusters

The list of OrchestrationCluster

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOrchestrationClusters

The list of OrchestrationCluster

Parameter
NameDescription
vararray<OrchestrationCluster>
Returns
TypeDescription
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
TypeDescription
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getUnreachable

Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
NameDescription
varstring[]
Returns
TypeDescription
$this