All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.datamigration.v1.DatabaseMigrationService.Projects.Locations.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241211-2.0.0
Show newest version






DatabaseMigrationService.Projects.Locations (Database Migration API v1-rev20241022-2.0.0)












com.google.api.services.datamigration.v1

Class DatabaseMigrationService.Projects.Locations

  • java.lang.Object
    • com.google.api.services.datamigration.v1.DatabaseMigrationService.Projects.Locations
    • Constructor Detail

      • Locations

        public Locations()
    • Method Detail

      • fetchStaticIps

        public DatabaseMigrationService.Projects.Locations.FetchStaticIps fetchStaticIps(String name)
                                                                                  throws IOException
        Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method. Create a request for the method "locations.fetchStaticIps". This request holds the parameters needed by the datamigration server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The resource name for the location for which static IPs should be returned. Must be in the format `projects/locations`.
        Returns:
        the request
        Throws:
        IOException
      • get

        public DatabaseMigrationService.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 datamigration 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
      • list

        public DatabaseMigrationService.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 datamigration 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
      • connectionProfiles

        public DatabaseMigrationService.Projects.Locations.ConnectionProfiles connectionProfiles()
        An accessor for creating requests from the ConnectionProfiles collection.

        The typical use is:

            DatabaseMigrationService datamigration = new DatabaseMigrationService(...);
            DatabaseMigrationService.ConnectionProfiles.List request = datamigration.connectionProfiles().list(parameters ...)
         
        Returns:
        the resource collection
      • conversionWorkspaces

        public DatabaseMigrationService.Projects.Locations.ConversionWorkspaces conversionWorkspaces()
        An accessor for creating requests from the ConversionWorkspaces collection.

        The typical use is:

            DatabaseMigrationService datamigration = new DatabaseMigrationService(...);
            DatabaseMigrationService.ConversionWorkspaces.List request = datamigration.conversionWorkspaces().list(parameters ...)
         
        Returns:
        the resource collection
      • migrationJobs

        public DatabaseMigrationService.Projects.Locations.MigrationJobs migrationJobs()
        An accessor for creating requests from the MigrationJobs collection.

        The typical use is:

            DatabaseMigrationService datamigration = new DatabaseMigrationService(...);
            DatabaseMigrationService.MigrationJobs.List request = datamigration.migrationJobs().list(parameters ...)
         
        Returns:
        the resource collection
      • operations

        public DatabaseMigrationService.Projects.Locations.Operations operations()
        An accessor for creating requests from the Operations collection.

        The typical use is:

            DatabaseMigrationService datamigration = new DatabaseMigrationService(...);
            DatabaseMigrationService.Operations.List request = datamigration.operations().list(parameters ...)
         
        Returns:
        the resource collection
      • privateConnections

        public DatabaseMigrationService.Projects.Locations.PrivateConnections privateConnections()
        An accessor for creating requests from the PrivateConnections collection.

        The typical use is:

            DatabaseMigrationService datamigration = new DatabaseMigrationService(...);
            DatabaseMigrationService.PrivateConnections.List request = datamigration.privateConnections().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy