Skip to content

Commit d9cc121

Browse files
1 parent 31ea562 commit d9cc121

4 files changed

Lines changed: 9 additions & 9 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-rev20260602-2.0.0</version>
25+
<version>v1-rev20260708-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-rev20260602-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20260708-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class ActiveDirectory extends com.google.api.client.json.GenericJso
3737
private java.lang.String dnsAddress;
3838

3939
/**
40-
* Optional. Human readable form of a domain such as “google.com.
40+
* Optional. Human readable form of a domain such as `example.com`.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -82,15 +82,15 @@ public ActiveDirectory setDnsAddress(java.lang.String dnsAddress) {
8282
}
8383

8484
/**
85-
* Optional. Human readable form of a domain such as “google.com.
85+
* Optional. Human readable form of a domain such as `example.com`.
8686
* @return value or {@code null} for none
8787
*/
8888
public java.lang.String getDomain() {
8989
return domain;
9090
}
9191

9292
/**
93-
* Optional. Human readable form of a domain such as “google.com.
93+
* Optional. Human readable form of a domain such as `example.com`.
9494
* @param domain domain or {@code null} for none
9595
*/
9696
public ActiveDirectory setDomain(java.lang.String domain) {

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-rev20260602-2.0.0</version>
12-
<name>Workload Manager API v1-rev20260602-2.0.0</name>
11+
<version>v1-rev20260708-2.0.0</version>
12+
<name>Workload Manager API v1-rev20260708-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-rev20260602-2.0.0</version>
25+
<version>v1-rev20260708-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-rev20260602-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20260708-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)