Google Cloud Vm Migration V1 Client - Class ListCloneJobsResponse (0.3.2)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class ListCloneJobsResponse.

Response message for 'ListCloneJobs' request.

Generated from protobuf message google.cloud.vmmigration.v1.ListCloneJobsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ clone_jobs array<Google\Cloud\VMMigration\V1\CloneJob>

Output only. The list of clone jobs response.

↳ next_page_token string

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

↳ unreachable array

Output only. Locations that could not be reached.

getCloneJobs

Output only. The list of clone jobs response.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCloneJobs

Output only. The list of clone jobs response.

Parameter
NameDescription
var array<Google\Cloud\VMMigration\V1\CloneJob>
Returns
TypeDescription
$this

getNextPageToken

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns
TypeDescription
string

setNextPageToken

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

Output only. Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Output only. Locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this