Skip to content

Commit 2c13b26

Browse files
1 parent cd4a81d commit 2c13b26

File tree

4 files changed

+27
-24
lines changed

4 files changed

+27
-24
lines changed

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

clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/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
@@ -206,13 +207,13 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
206207
private java.util.Map<String, java.lang.String> labels;
207208

208209
/**
209-
* Optional. Maximum number of workstations under this config a user can have
210+
* Optional. Maximum number of workstations under this configuration a user can have
210211
* `workstations.workstation.use` permission on. Only enforced on CreateWorkstation API calls on
211212
* the user issuing the API request. Can be overridden by: - granting a user
212213
* workstations.workstationConfigs.exemptMaxUsableWorkstationLimit permission, or - having a user
213214
* with that permission create a workstation and granting another user
214-
* `workstations.workstation.use` permission on that workstation. If not specified defaults to 0
215-
* which indicates unlimited.
215+
* `workstations.workstation.use` permission on that workstation. If not specified, defaults to
216+
* `0`, which indicates unlimited.
216217
* The value may be {@code null}.
217218
*/
218219
@com.google.api.client.util.Key
@@ -474,9 +475,10 @@ public WorkstationConfig setDisplayName(java.lang.String displayName) {
474475
* service_account must also be specified that has `roles/logging.logWriter` and
475476
* `roles/monitoring.metricWriter` on the project. Operating system audit logging is distinct from
476477
* [Cloud Audit Logs](https://cloud.google.com/workstations/docs/audit-logging) and [Container
477-
* output logging](http://cloud/workstations/docs/container-output-logging#overview). Operating
478-
* system audit logs are available in the [Cloud Logging](https://cloud.google.com/logging/docs)
479-
* console by querying: resource.type="gce_instance" log_name:"/logs/linux-auditd"
478+
* output logging](https://cloud.google.com/workstations/docs/container-output-logging#overview).
479+
* Operating system audit logs are available in the [Cloud
480+
* Logging](https://cloud.google.com/logging/docs) console by querying:
481+
* resource.type="gce_instance" log_name:"/logs/linux-auditd"
480482
* @return value or {@code null} for none
481483
*/
482484
public java.lang.Boolean getEnableAuditAgent() {
@@ -488,9 +490,10 @@ public java.lang.Boolean getEnableAuditAgent() {
488490
* service_account must also be specified that has `roles/logging.logWriter` and
489491
* `roles/monitoring.metricWriter` on the project. Operating system audit logging is distinct from
490492
* [Cloud Audit Logs](https://cloud.google.com/workstations/docs/audit-logging) and [Container
491-
* output logging](http://cloud/workstations/docs/container-output-logging#overview). Operating
492-
* system audit logs are available in the [Cloud Logging](https://cloud.google.com/logging/docs)
493-
* console by querying: resource.type="gce_instance" log_name:"/logs/linux-auditd"
493+
* output logging](https://cloud.google.com/workstations/docs/container-output-logging#overview).
494+
* Operating system audit logs are available in the [Cloud
495+
* Logging](https://cloud.google.com/logging/docs) console by querying:
496+
* resource.type="gce_instance" log_name:"/logs/linux-auditd"
494497
* @param enableAuditAgent enableAuditAgent or {@code null} for none
495498
*/
496499
public WorkstationConfig setEnableAuditAgent(java.lang.Boolean enableAuditAgent) {
@@ -658,27 +661,27 @@ public WorkstationConfig setLabels(java.util.Map<String, java.lang.String> label
658661
}
659662

660663
/**
661-
* Optional. Maximum number of workstations under this config a user can have
664+
* Optional. Maximum number of workstations under this configuration a user can have
662665
* `workstations.workstation.use` permission on. Only enforced on CreateWorkstation API calls on
663666
* the user issuing the API request. Can be overridden by: - granting a user
664667
* workstations.workstationConfigs.exemptMaxUsableWorkstationLimit permission, or - having a user
665668
* with that permission create a workstation and granting another user
666-
* `workstations.workstation.use` permission on that workstation. If not specified defaults to 0
667-
* which indicates unlimited.
669+
* `workstations.workstation.use` permission on that workstation. If not specified, defaults to
670+
* `0`, which indicates unlimited.
668671
* @return value or {@code null} for none
669672
*/
670673
public java.lang.Integer getMaxUsableWorkstations() {
671674
return maxUsableWorkstations;
672675
}
673676

674677
/**
675-
* Optional. Maximum number of workstations under this config a user can have
678+
* Optional. Maximum number of workstations under this configuration a user can have
676679
* `workstations.workstation.use` permission on. Only enforced on CreateWorkstation API calls on
677680
* the user issuing the API request. Can be overridden by: - granting a user
678681
* workstations.workstationConfigs.exemptMaxUsableWorkstationLimit permission, or - having a user
679682
* with that permission create a workstation and granting another user
680-
* `workstations.workstation.use` permission on that workstation. If not specified defaults to 0
681-
* which indicates unlimited.
683+
* `workstations.workstation.use` permission on that workstation. If not specified, defaults to
684+
* `0`, which indicates unlimited.
682685
* @param maxUsableWorkstations maxUsableWorkstations or {@code null} for none
683686
*/
684687
public WorkstationConfig setMaxUsableWorkstations(java.lang.Integer maxUsableWorkstations) {

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

0 commit comments

Comments
 (0)