Skip to content

Commit c6ce246

Browse files
1 parent 7187746 commit c6ce246

File tree

5 files changed

+6
-72
lines changed

5 files changed

+6
-72
lines changed

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-migrationcenter</artifactId>
25-
<version>v1alpha1-rev20240815-2.0.0</version>
25+
<version>v1alpha1-rev20240822-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
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'
3939
}
4040
```
4141

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/ImportRowError.java

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ public final class ImportRowError extends com.google.api.client.json.GenericJson
6363
com.google.api.client.util.Data.nullOf(ImportError.class);
6464
}
6565

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-
7366
/**
7467
* The row number where the error was detected.
7568
* The value may be {@code null}.
@@ -166,23 +159,6 @@ public ImportRowError setErrors(java.util.List<ImportError> errors) {
166159
return this;
167160
}
168161

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-
186162
/**
187163
* The row number where the error was detected.
188164
* @return value or {@code null} for none

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/ImportRowErrorJsonErrorDetails.java

Lines changed: 0 additions & 42 deletions
This file was deleted.

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<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>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-migrationcenter/v1alpha1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-migrationcenter</artifactId>
25-
<version>v1alpha1-rev20240815-2.0.0</version>
25+
<version>v1alpha1-rev20240822-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
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'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)