Google Cloud Rapid Migration Assessment V1 Client - Class ListCollectorsResponse (1.0.0)

Reference documentation and code samples for the Google Cloud Rapid Migration Assessment V1 Client class ListCollectorsResponse.

Message for response to listing Collectors.

Generated from protobuf message google.cloud.rapidmigrationassessment.v1.ListCollectorsResponse

Namespace

Google \ Cloud \ RapidMigrationAssessment \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ collectors array<Google\Cloud\RapidMigrationAssessment\V1\Collector>

The list of Collectors.

↳ next_page_token string

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

↳ unreachable array

Locations that could not be reached.

getCollectors

The list of Collectors.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCollectors

The list of Collectors.

Parameter
Name Description
var array<Google\Cloud\RapidMigrationAssessment\V1\Collector>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

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