Skip to content

Commit 5ed50ae

Browse files
chore: generate libraries at Mon Nov 17 02:34:27 UTC 2025
1 parent d8bc3d5 commit 5ed50ae

File tree

16 files changed

+4766
-711
lines changed

16 files changed

+4766
-711
lines changed

java-vmmigration/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-vmmigration</artifactId>
45-
<version>1.78.0</version>
45+
<version>1.80.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-vmmigration:1.78.0'
52+
implementation 'com.google.cloud:google-cloud-vmmigration:1.80.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.78.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.80.0"
5959
```
6060

6161
## Authentication
@@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
194194
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
195195
[stability-image]: https://img.shields.io/badge/stability-stable-green
196196
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-vmmigration.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-vmmigration/1.78.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-vmmigration/1.80.0
198198
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
199199
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
200200
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-vmmigration/google-cloud-vmmigration/src/main/java/com/google/cloud/vmmigration/v1/VmMigrationClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@
11231123
* </tr>
11241124
* <tr>
11251125
* <td><p> CancelImageImportJob</td>
1126-
* <td><p> Initiates the cancellation of a running clone job.</td>
1126+
* <td><p> Initiates the cancellation of a running ImageImportJob.</td>
11271127
* <td>
11281128
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
11291129
* <ul>
@@ -9455,7 +9455,7 @@ public final UnaryCallable<GetImageImportJobRequest, ImageImportJob> getImageImp
94559455

94569456
// AUTO-GENERATED DOCUMENTATION AND METHOD.
94579457
/**
9458-
* Initiates the cancellation of a running clone job.
9458+
* Initiates the cancellation of a running ImageImportJob.
94599459
*
94609460
* <p>Sample code:
94619461
*
@@ -9487,7 +9487,7 @@ public final UnaryCallable<GetImageImportJobRequest, ImageImportJob> getImageImp
94879487

94889488
// AUTO-GENERATED DOCUMENTATION AND METHOD.
94899489
/**
9490-
* Initiates the cancellation of a running clone job.
9490+
* Initiates the cancellation of a running ImageImportJob.
94919491
*
94929492
* <p>Sample code:
94939493
*
@@ -9517,7 +9517,7 @@ public final UnaryCallable<GetImageImportJobRequest, ImageImportJob> getImageImp
95179517

95189518
// AUTO-GENERATED DOCUMENTATION AND METHOD.
95199519
/**
9520-
* Initiates the cancellation of a running clone job.
9520+
* Initiates the cancellation of a running ImageImportJob.
95219521
*
95229522
* <p>Sample code:
95239523
*
@@ -9548,7 +9548,7 @@ public final UnaryCallable<GetImageImportJobRequest, ImageImportJob> getImageImp
95489548

95499549
// AUTO-GENERATED DOCUMENTATION AND METHOD.
95509550
/**
9551-
* Initiates the cancellation of a running clone job.
9551+
* Initiates the cancellation of a running ImageImportJob.
95529552
*
95539553
* <p>Sample code:
95549554
*
@@ -9579,7 +9579,7 @@ public final UnaryCallable<GetImageImportJobRequest, ImageImportJob> getImageImp
95799579

95809580
// AUTO-GENERATED DOCUMENTATION AND METHOD.
95819581
/**
9582-
* Initiates the cancellation of a running clone job.
9582+
* Initiates the cancellation of a running ImageImportJob.
95839583
*
95849584
* <p>Sample code:
95859585
*

java-vmmigration/google-cloud-vmmigration/src/main/resources/META-INF/native-image/com.google.cloud.vmmigration.v1/reflect-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,24 @@
530530
"allDeclaredClasses": true,
531531
"allPublicClasses": true
532532
},
533+
{
534+
"name": "com.google.cloud.vmmigration.v1.AdaptationModifier",
535+
"queryAllDeclaredConstructors": true,
536+
"queryAllPublicConstructors": true,
537+
"queryAllDeclaredMethods": true,
538+
"allPublicMethods": true,
539+
"allDeclaredClasses": true,
540+
"allPublicClasses": true
541+
},
542+
{
543+
"name": "com.google.cloud.vmmigration.v1.AdaptationModifier$Builder",
544+
"queryAllDeclaredConstructors": true,
545+
"queryAllPublicConstructors": true,
546+
"queryAllDeclaredMethods": true,
547+
"allPublicMethods": true,
548+
"allDeclaredClasses": true,
549+
"allPublicClasses": true
550+
},
533551
{
534552
"name": "com.google.cloud.vmmigration.v1.AdaptingOSStep",
535553
"queryAllDeclaredConstructors": true,

java-vmmigration/grpc-google-cloud-vmmigration-v1/src/main/java/com/google/cloud/vmmigration/v1/VmMigrationGrpc.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3766,7 +3766,7 @@ default void getImageImportJob(
37663766
*
37673767
*
37683768
* <pre>
3769-
* Initiates the cancellation of a running clone job.
3769+
* Initiates the cancellation of a running ImageImportJob.
37703770
* </pre>
37713771
*/
37723772
default void cancelImageImportJob(
@@ -4823,7 +4823,7 @@ public void getImageImportJob(
48234823
*
48244824
*
48254825
* <pre>
4826-
* Initiates the cancellation of a running clone job.
4826+
* Initiates the cancellation of a running ImageImportJob.
48274827
* </pre>
48284828
*/
48294829
public void cancelImageImportJob(
@@ -5753,7 +5753,7 @@ public com.google.cloud.vmmigration.v1.ImageImportJob getImageImportJob(
57535753
*
57545754
*
57555755
* <pre>
5756-
* Initiates the cancellation of a running clone job.
5756+
* Initiates the cancellation of a running ImageImportJob.
57575757
* </pre>
57585758
*/
57595759
public com.google.longrunning.Operation cancelImageImportJob(
@@ -6619,7 +6619,7 @@ public com.google.cloud.vmmigration.v1.ImageImportJob getImageImportJob(
66196619
*
66206620
*
66216621
* <pre>
6622-
* Initiates the cancellation of a running clone job.
6622+
* Initiates the cancellation of a running ImageImportJob.
66236623
* </pre>
66246624
*/
66256625
public com.google.longrunning.Operation cancelImageImportJob(
@@ -7508,7 +7508,7 @@ protected VmMigrationFutureStub build(
75087508
*
75097509
*
75107510
* <pre>
7511-
* Initiates the cancellation of a running clone job.
7511+
* Initiates the cancellation of a running ImageImportJob.
75127512
* </pre>
75137513
*/
75147514
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>

0 commit comments

Comments
 (0)