public class DatabaseMigrationService.Projects extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseMigrationService.Projects.Locations
The "locations" collection of methods.
|
| Constructor and Description |
|---|
Projects() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseMigrationService.Projects.Locations |
locations()
An accessor for creating requests from the Locations collection.
|
public DatabaseMigrationService.Projects.Locations locations()
The typical use is:
DatabaseMigrationService datamigration = new DatabaseMigrationService(...);DatabaseMigrationService.Locations.List request = datamigration.locations().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.