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

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCollectors

The list of Collectors.

Parameter
NameDescription
var array<Google\Cloud\RapidMigrationAssessment\V1\Collector>
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
var string
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
var string[]
Returns
TypeDescription
$this