Skip to content

Files

Latest commit

0d2423c · Aug 29, 2025

History

History
This branch is 1 commit behind googleapis/google-api-java-client-services:main.

README.md

VM Migration API Client Library for Java

Use the Migrate to Virtual Machines API to programmatically migrate workloads.

This page contains information about getting started with the VM Migration API using the Google API Client Library for Java. In addition, you may be interested in the following documentation:

Installation

Maven

Add the following lines to your pom.xml file:

<project>
  <dependencies>
    <dependency>
      <groupId>com.google.apis</groupId>
      <artifactId>google-api-services-vmmigration</artifactId>
      <version>v1-rev20250824-2.0.0</version>
    </dependency>
  </dependencies>
</project>

Gradle

repositories {
  mavenCentral()
}
dependencies {
  implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20250824-2.0.0'
}