File tree Expand file tree Collapse file tree 5 files changed +6
-72
lines changed
clients/google-api-services-migrationcenter/v1alpha1
com/google/api/services/migrationcenter/v1alpha1/model Expand file tree Collapse file tree 5 files changed +6
-72
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-migrationcenter</artifactId >
25
- <version >v1alpha1-rev20240815 -2.0.0</version >
25
+ <version >v1alpha1-rev20240822 -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-migrationcenter:v1alpha1-rev20240815 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20240822 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ public final class ImportRowError extends com.google.api.client.json.GenericJson
63
63
com .google .api .client .util .Data .nullOf (ImportError .class );
64
64
}
65
65
66
- /**
67
- * Error details for a JSON file.
68
- * The value may be {@code null}.
69
- */
70
- @ com .google .api .client .util .Key
71
- private ImportRowErrorJsonErrorDetails jsonError ;
72
-
73
66
/**
74
67
* The row number where the error was detected.
75
68
* The value may be {@code null}.
@@ -166,23 +159,6 @@ public ImportRowError setErrors(java.util.List<ImportError> errors) {
166
159
return this ;
167
160
}
168
161
169
- /**
170
- * Error details for a JSON file.
171
- * @return value or {@code null} for none
172
- */
173
- public ImportRowErrorJsonErrorDetails getJsonError () {
174
- return jsonError ;
175
- }
176
-
177
- /**
178
- * Error details for a JSON file.
179
- * @param jsonError jsonError or {@code null} for none
180
- */
181
- public ImportRowError setJsonError (ImportRowErrorJsonErrorDetails jsonError ) {
182
- this .jsonError = jsonError ;
183
- return this ;
184
- }
185
-
186
162
/**
187
163
* The row number where the error was detected.
188
164
* @return value or {@code null} for none
Load Diff This file was deleted.
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-migrationcenter</artifactId >
11
- <version >v1alpha1-rev20240815 -2.0.0</version >
12
- <name >Migration Center API v1alpha1-rev20240815 -2.0.0</name >
11
+ <version >v1alpha1-rev20240822 -2.0.0</version >
12
+ <name >Migration Center API v1alpha1-rev20240822 -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-migrationcenter</artifactId >
25
- <version >v1alpha1-rev20240815 -2.0.0</version >
25
+ <version >v1alpha1-rev20240822 -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-migrationcenter:v1alpha1-rev20240815 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20240822 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments