File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-datamigration/v1
com/google/api/services/datamigration/v1/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-datamigration</artifactId >
25- <version >v1-rev20250519 -2.0.0</version >
25+ <version >v1-rev20250521 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-datamigration:v1-rev20250519 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-datamigration:v1-rev20250521 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -51,6 +51,13 @@ public final class GoogleCloudClouddmsV1OperationMetadata extends com.google.api
5151 @ com .google .api .client .util .Key
5252 private String endTime ;
5353
54+ /**
55+ * Output only. Additional metadata that is returned by the backend for the operation.
56+ * The value may be {@code null}.
57+ */
58+ @ com .google .api .client .util .Key
59+ private java .util .Map <String , java .lang .String > metadata ;
60+
5461 /**
5562 * Output only. Identifies whether the user has requested cancellation of the operation.
5663 * Operations that have successfully been cancelled have google.longrunning.Operation.error value
@@ -132,6 +139,23 @@ public GoogleCloudClouddmsV1OperationMetadata setEndTime(String endTime) {
132139 return this ;
133140 }
134141
142+ /**
143+ * Output only. Additional metadata that is returned by the backend for the operation.
144+ * @return value or {@code null} for none
145+ */
146+ public java .util .Map <String , java .lang .String > getMetadata () {
147+ return metadata ;
148+ }
149+
150+ /**
151+ * Output only. Additional metadata that is returned by the backend for the operation.
152+ * @param metadata metadata or {@code null} for none
153+ */
154+ public GoogleCloudClouddmsV1OperationMetadata setMetadata (java .util .Map <String , java .lang .String > metadata ) {
155+ this .metadata = metadata ;
156+ return this ;
157+ }
158+
135159 /**
136160 * Output only. Identifies whether the user has requested cancellation of the operation.
137161 * Operations that have successfully been cancelled have google.longrunning.Operation.error value
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-datamigration</artifactId >
11- <version >v1-rev20250519 -2.0.0</version >
12- <name >Database Migration API v1-rev20250519 -2.0.0</name >
11+ <version >v1-rev20250521 -2.0.0</version >
12+ <name >Database Migration API v1-rev20250521 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-datamigration</artifactId >
25- <version >v1-rev20250519 -2.0.0</version >
25+ <version >v1-rev20250521 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-datamigration:v1-rev20250519 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-datamigration:v1-rev20250521 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments