Skip to content

Commit eaa0185

Browse files
1 parent cc952f1 commit eaa0185

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

clients/google-api-services-workstations/v1beta/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-workstations</artifactId>
25-
<version>v1beta-rev20250716-2.0.0</version>
25+
<version>v1beta-rev20250729-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-workstations:v1beta-rev20250716-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20250729-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/model/GceInstance.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public final class GceInstance extends com.google.api.client.json.GenericJson {
140140

141141
/**
142142
* Optional. [ReservationAffinity](https://cloud.google.com/compute/docs/instances/reserving-
143-
* zonal-resources) specifies a reservation that can be consumed to create boost VM instances. If
143+
* zonal-resources) specifies a reservation that can be consumed to create VM instances. If
144144
* SPECIFIC_RESERVATION is specified, Cloud Workstations will only create VMs in the zone where
145145
* the reservation is located. This would affect availability since the service will no longer be
146146
* resilient to zonal outages. If ANY_RESERVATION is specified, creating reservations in both
@@ -430,7 +430,7 @@ public GceInstance setPooledInstances(java.lang.Integer pooledInstances) {
430430

431431
/**
432432
* Optional. [ReservationAffinity](https://cloud.google.com/compute/docs/instances/reserving-
433-
* zonal-resources) specifies a reservation that can be consumed to create boost VM instances. If
433+
* zonal-resources) specifies a reservation that can be consumed to create VM instances. If
434434
* SPECIFIC_RESERVATION is specified, Cloud Workstations will only create VMs in the zone where
435435
* the reservation is located. This would affect availability since the service will no longer be
436436
* resilient to zonal outages. If ANY_RESERVATION is specified, creating reservations in both
@@ -447,7 +447,7 @@ public ReservationAffinity getReservationAffinity() {
447447

448448
/**
449449
* Optional. [ReservationAffinity](https://cloud.google.com/compute/docs/instances/reserving-
450-
* zonal-resources) specifies a reservation that can be consumed to create boost VM instances. If
450+
* zonal-resources) specifies a reservation that can be consumed to create VM instances. If
451451
* SPECIFIC_RESERVATION is specified, Cloud Workstations will only create VMs in the zone where
452452
* the reservation is located. This would affect availability since the service will no longer be
453453
* resilient to zonal outages. If ANY_RESERVATION is specified, creating reservations in both

clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/model/ReservationAffinity.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public final class ReservationAffinity extends com.google.api.client.json.Generi
4646
private java.lang.String key;
4747

4848
/**
49-
* Optional. Corresponds to the label values of reservation resources. Valid values are either a
50-
* name to a reservation in the same project or "projects/{project}/reservations/{reservation}" to
49+
* Optional. Corresponds to the label values of reservation resources. Valid values are either the
50+
* name of a reservation in the same project or "projects/{project}/reservations/{reservation}" to
5151
* target a shared reservation in the same zone but in a different project.
5252
* The value may be {@code null}.
5353
*/
@@ -89,8 +89,8 @@ public ReservationAffinity setKey(java.lang.String key) {
8989
}
9090

9191
/**
92-
* Optional. Corresponds to the label values of reservation resources. Valid values are either a
93-
* name to a reservation in the same project or "projects/{project}/reservations/{reservation}" to
92+
* Optional. Corresponds to the label values of reservation resources. Valid values are either the
93+
* name of a reservation in the same project or "projects/{project}/reservations/{reservation}" to
9494
* target a shared reservation in the same zone but in a different project.
9595
* @return value or {@code null} for none
9696
*/
@@ -99,8 +99,8 @@ public java.util.List<java.lang.String> getValues() {
9999
}
100100

101101
/**
102-
* Optional. Corresponds to the label values of reservation resources. Valid values are either a
103-
* name to a reservation in the same project or "projects/{project}/reservations/{reservation}" to
102+
* Optional. Corresponds to the label values of reservation resources. Valid values are either the
103+
* name of a reservation in the same project or "projects/{project}/reservations/{reservation}" to
104104
* target a shared reservation in the same zone but in a different project.
105105
* @param values values or {@code null} for none
106106
*/

clients/google-api-services-workstations/v1beta/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-workstations</artifactId>
11-
<version>v1beta-rev20250716-2.0.0</version>
12-
<name>Cloud Workstations API v1beta-rev20250716-2.0.0</name>
11+
<version>v1beta-rev20250729-2.0.0</version>
12+
<name>Cloud Workstations API v1beta-rev20250729-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-workstations/v1beta/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-workstations</artifactId>
25-
<version>v1beta-rev20250716-2.0.0</version>
25+
<version>v1beta-rev20250729-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-workstations:v1beta-rev20250716-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20250729-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)