Skip to content

Commit 3d05454

Browse files
1 parent ee6624d commit 3d05454

File tree

7 files changed

+41
-37
lines changed

7 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public final class BoostConfig extends com.google.api.client.json.GenericJson {
7575
private java.lang.Boolean enableNestedVirtualization;
7676

7777
/**
78-
* Optional. Required. The id to be used for the boost config.
78+
* Optional. Required. The id to be used for the boost configuration.
7979
* The value may be {@code null}.
8080
*/
8181
@com.google.api.client.util.Key
@@ -185,15 +185,15 @@ public BoostConfig setEnableNestedVirtualization(java.lang.Boolean enableNestedV
185185
}
186186

187187
/**
188-
* Optional. Required. The id to be used for the boost config.
188+
* Optional. Required. The id to be used for the boost configuration.
189189
* @return value or {@code null} for none
190190
*/
191191
public java.lang.String getId() {
192192
return id;
193193
}
194194

195195
/**
196-
* Optional. Required. The id to be used for the boost config.
196+
* Optional. Required. The id to be used for the boost configuration.
197197
* @param id id or {@code null} for none
198198
*/
199199
public BoostConfig setId(java.lang.String id) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class Workstation extends com.google.api.client.json.GenericJson {
3838
private java.util.Map<String, java.lang.String> annotations;
3939

4040
/**
41-
* Output only. List of available boost configuration ids that this workstation can be boosted up
42-
* to
41+
* Output only. List of available boost configuration IDs that this workstation can be boosted up
42+
* to.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -192,17 +192,17 @@ public Workstation setAnnotations(java.util.Map<String, java.lang.String> annota
192192
}
193193

194194
/**
195-
* Output only. List of available boost configuration ids that this workstation can be boosted up
196-
* to
195+
* Output only. List of available boost configuration IDs that this workstation can be boosted up
196+
* to.
197197
* @return value or {@code null} for none
198198
*/
199199
public java.util.List<WorkstationBoostConfig> getBoostConfigs() {
200200
return boostConfigs;
201201
}
202202

203203
/**
204-
* Output only. List of available boost configuration ids that this workstation can be boosted up
205-
* to
204+
* Output only. List of available boost configuration IDs that this workstation can be boosted up
205+
* to.
206206
* @param boostConfigs boostConfigs or {@code null} for none
207207
*/
208208
public Workstation setBoostConfigs(java.util.List<WorkstationBoostConfig> boostConfigs) {

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.workstations.v1beta.model;
1818

1919
/**
20-
* Boost config for this workstation. This object is populated from the parent workstation config.
20+
* Boost configuration for this workstation. This object is populated from the parent workstation
21+
* configuration.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Cloud Workstations API. For a detailed explanation
@@ -31,22 +32,22 @@
3132
public final class WorkstationBoostConfig extends com.google.api.client.json.GenericJson {
3233

3334
/**
34-
* Output only. Boost config id.
35+
* Output only. Boost configuration ID.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
3839
private java.lang.String id;
3940

4041
/**
41-
* Output only. Boost config id.
42+
* Output only. Boost configuration ID.
4243
* @return value or {@code null} for none
4344
*/
4445
public java.lang.String getId() {
4546
return id;
4647
}
4748

4849
/**
49-
* Output only. Boost config id.
50+
* Output only. Boost configuration ID.
5051
* @param id id or {@code null} for none
5152
*/
5253
public WorkstationBoostConfig setId(java.lang.String id) {

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

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,10 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
122122
* service_account must also be specified that has `roles/logging.logWriter` and
123123
* `roles/monitoring.metricWriter` on the project. Operating system audit logging is distinct from
124124
* [Cloud Audit Logs](https://cloud.google.com/workstations/docs/audit-logging) and [Container
125-
* output logging](http://cloud/workstations/docs/container-output-logging#overview). Operating
126-
* system audit logs are available in the [Cloud Logging](https://cloud.google.com/logging/docs)
127-
* console by querying: resource.type="gce_instance" log_name:"/logs/linux-auditd"
125+
* output logging](https://cloud.google.com/workstations/docs/container-output-logging#overview).
126+
* Operating system audit logs are available in the [Cloud
127+
* Logging](https://cloud.google.com/logging/docs) console by querying:
128+
* resource.type="gce_instance" log_name:"/logs/linux-auditd"
128129
* The value may be {@code null}.
129130
*/
130131
@com.google.api.client.util.Key
@@ -213,13 +214,13 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
213214
private java.util.Map<String, java.lang.String> labels;
214215

215216
/**
216-
* Optional. Maximum number of workstations under this config a user can have
217+
* Optional. Maximum number of workstations under this configuration a user can have
217218
* `workstations.workstation.use` permission on. Only enforced on CreateWorkstation API calls on
218219
* the user issuing the API request. Can be overridden by: - granting a user
219220
* workstations.workstationConfigs.exemptMaxUsableWorkstationLimit permission, or - having a user
220221
* with that permission create a workstation and granting another user
221-
* `workstations.workstation.use` permission on that workstation. If not specified defaults to 0
222-
* which indicates unlimited.
222+
* `workstations.workstation.use` permission on that workstation. If not specified, defaults to
223+
* `0`, which indicates unlimited.
223224
* The value may be {@code null}.
224225
*/
225226
@com.google.api.client.util.Key
@@ -495,9 +496,10 @@ public WorkstationConfig setDisplayName(java.lang.String displayName) {
495496
* service_account must also be specified that has `roles/logging.logWriter` and
496497
* `roles/monitoring.metricWriter` on the project. Operating system audit logging is distinct from
497498
* [Cloud Audit Logs](https://cloud.google.com/workstations/docs/audit-logging) and [Container
498-
* output logging](http://cloud/workstations/docs/container-output-logging#overview). Operating
499-
* system audit logs are available in the [Cloud Logging](https://cloud.google.com/logging/docs)
500-
* console by querying: resource.type="gce_instance" log_name:"/logs/linux-auditd"
499+
* output logging](https://cloud.google.com/workstations/docs/container-output-logging#overview).
500+
* Operating system audit logs are available in the [Cloud
501+
* Logging](https://cloud.google.com/logging/docs) console by querying:
502+
* resource.type="gce_instance" log_name:"/logs/linux-auditd"
501503
* @return value or {@code null} for none
502504
*/
503505
public java.lang.Boolean getEnableAuditAgent() {
@@ -509,9 +511,10 @@ public java.lang.Boolean getEnableAuditAgent() {
509511
* service_account must also be specified that has `roles/logging.logWriter` and
510512
* `roles/monitoring.metricWriter` on the project. Operating system audit logging is distinct from
511513
* [Cloud Audit Logs](https://cloud.google.com/workstations/docs/audit-logging) and [Container
512-
* output logging](http://cloud/workstations/docs/container-output-logging#overview). Operating
513-
* system audit logs are available in the [Cloud Logging](https://cloud.google.com/logging/docs)
514-
* console by querying: resource.type="gce_instance" log_name:"/logs/linux-auditd"
514+
* output logging](https://cloud.google.com/workstations/docs/container-output-logging#overview).
515+
* Operating system audit logs are available in the [Cloud
516+
* Logging](https://cloud.google.com/logging/docs) console by querying:
517+
* resource.type="gce_instance" log_name:"/logs/linux-auditd"
515518
* @param enableAuditAgent enableAuditAgent or {@code null} for none
516519
*/
517520
public WorkstationConfig setEnableAuditAgent(java.lang.Boolean enableAuditAgent) {
@@ -696,27 +699,27 @@ public WorkstationConfig setLabels(java.util.Map<String, java.lang.String> label
696699
}
697700

698701
/**
699-
* Optional. Maximum number of workstations under this config a user can have
702+
* Optional. Maximum number of workstations under this configuration a user can have
700703
* `workstations.workstation.use` permission on. Only enforced on CreateWorkstation API calls on
701704
* the user issuing the API request. Can be overridden by: - granting a user
702705
* workstations.workstationConfigs.exemptMaxUsableWorkstationLimit permission, or - having a user
703706
* with that permission create a workstation and granting another user
704-
* `workstations.workstation.use` permission on that workstation. If not specified defaults to 0
705-
* which indicates unlimited.
707+
* `workstations.workstation.use` permission on that workstation. If not specified, defaults to
708+
* `0`, which indicates unlimited.
706709
* @return value or {@code null} for none
707710
*/
708711
public java.lang.Integer getMaxUsableWorkstations() {
709712
return maxUsableWorkstations;
710713
}
711714

712715
/**
713-
* Optional. Maximum number of workstations under this config a user can have
716+
* Optional. Maximum number of workstations under this configuration a user can have
714717
* `workstations.workstation.use` permission on. Only enforced on CreateWorkstation API calls on
715718
* the user issuing the API request. Can be overridden by: - granting a user
716719
* workstations.workstationConfigs.exemptMaxUsableWorkstationLimit permission, or - having a user
717720
* with that permission create a workstation and granting another user
718-
* `workstations.workstation.use` permission on that workstation. If not specified defaults to 0
719-
* which indicates unlimited.
721+
* `workstations.workstation.use` permission on that workstation. If not specified, defaults to
722+
* `0`, which indicates unlimited.
720723
* @param maxUsableWorkstations maxUsableWorkstations or {@code null} for none
721724
*/
722725
public WorkstationConfig setMaxUsableWorkstations(java.lang.Integer maxUsableWorkstations) {

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

0 commit comments

Comments
 (0)