Skip to content

Commit c4db727

Browse files
1 parent 6c006c9 commit c4db727

File tree

7 files changed

+39
-30
lines changed

7 files changed

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

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

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

7373
/**
7474
* Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type
75-
* must be empty.
75+
* must be empty. Must be formatted as ext4 file system with no partitions.
7676
* The value may be {@code null}.
7777
*/
7878
@com.google.api.client.util.Key
@@ -162,7 +162,7 @@ public GceRegionalPersistentDisk setSizeGb(java.lang.Integer sizeGb) {
162162

163163
/**
164164
* Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type
165-
* must be empty.
165+
* must be empty. Must be formatted as ext4 file system with no partitions.
166166
* @return value or {@code null} for none
167167
*/
168168
public java.lang.String getSourceSnapshot() {
@@ -171,7 +171,7 @@ public java.lang.String getSourceSnapshot() {
171171

172172
/**
173173
* Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type
174-
* must be empty.
174+
* must be empty. Must be formatted as ext4 file system with no partitions.
175175
* @param sourceSnapshot sourceSnapshot or {@code null} for none
176176
*/
177177
public GceRegionalPersistentDisk setSourceSnapshot(java.lang.String sourceSnapshot) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ public final class Workstation extends com.google.api.client.json.GenericJson {
6767

6868
/**
6969
* Output only. Whether this workstation is in degraded mode, in which case it may require user
70-
* action to restore full functionality. Details can be found in conditions.
70+
* action to restore full functionality. The conditions field contains detailed information about
71+
* the status of the workstation.
7172
* The value may be {@code null}.
7273
*/
7374
@com.google.api.client.util.Key
@@ -274,7 +275,8 @@ public Workstation setCreateTime(String createTime) {
274275

275276
/**
276277
* Output only. Whether this workstation is in degraded mode, in which case it may require user
277-
* action to restore full functionality. Details can be found in conditions.
278+
* action to restore full functionality. The conditions field contains detailed information about
279+
* the status of the workstation.
278280
* @return value or {@code null} for none
279281
*/
280282
public java.lang.Boolean getDegraded() {
@@ -283,7 +285,8 @@ public java.lang.Boolean getDegraded() {
283285

284286
/**
285287
* Output only. Whether this workstation is in degraded mode, in which case it may require user
286-
* action to restore full functionality. Details can be found in conditions.
288+
* action to restore full functionality. The conditions field contains detailed information about
289+
* the status of the workstation.
287290
* @param degraded degraded or {@code null} for none
288291
*/
289292
public Workstation setDegraded(java.lang.Boolean degraded) {

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public final class WorkstationCluster extends com.google.api.client.json.Generic
6969

7070
/**
7171
* Output only. Whether this workstation cluster is in degraded mode, in which case it may require
72-
* user action to restore full functionality. Details can be found in conditions.
72+
* user action to restore full functionality. The conditions field contains detailed information
73+
* about the status of the cluster.
7374
* The value may be {@code null}.
7475
*/
7576
@com.google.api.client.util.Key
@@ -167,8 +168,8 @@ public final class WorkstationCluster extends com.google.api.client.json.Generic
167168
private java.lang.String subnetwork;
168169

169170
/**
170-
* Optional. Tag keys/values directly bound to this resource. For example: "123/environment":
171-
* "production", "123/costCenter": "marketing"
171+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
172+
* "123/environment": "production", "123/costCenter": "marketing"
172173
* The value may be {@code null}.
173174
*/
174175
@com.google.api.client.util.Key
@@ -262,7 +263,8 @@ public WorkstationCluster setCreateTime(String createTime) {
262263

263264
/**
264265
* Output only. Whether this workstation cluster is in degraded mode, in which case it may require
265-
* user action to restore full functionality. Details can be found in conditions.
266+
* user action to restore full functionality. The conditions field contains detailed information
267+
* about the status of the cluster.
266268
* @return value or {@code null} for none
267269
*/
268270
public java.lang.Boolean getDegraded() {
@@ -271,7 +273,8 @@ public java.lang.Boolean getDegraded() {
271273

272274
/**
273275
* Output only. Whether this workstation cluster is in degraded mode, in which case it may require
274-
* user action to restore full functionality. Details can be found in conditions.
276+
* user action to restore full functionality. The conditions field contains detailed information
277+
* about the status of the cluster.
275278
* @param degraded degraded or {@code null} for none
276279
*/
277280
public WorkstationCluster setDegraded(java.lang.Boolean degraded) {
@@ -498,17 +501,17 @@ public WorkstationCluster setSubnetwork(java.lang.String subnetwork) {
498501
}
499502

500503
/**
501-
* Optional. Tag keys/values directly bound to this resource. For example: "123/environment":
502-
* "production", "123/costCenter": "marketing"
504+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
505+
* "123/environment": "production", "123/costCenter": "marketing"
503506
* @return value or {@code null} for none
504507
*/
505508
public java.util.Map<String, java.lang.String> getTags() {
506509
return tags;
507510
}
508511

509512
/**
510-
* Optional. Tag keys/values directly bound to this resource. For example: "123/environment":
511-
* "production", "123/costCenter": "marketing"
513+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
514+
* "123/environment": "production", "123/costCenter": "marketing"
512515
* @param tags tags or {@code null} for none
513516
*/
514517
public WorkstationCluster setTags(java.util.Map<String, java.lang.String> tags) {

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
5858
private java.util.Map<String, java.lang.String> annotations;
5959

6060
/**
61-
* Output only. Status conditions describing the current resource state.
61+
* Output only. Status conditions describing the workstation configuration's current state.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
@@ -86,8 +86,9 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
8686
private String createTime;
8787

8888
/**
89-
* Output only. Whether this resource is degraded, in which case it may require user action to
90-
* restore full functionality. See also the conditions field.
89+
* Output only. Whether this workstation configuration is in degraded mode, in which case it may
90+
* require user action to restore full functionality. The conditions field contains detailed
91+
* information about the status of the configuration.
9192
* The value may be {@code null}.
9293
*/
9394
@com.google.api.client.util.Key
@@ -363,15 +364,15 @@ public WorkstationConfig setAnnotations(java.util.Map<String, java.lang.String>
363364
}
364365

365366
/**
366-
* Output only. Status conditions describing the current resource state.
367+
* Output only. Status conditions describing the workstation configuration's current state.
367368
* @return value or {@code null} for none
368369
*/
369370
public java.util.List<Status> getConditions() {
370371
return conditions;
371372
}
372373

373374
/**
374-
* Output only. Status conditions describing the current resource state.
375+
* Output only. Status conditions describing the workstation configuration's current state.
375376
* @param conditions conditions or {@code null} for none
376377
*/
377378
public WorkstationConfig setConditions(java.util.List<Status> conditions) {
@@ -416,17 +417,19 @@ public WorkstationConfig setCreateTime(String createTime) {
416417
}
417418

418419
/**
419-
* Output only. Whether this resource is degraded, in which case it may require user action to
420-
* restore full functionality. See also the conditions field.
420+
* Output only. Whether this workstation configuration is in degraded mode, in which case it may
421+
* require user action to restore full functionality. The conditions field contains detailed
422+
* information about the status of the configuration.
421423
* @return value or {@code null} for none
422424
*/
423425
public java.lang.Boolean getDegraded() {
424426
return degraded;
425427
}
426428

427429
/**
428-
* Output only. Whether this resource is degraded, in which case it may require user action to
429-
* restore full functionality. See also the conditions field.
430+
* Output only. Whether this workstation configuration is in degraded mode, in which case it may
431+
* require user action to restore full functionality. The conditions field contains detailed
432+
* information about the status of the configuration.
430433
* @param degraded degraded or {@code null} for none
431434
*/
432435
public WorkstationConfig setDegraded(java.lang.Boolean degraded) {

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

0 commit comments

Comments
 (0)