diff --git a/clients/google-api-services-vmmigration/v1/2.0.0/README.md b/clients/google-api-services-vmmigration/v1/2.0.0/README.md index 9ac8085ef8e..2e5926c565a 100644 --- a/clients/google-api-services-vmmigration/v1/2.0.0/README.md +++ b/clients/google-api-services-vmmigration/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-vmmigration - v1-rev20260222-2.0.0 + v1-rev20260319-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20260222-2.0.0' + implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20260319-2.0.0' } ``` diff --git a/clients/google-api-services-vmmigration/v1/2.0.0/com/google/api/services/vmmigration/v1/VMMigrationService.java b/clients/google-api-services-vmmigration/v1/2.0.0/com/google/api/services/vmmigration/v1/VMMigrationService.java index e9319fd7afe..d5541d58070 100644 --- a/clients/google-api-services-vmmigration/v1/2.0.0/com/google/api/services/vmmigration/v1/VMMigrationService.java +++ b/clients/google-api-services-vmmigration/v1/2.0.0/com/google/api/services/vmmigration/v1/VMMigrationService.java @@ -312,10 +312,14 @@ public Get set(String parameterName, Object value) { } } /** - * Lists information about the supported locations for this service. This method can be called in - * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project- - * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include - * public locations as well as private or other locations specifically visible to the project. + * Lists information about the supported locations for this service. This method lists locations + * based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global + * locations**: If `name` is empty, the method lists the public locations available to all projects. + * * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method + * lists locations visible to that specific project. This includes public, private, or other + * project-specific locations enabled for the project. For gRPC and client library implementations, + * the resource name is passed as the `name` field. For direct service calls, the resource name is + * incorporated into the request path based on the specific service implementation and version. * * Create a request for the method "locations.list". * @@ -339,10 +343,15 @@ public class List extends VMMigrationServiceRequestcom.google.apis google-api-services-vmmigration - v1-rev20260222-2.0.0 - VM Migration API v1-rev20260222-2.0.0 + v1-rev20260319-2.0.0 + VM Migration API v1-rev20260319-2.0.0 jar 2011 diff --git a/clients/google-api-services-vmmigration/v1/README.md b/clients/google-api-services-vmmigration/v1/README.md index 9ac8085ef8e..2e5926c565a 100644 --- a/clients/google-api-services-vmmigration/v1/README.md +++ b/clients/google-api-services-vmmigration/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-vmmigration - v1-rev20260222-2.0.0 + v1-rev20260319-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20260222-2.0.0' + implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20260319-2.0.0' } ``` diff --git a/clients/google-api-services-vmmigration/v1alpha1/2.0.0/README.md b/clients/google-api-services-vmmigration/v1alpha1/2.0.0/README.md index eb6eb1b87d6..4a807cf1678 100644 --- a/clients/google-api-services-vmmigration/v1alpha1/2.0.0/README.md +++ b/clients/google-api-services-vmmigration/v1alpha1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-vmmigration - v1alpha1-rev20260222-2.0.0 + v1alpha1-rev20260319-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20260222-2.0.0' + implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20260319-2.0.0' } ``` diff --git a/clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/VMMigrationService.java b/clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/VMMigrationService.java index dbdbaac1256..23e1560d46b 100644 --- a/clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/VMMigrationService.java +++ b/clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/VMMigrationService.java @@ -312,10 +312,14 @@ public Get set(String parameterName, Object value) { } } /** - * Lists information about the supported locations for this service. This method can be called in - * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project- - * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include - * public locations as well as private or other locations specifically visible to the project. + * Lists information about the supported locations for this service. This method lists locations + * based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global + * locations**: If `name` is empty, the method lists the public locations available to all projects. + * * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method + * lists locations visible to that specific project. This includes public, private, or other + * project-specific locations enabled for the project. For gRPC and client library implementations, + * the resource name is passed as the `name` field. For direct service calls, the resource name is + * incorporated into the request path based on the specific service implementation and version. * * Create a request for the method "locations.list". * @@ -339,10 +343,15 @@ public class List extends VMMigrationServiceRequestcom.google.apis google-api-services-vmmigration - v1alpha1-rev20260222-2.0.0 - VM Migration API v1alpha1-rev20260222-2.0.0 + v1alpha1-rev20260319-2.0.0 + VM Migration API v1alpha1-rev20260319-2.0.0 jar 2011 diff --git a/clients/google-api-services-vmmigration/v1alpha1/README.md b/clients/google-api-services-vmmigration/v1alpha1/README.md index eb6eb1b87d6..4a807cf1678 100644 --- a/clients/google-api-services-vmmigration/v1alpha1/README.md +++ b/clients/google-api-services-vmmigration/v1alpha1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-vmmigration - v1alpha1-rev20260222-2.0.0 + v1alpha1-rev20260319-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20260222-2.0.0' + implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20260319-2.0.0' } ```