File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
clients/google-api-services-migrationcenter/v1alpha1
com/google/api/services/migrationcenter/v1alpha1/model Expand file tree Collapse file tree 4 files changed +10
-10
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-rev20250710 -2.0.0</version >
25
+ <version >v1alpha1-rev20250724 -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-rev20250710 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20250724 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ public final class OutputFile extends com.google.api.client.json.GenericJson {
40
40
* Output only. File size in bytes.
41
41
* The value may be {@code null}.
42
42
*/
43
- @ com .google .api .client .util .Key
44
- private java .lang .Integer fileSizeBytes ;
43
+ @ com .google .api .client .util .Key @ com . google . api . client . json . JsonString
44
+ private java .lang .Long fileSizeBytes ;
45
45
46
46
/**
47
47
* Output only. XLSX output file.
@@ -71,15 +71,15 @@ public OutputFile setCsvOutputFile(CsvOutputFile csvOutputFile) {
71
71
* Output only. File size in bytes.
72
72
* @return value or {@code null} for none
73
73
*/
74
- public java .lang .Integer getFileSizeBytes () {
74
+ public java .lang .Long getFileSizeBytes () {
75
75
return fileSizeBytes ;
76
76
}
77
77
78
78
/**
79
79
* Output only. File size in bytes.
80
80
* @param fileSizeBytes fileSizeBytes or {@code null} for none
81
81
*/
82
- public OutputFile setFileSizeBytes (java .lang .Integer fileSizeBytes ) {
82
+ public OutputFile setFileSizeBytes (java .lang .Long fileSizeBytes ) {
83
83
this .fileSizeBytes = fileSizeBytes ;
84
84
return this ;
85
85
}
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-rev20250710 -2.0.0</version >
12
- <name >Migration Center API v1alpha1-rev20250710 -2.0.0</name >
11
+ <version >v1alpha1-rev20250724 -2.0.0</version >
12
+ <name >Migration Center API v1alpha1-rev20250724 -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-rev20250710 -2.0.0</version >
25
+ <version >v1alpha1-rev20250724 -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-rev20250710 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20250724 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments