Skip to content

Commit 8bd381e

Browse files
1 parent 466ed76 commit 8bd381e

12 files changed

Lines changed: 66 additions & 54 deletions

File tree

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

clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/GceHyperdiskBalancedHighAvailability.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public final class GceHyperdiskBalancedHighAvailability extends com.google.api.c
4646

4747
/**
4848
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
49-
* unlimited if not set.
49+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
50+
* subject to the quotas and limits of the underlying disk type.
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key
@@ -104,7 +105,8 @@ public GceHyperdiskBalancedHighAvailability setArchiveTimeout(String archiveTime
104105

105106
/**
106107
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
107-
* unlimited if not set.
108+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
109+
* subject to the quotas and limits of the underlying disk type.
108110
* @return value or {@code null} for none
109111
*/
110112
public java.lang.Integer getMaxSizeGb() {
@@ -113,7 +115,8 @@ public java.lang.Integer getMaxSizeGb() {
113115

114116
/**
115117
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
116-
* unlimited if not set.
118+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
119+
* subject to the quotas and limits of the underlying disk type.
117120
* @param maxSizeGb maxSizeGb or {@code null} for none
118121
*/
119122
public GceHyperdiskBalancedHighAvailability setMaxSizeGb(java.lang.Integer maxSizeGb) {

clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/GceRegionalPersistentDisk.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public final class GceRegionalPersistentDisk extends com.google.api.client.json.
6565

6666
/**
6767
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
68-
* unlimited if not set.
68+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
69+
* subject to the quotas and limits of the underlying disk type.
6970
* The value may be {@code null}.
7071
*/
7172
@com.google.api.client.util.Key
@@ -164,7 +165,8 @@ public GceRegionalPersistentDisk setFsType(java.lang.String fsType) {
164165

165166
/**
166167
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
167-
* unlimited if not set.
168+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
169+
* subject to the quotas and limits of the underlying disk type.
168170
* @return value or {@code null} for none
169171
*/
170172
public java.lang.Integer getMaxSizeGb() {
@@ -173,7 +175,8 @@ public java.lang.Integer getMaxSizeGb() {
173175

174176
/**
175177
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
176-
* unlimited if not set.
178+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
179+
* subject to the quotas and limits of the underlying disk type.
177180
* @param maxSizeGb maxSizeGb or {@code null} for none
178181
*/
179182
public GceRegionalPersistentDisk setMaxSizeGb(java.lang.Integer maxSizeGb) {

clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/WorkstationConfig.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,11 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
274274
private java.util.List<java.lang.String> replicaZones;
275275

276276
/**
277-
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
278-
* recommend that workstations be shut down daily to reduce costs and so that security updates can
279-
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
280-
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
281-
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
277+
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
278+
* that workstations be stopped daily so that security updates can be applied upon restart. The
279+
* idle_timeout and running_timeout fields are independent of each other. Note that the
280+
* running_timeout field stops workstations after the specified time, regardless of whether or not
281+
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
282282
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
283283
* workstations using this configuration should never time out. If encryption_key is set, it must
284284
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`
@@ -790,11 +790,11 @@ public WorkstationConfig setReplicaZones(java.util.List<java.lang.String> replic
790790
}
791791

792792
/**
793-
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
794-
* recommend that workstations be shut down daily to reduce costs and so that security updates can
795-
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
796-
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
797-
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
793+
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
794+
* that workstations be stopped daily so that security updates can be applied upon restart. The
795+
* idle_timeout and running_timeout fields are independent of each other. Note that the
796+
* running_timeout field stops workstations after the specified time, regardless of whether or not
797+
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
798798
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
799799
* workstations using this configuration should never time out. If encryption_key is set, it must
800800
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`
@@ -808,11 +808,11 @@ public String getRunningTimeout() {
808808
}
809809

810810
/**
811-
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
812-
* recommend that workstations be shut down daily to reduce costs and so that security updates can
813-
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
814-
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
815-
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
811+
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
812+
* that workstations be stopped daily so that security updates can be applied upon restart. The
813+
* idle_timeout and running_timeout fields are independent of each other. Note that the
814+
* running_timeout field stops workstations after the specified time, regardless of whether or not
815+
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
816816
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
817817
* workstations using this configuration should never time out. If encryption_key is set, it must
818818
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`

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

1515
<inceptionYear>2011</inceptionYear>

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

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public final class GceHyperdiskBalancedHighAvailability extends com.google.api.c
4646

4747
/**
4848
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
49-
* unlimited if not set.
49+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
50+
* subject to the quotas and limits of the underlying disk type.
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key
@@ -104,7 +105,8 @@ public GceHyperdiskBalancedHighAvailability setArchiveTimeout(String archiveTime
104105

105106
/**
106107
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
107-
* unlimited if not set.
108+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
109+
* subject to the quotas and limits of the underlying disk type.
108110
* @return value or {@code null} for none
109111
*/
110112
public java.lang.Integer getMaxSizeGb() {
@@ -113,7 +115,8 @@ public java.lang.Integer getMaxSizeGb() {
113115

114116
/**
115117
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
116-
* unlimited if not set.
118+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
119+
* subject to the quotas and limits of the underlying disk type.
117120
* @param maxSizeGb maxSizeGb or {@code null} for none
118121
*/
119122
public GceHyperdiskBalancedHighAvailability setMaxSizeGb(java.lang.Integer maxSizeGb) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public final class GceRegionalPersistentDisk extends com.google.api.client.json.
6565

6666
/**
6767
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
68-
* unlimited if not set.
68+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
69+
* subject to the quotas and limits of the underlying disk type.
6970
* The value may be {@code null}.
7071
*/
7172
@com.google.api.client.util.Key
@@ -164,7 +165,8 @@ public GceRegionalPersistentDisk setFsType(java.lang.String fsType) {
164165

165166
/**
166167
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
167-
* unlimited if not set.
168+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
169+
* subject to the quotas and limits of the underlying disk type.
168170
* @return value or {@code null} for none
169171
*/
170172
public java.lang.Integer getMaxSizeGb() {
@@ -173,7 +175,8 @@ public java.lang.Integer getMaxSizeGb() {
173175

174176
/**
175177
* Optional. Maximum size in GB to which this persistent directory can be resized. Defaults to
176-
* unlimited if not set.
178+
* `0`, which indicates no maximum limit is enforced by this configuration. Resizing is still
179+
* subject to the quotas and limits of the underlying disk type.
177180
* @param maxSizeGb maxSizeGb or {@code null} for none
178181
*/
179182
public GceRegionalPersistentDisk setMaxSizeGb(java.lang.Integer maxSizeGb) {

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,11 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
300300
private java.util.List<java.lang.String> replicaZones;
301301

302302
/**
303-
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
304-
* recommend that workstations be shut down daily to reduce costs and so that security updates can
305-
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
306-
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
307-
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
303+
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
304+
* that workstations be stopped daily so that security updates can be applied upon restart. The
305+
* idle_timeout and running_timeout fields are independent of each other. Note that the
306+
* running_timeout field stops workstations after the specified time, regardless of whether or not
307+
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
308308
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
309309
* workstations using this configuration should never time out. If encryption_key is set, it must
310310
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`
@@ -891,11 +891,11 @@ public WorkstationConfig setReplicaZones(java.util.List<java.lang.String> replic
891891
}
892892

893893
/**
894-
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
895-
* recommend that workstations be shut down daily to reduce costs and so that security updates can
896-
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
897-
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
898-
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
894+
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
895+
* that workstations be stopped daily so that security updates can be applied upon restart. The
896+
* idle_timeout and running_timeout fields are independent of each other. Note that the
897+
* running_timeout field stops workstations after the specified time, regardless of whether or not
898+
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
899899
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
900900
* workstations using this configuration should never time out. If encryption_key is set, it must
901901
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`
@@ -909,11 +909,11 @@ public String getRunningTimeout() {
909909
}
910910

911911
/**
912-
* Optional. Number of seconds that a workstation can run until it is automatically shut down. We
913-
* recommend that workstations be shut down daily to reduce costs and so that security updates can
914-
* be applied upon restart. The idle_timeout and running_timeout fields are independent of each
915-
* other. Note that the running_timeout field shuts down VMs after the specified time, regardless
916-
* of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example,
912+
* Optional. Number of seconds to wait before automatically stopping a workstation. We recommend
913+
* that workstations be stopped daily so that security updates can be applied upon restart. The
914+
* idle_timeout and running_timeout fields are independent of each other. Note that the
915+
* running_timeout field stops workstations after the specified time, regardless of whether or not
916+
* the workstations are idle. Provide duration terminated by `s` for seconds—for example,
917917
* `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
918918
* workstations using this configuration should never time out. If encryption_key is set, it must
919919
* be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"`

0 commit comments

Comments
 (0)