Skip to content

Commit 1951ee9

Browse files
1 parent 267d226 commit 1951ee9

File tree

4 files changed

+24
-28
lines changed

4 files changed

+24
-28
lines changed

clients/google-api-services-vmmigration/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-vmmigration</artifactId>
25-
<version>v1alpha1-rev20240822-2.0.0</version>
25+
<version>v1alpha1-rev20240912-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-vmmigration:v1alpha1-rev20240822-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20240912-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/VMMigrationService.java

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,41 +2386,39 @@ public List setParent(java.lang.String parent) {
23862386
return this;
23872387
}
23882388

2389-
/** Optional. The filter request (according to https://google.aip.dev/160). */
2389+
/** Optional. The filter request (according to AIP-160). */
23902390
@com.google.api.client.util.Key
23912391
private java.lang.String filter;
23922392

2393-
/** Optional. The filter request (according to https://google.aip.dev/160).
2393+
/** Optional. The filter request (according to AIP-160).
23942394
*/
23952395
public java.lang.String getFilter() {
23962396
return filter;
23972397
}
23982398

2399-
/** Optional. The filter request (according to https://google.aip.dev/160). */
2399+
/** Optional. The filter request (according to AIP-160). */
24002400
public List setFilter(java.lang.String filter) {
24012401
this.filter = filter;
24022402
return this;
24032403
}
24042404

24052405
/**
2406-
* Optional. The order by fields for the result (according to
2407-
* https://google.aip.dev/132#ordering). Currently ordering is only possible by "name"
2408-
* field.
2406+
* Optional. The order by fields for the result (according to AIP-132). Currently ordering
2407+
* is only possible by "name" field.
24092408
*/
24102409
@com.google.api.client.util.Key
24112410
private java.lang.String orderBy;
24122411

2413-
/** Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering).
2414-
Currently ordering is only possible by "name" field.
2412+
/** Optional. The order by fields for the result (according to AIP-132). Currently ordering is only
2413+
possible by "name" field.
24152414
*/
24162415
public java.lang.String getOrderBy() {
24172416
return orderBy;
24182417
}
24192418

24202419
/**
2421-
* Optional. The order by fields for the result (according to
2422-
* https://google.aip.dev/132#ordering). Currently ordering is only possible by "name"
2423-
* field.
2420+
* Optional. The order by fields for the result (according to AIP-132). Currently ordering
2421+
* is only possible by "name" field.
24242422
*/
24252423
public List setOrderBy(java.lang.String orderBy) {
24262424
this.orderBy = orderBy;
@@ -2907,41 +2905,39 @@ public List setParent(java.lang.String parent) {
29072905
return this;
29082906
}
29092907

2910-
/** Optional. The filter request (according to https://google.aip.dev/160). */
2908+
/** Optional. The filter request (according to AIP-160). */
29112909
@com.google.api.client.util.Key
29122910
private java.lang.String filter;
29132911

2914-
/** Optional. The filter request (according to https://google.aip.dev/160).
2912+
/** Optional. The filter request (according to AIP-160).
29152913
*/
29162914
public java.lang.String getFilter() {
29172915
return filter;
29182916
}
29192917

2920-
/** Optional. The filter request (according to https://google.aip.dev/160). */
2918+
/** Optional. The filter request (according to AIP-160). */
29212919
public List setFilter(java.lang.String filter) {
29222920
this.filter = filter;
29232921
return this;
29242922
}
29252923

29262924
/**
2927-
* Optional. The order by fields for the result (according to
2928-
* https://google.aip.dev/132#ordering). Currently ordering is only possible by "name"
2929-
* field.
2925+
* Optional. The order by fields for the result (according to AIP-132). Currently
2926+
* ordering is only possible by "name" field.
29302927
*/
29312928
@com.google.api.client.util.Key
29322929
private java.lang.String orderBy;
29332930

2934-
/** Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering).
2935-
Currently ordering is only possible by "name" field.
2931+
/** Optional. The order by fields for the result (according to AIP-132). Currently ordering is only
2932+
possible by "name" field.
29362933
*/
29372934
public java.lang.String getOrderBy() {
29382935
return orderBy;
29392936
}
29402937

29412938
/**
2942-
* Optional. The order by fields for the result (according to
2943-
* https://google.aip.dev/132#ordering). Currently ordering is only possible by "name"
2944-
* field.
2939+
* Optional. The order by fields for the result (according to AIP-132). Currently
2940+
* ordering is only possible by "name" field.
29452941
*/
29462942
public List setOrderBy(java.lang.String orderBy) {
29472943
this.orderBy = orderBy;

clients/google-api-services-vmmigration/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-vmmigration</artifactId>
11-
<version>v1alpha1-rev20240822-2.0.0</version>
12-
<name>VM Migration API v1alpha1-rev20240822-2.0.0</name>
11+
<version>v1alpha1-rev20240912-2.0.0</version>
12+
<name>VM Migration API v1alpha1-rev20240912-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-vmmigration/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-vmmigration</artifactId>
25-
<version>v1alpha1-rev20240822-2.0.0</version>
25+
<version>v1alpha1-rev20240912-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-vmmigration:v1alpha1-rev20240822-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20240912-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)