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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-datamigration</artifactId >
25
- <version >v1-rev20250519 -2.0.0</version >
25
+ <version >v1-rev20250521 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -51,6 +51,13 @@ public final class GoogleCloudClouddmsV1OperationMetadata extends com.google.api
51
51
@ com .google .api .client .util .Key
52
52
private String endTime ;
53
53
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
+
54
61
/**
55
62
* Output only. Identifies whether the user has requested cancellation of the operation.
56
63
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
@@ -132,6 +139,23 @@ public GoogleCloudClouddmsV1OperationMetadata setEndTime(String endTime) {
132
139
return this ;
133
140
}
134
141
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
+
135
159
/**
136
160
* Output only. Identifies whether the user has requested cancellation of the operation.
137
161
* Operations that have successfully been cancelled have google.longrunning.Operation.error value
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-datamigration</artifactId >
25
- <version >v1-rev20250519 -2.0.0</version >
25
+ <version >v1-rev20250521 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments