Skip to content

Commit 1d6d082

Browse files
1 parent ecba8f3 commit 1d6d082

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

clients/google-api-services-workloadmanager/v1/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-workloadmanager</artifactId>
25-
<version>v1-rev20260401-2.0.0</version>
25+
<version>v1-rev20260429-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-workloadmanager:v1-rev20260401-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20260429-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/WorkloadManager.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ public Get set(String parameterName, Object value) {
313313
}
314314
/**
315315
* Lists information about the supported locations for this service. This method lists locations
316-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
316+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
317317
* locations**: If `name` is empty, the method lists the public locations available to all projects.
318318
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
319319
* lists locations visible to that specific project. This includes public, private, or other
@@ -344,7 +344,7 @@ public class List extends WorkloadManagerRequest<com.google.api.services.workloa
344344

345345
/**
346346
* Lists information about the supported locations for this service. This method lists locations
347-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
347+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
348348
* locations**: If `name` is empty, the method lists the public locations available to all
349349
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
350350
* the method lists locations visible to that specific project. This includes public, private, or
@@ -460,22 +460,22 @@ public List setName(java.lang.String name) {
460460
}
461461

462462
/**
463-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
464-
* documented otherwise. This is primarily for internal usage.
463+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
464+
* for internal usage.
465465
*/
466466
@com.google.api.client.util.Key
467467
private java.util.List<java.lang.String> extraLocationTypes;
468468

469-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
470-
otherwise. This is primarily for internal usage.
469+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for
470+
internal usage.
471471
*/
472472
public java.util.List<java.lang.String> getExtraLocationTypes() {
473473
return extraLocationTypes;
474474
}
475475

476476
/**
477-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
478-
* documented otherwise. This is primarily for internal usage.
477+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
478+
* for internal usage.
479479
*/
480480
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
481481
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-workloadmanager/v1/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-workloadmanager</artifactId>
11-
<version>v1-rev20260401-2.0.0</version>
12-
<name>Workload Manager API v1-rev20260401-2.0.0</name>
11+
<version>v1-rev20260429-2.0.0</version>
12+
<name>Workload Manager API v1-rev20260429-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-workloadmanager/v1/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-workloadmanager</artifactId>
25-
<version>v1-rev20260401-2.0.0</version>
25+
<version>v1-rev20260429-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-workloadmanager:v1-rev20260401-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20260429-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)