Skip to content

Commit ab7f088

Browse files
1 parent 129575f commit ab7f088

File tree

4 files changed

+30
-6
lines changed

4 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ public final class WorkstationBoostConfig extends com.google.api.client.json.Gen
3838
@com.google.api.client.util.Key
3939
private java.lang.String id;
4040

41+
/**
42+
* Output only. Whether or not the current workstation is actively boosted with this id.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.Boolean running;
47+
4148
/**
4249
* Output only. Boost configuration ID.
4350
* @return value or {@code null} for none
@@ -55,6 +62,23 @@ public WorkstationBoostConfig setId(java.lang.String id) {
5562
return this;
5663
}
5764

65+
/**
66+
* Output only. Whether or not the current workstation is actively boosted with this id.
67+
* @return value or {@code null} for none
68+
*/
69+
public java.lang.Boolean getRunning() {
70+
return running;
71+
}
72+
73+
/**
74+
* Output only. Whether or not the current workstation is actively boosted with this id.
75+
* @param running running or {@code null} for none
76+
*/
77+
public WorkstationBoostConfig setRunning(java.lang.Boolean running) {
78+
this.running = running;
79+
return this;
80+
}
81+
5882
@Override
5983
public WorkstationBoostConfig set(String fieldName, Object value) {
6084
return (WorkstationBoostConfig) super.set(fieldName, value);

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-rev20250625-2.0.0</version>
12-
<name>Cloud Workstations API v1beta-rev20250625-2.0.0</name>
11+
<version>v1beta-rev20250716-2.0.0</version>
12+
<name>Cloud Workstations API v1beta-rev20250716-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-rev20250625-2.0.0</version>
25+
<version>v1beta-rev20250716-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-rev20250625-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20250716-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)