@@ -122,9 +122,10 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
122
122
* service_account must also be specified that has `roles/logging.logWriter` and
123
123
* `roles/monitoring.metricWriter` on the project. Operating system audit logging is distinct from
124
124
* [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"
128
129
* The value may be {@code null}.
129
130
*/
130
131
@ com .google .api .client .util .Key
@@ -206,13 +207,13 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
206
207
private java .util .Map <String , java .lang .String > labels ;
207
208
208
209
/**
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
210
211
* `workstations.workstation.use` permission on. Only enforced on CreateWorkstation API calls on
211
212
* the user issuing the API request. Can be overridden by: - granting a user
212
213
* workstations.workstationConfigs.exemptMaxUsableWorkstationLimit permission, or - having a user
213
214
* 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.
216
217
* The value may be {@code null}.
217
218
*/
218
219
@ com .google .api .client .util .Key
@@ -474,9 +475,10 @@ public WorkstationConfig setDisplayName(java.lang.String displayName) {
474
475
* service_account must also be specified that has `roles/logging.logWriter` and
475
476
* `roles/monitoring.metricWriter` on the project. Operating system audit logging is distinct from
476
477
* [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"
480
482
* @return value or {@code null} for none
481
483
*/
482
484
public java .lang .Boolean getEnableAuditAgent () {
@@ -488,9 +490,10 @@ public java.lang.Boolean getEnableAuditAgent() {
488
490
* service_account must also be specified that has `roles/logging.logWriter` and
489
491
* `roles/monitoring.metricWriter` on the project. Operating system audit logging is distinct from
490
492
* [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"
494
497
* @param enableAuditAgent enableAuditAgent or {@code null} for none
495
498
*/
496
499
public WorkstationConfig setEnableAuditAgent (java .lang .Boolean enableAuditAgent ) {
@@ -658,27 +661,27 @@ public WorkstationConfig setLabels(java.util.Map<String, java.lang.String> label
658
661
}
659
662
660
663
/**
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
662
665
* `workstations.workstation.use` permission on. Only enforced on CreateWorkstation API calls on
663
666
* the user issuing the API request. Can be overridden by: - granting a user
664
667
* workstations.workstationConfigs.exemptMaxUsableWorkstationLimit permission, or - having a user
665
668
* 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.
668
671
* @return value or {@code null} for none
669
672
*/
670
673
public java .lang .Integer getMaxUsableWorkstations () {
671
674
return maxUsableWorkstations ;
672
675
}
673
676
674
677
/**
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
676
679
* `workstations.workstation.use` permission on. Only enforced on CreateWorkstation API calls on
677
680
* the user issuing the API request. Can be overridden by: - granting a user
678
681
* workstations.workstationConfigs.exemptMaxUsableWorkstationLimit permission, or - having a user
679
682
* 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.
682
685
* @param maxUsableWorkstations maxUsableWorkstations or {@code null} for none
683
686
*/
684
687
public WorkstationConfig setMaxUsableWorkstations (java .lang .Integer maxUsableWorkstations ) {
0 commit comments