target.apidocs.com.google.api.services.migrationcenter.v1.MigrationCenterAPI.Projects.Locations.html Maven / Gradle / Ivy
MigrationCenterAPI.Projects.Locations (Migration Center API v1-rev20240620-2.0.0)
com.google.api.services.migrationcenter.v1
Class MigrationCenterAPI.Projects.Locations
- java.lang.Object
-
- com.google.api.services.migrationcenter.v1.MigrationCenterAPI.Projects.Locations
-
- Enclosing class:
- MigrationCenterAPI.Projects
public class MigrationCenterAPI.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
MigrationCenterAPI.Projects.Locations.Assets
assets()
An accessor for creating requests from the Assets collection.
MigrationCenterAPI.Projects.Locations.DiscoveryClients
discoveryClients()
An accessor for creating requests from the DiscoveryClients collection.
MigrationCenterAPI.Projects.Locations.Get
get(String name)
Gets information about a location.
MigrationCenterAPI.Projects.Locations.GetSettings
getSettings(String name)
Gets the details of regional settings.
MigrationCenterAPI.Projects.Locations.Groups
groups()
An accessor for creating requests from the Groups collection.
MigrationCenterAPI.Projects.Locations.ImportJobs
importJobs()
An accessor for creating requests from the ImportJobs collection.
MigrationCenterAPI.Projects.Locations.List
list(String name)
Lists information about the supported locations for this service.
MigrationCenterAPI.Projects.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
MigrationCenterAPI.Projects.Locations.PreferenceSets
preferenceSets()
An accessor for creating requests from the PreferenceSets collection.
MigrationCenterAPI.Projects.Locations.ReportConfigs
reportConfigs()
An accessor for creating requests from the ReportConfigs collection.
MigrationCenterAPI.Projects.Locations.Sources
sources()
An accessor for creating requests from the Sources collection.
MigrationCenterAPI.Projects.Locations.UpdateSettings
updateSettings(String name,
Settings content)
Updates the regional-level project settings.
-
-
Method Detail
-
get
public MigrationCenterAPI.Projects.Locations.Get get(String name)
throws IOException
Gets information about a location.
Create a request for the method "locations.get".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Resource name for the location.
- Returns:
- the request
- Throws:
IOException
-
getSettings
public MigrationCenterAPI.Projects.Locations.GetSettings getSettings(String name)
throws IOException
Gets the details of regional settings.
Create a request for the method "locations.getSettings".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
name
- Required. Name of the resource.
- Returns:
- the request
- Throws:
IOException
-
list
public MigrationCenterAPI.Projects.Locations.List list(String name)
throws IOException
Lists information about the supported locations for this service.
Create a request for the method "locations.list".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The resource that owns the locations collection, if applicable.
- Returns:
- the request
- Throws:
IOException
-
updateSettings
public MigrationCenterAPI.Projects.Locations.UpdateSettings updateSettings(String name,
Settings content)
throws IOException
Updates the regional-level project settings.
Create a request for the method "locations.updateSettings".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
name
- Output only. The name of the resource.
content
- the Settings
- Returns:
- the request
- Throws:
IOException
-
assets
public MigrationCenterAPI.Projects.Locations.Assets assets()
An accessor for creating requests from the Assets collection.
The typical use is:
MigrationCenterAPI migrationcenter = new MigrationCenterAPI(...);
MigrationCenterAPI.Assets.List request = migrationcenter.assets().list(parameters ...)
- Returns:
- the resource collection
-
discoveryClients
public MigrationCenterAPI.Projects.Locations.DiscoveryClients discoveryClients()
An accessor for creating requests from the DiscoveryClients collection.
The typical use is:
MigrationCenterAPI migrationcenter = new MigrationCenterAPI(...);
MigrationCenterAPI.DiscoveryClients.List request = migrationcenter.discoveryClients().list(parameters ...)
- Returns:
- the resource collection
-
groups
public MigrationCenterAPI.Projects.Locations.Groups groups()
An accessor for creating requests from the Groups collection.
The typical use is:
MigrationCenterAPI migrationcenter = new MigrationCenterAPI(...);
MigrationCenterAPI.Groups.List request = migrationcenter.groups().list(parameters ...)
- Returns:
- the resource collection
-
importJobs
public MigrationCenterAPI.Projects.Locations.ImportJobs importJobs()
An accessor for creating requests from the ImportJobs collection.
The typical use is:
MigrationCenterAPI migrationcenter = new MigrationCenterAPI(...);
MigrationCenterAPI.ImportJobs.List request = migrationcenter.importJobs().list(parameters ...)
- Returns:
- the resource collection
-
operations
public MigrationCenterAPI.Projects.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
MigrationCenterAPI migrationcenter = new MigrationCenterAPI(...);
MigrationCenterAPI.Operations.List request = migrationcenter.operations().list(parameters ...)
- Returns:
- the resource collection
-
preferenceSets
public MigrationCenterAPI.Projects.Locations.PreferenceSets preferenceSets()
An accessor for creating requests from the PreferenceSets collection.
The typical use is:
MigrationCenterAPI migrationcenter = new MigrationCenterAPI(...);
MigrationCenterAPI.PreferenceSets.List request = migrationcenter.preferenceSets().list(parameters ...)
- Returns:
- the resource collection
-
reportConfigs
public MigrationCenterAPI.Projects.Locations.ReportConfigs reportConfigs()
An accessor for creating requests from the ReportConfigs collection.
The typical use is:
MigrationCenterAPI migrationcenter = new MigrationCenterAPI(...);
MigrationCenterAPI.ReportConfigs.List request = migrationcenter.reportConfigs().list(parameters ...)
- Returns:
- the resource collection
-
sources
public MigrationCenterAPI.Projects.Locations.Sources sources()
An accessor for creating requests from the Sources collection.
The typical use is:
MigrationCenterAPI migrationcenter = new MigrationCenterAPI(...);
MigrationCenterAPI.Sources.List request = migrationcenter.sources().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy