Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class ListDiskMigrationJobsResponse.
Response message for 'ListDiskMigrationJobs' request.
Generated from protobuf message google.cloud.vmmigration.v1.ListDiskMigrationJobsResponse
Namespace
Google \ Cloud \ VMMigration \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ disk_migration_jobs |
array<DiskMigrationJob>
Output only. The list of the disk migration jobs. |
↳ next_page_token |
string
Optional. Output only. A token, which can be sent as |
↳ unreachable |
array
Output only. Locations that could not be reached. |
getDiskMigrationJobs
Output only. The list of the disk migration jobs.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDiskMigrationJobs
Output only. The list of the disk migration jobs.
Parameter | |
---|---|
Name | Description |
var |
array<DiskMigrationJob>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Optional. 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 | |
---|---|
Type | Description |
string |
setNextPageToken
Optional. 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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUnreachable
Output only. Locations that could not be reached.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Output only. Locations that could not be reached.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |