diff --git a/clients/google-api-services-workstations/v1/2.0.0/README.md b/clients/google-api-services-workstations/v1/2.0.0/README.md
index 4f7876c673f..9d4d438f5f5 100644
--- a/clients/google-api-services-workstations/v1/2.0.0/README.md
+++ b/clients/google-api-services-workstations/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-workstations
- v1-rev20241009-2.0.0
+ v1-rev20241202-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-workstations:v1-rev20241009-2.0.0'
+ implementation 'com.google.apis:google-api-services-workstations:v1-rev20241202-2.0.0'
}
```
diff --git a/clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/CloudWorkstations.java b/clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/CloudWorkstations.java
index f98157fbe2f..463d7cf2836 100644
--- a/clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/CloudWorkstations.java
+++ b/clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/CloudWorkstations.java
@@ -540,7 +540,7 @@ public class Operations {
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
* methods to check whether the cancellation succeeded or whether the operation completed despite
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
- * operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
+ * operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* Create a request for the method "operations.cancel".
@@ -571,7 +571,7 @@ public class Cancel extends CloudWorkstationsRequest This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Workstations API. For a detailed explanation
@@ -75,7 +79,7 @@ public final class BoostConfig extends com.google.api.client.json.GenericJson {
private java.lang.Boolean enableNestedVirtualization;
/**
- * Optional. Required. The id to be used for the boost configuration.
+ * Required. The id to be used for the boost configuration.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -185,7 +189,7 @@ public BoostConfig setEnableNestedVirtualization(java.lang.Boolean enableNestedV
}
/**
- * Optional. Required. The id to be used for the boost configuration.
+ * Required. The id to be used for the boost configuration.
* @return value or {@code null} for none
*/
public java.lang.String getId() {
@@ -193,7 +197,7 @@ public java.lang.String getId() {
}
/**
- * Optional. Required. The id to be used for the boost configuration.
+ * Required. The id to be used for the boost configuration.
* @param id id or {@code null} for none
*/
public BoostConfig setId(java.lang.String id) {
diff --git a/clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/GceInstance.java b/clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/GceInstance.java
index 8e5d9ff4355..1421179a7fb 100644
--- a/clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/GceInstance.java
+++ b/clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/GceInstance.java
@@ -45,7 +45,8 @@ public final class GceInstance extends com.google.api.client.json.GenericJson {
/**
* Optional. A list of the boost configurations that workstations created using this workstation
- * configuration are allowed to use.
+ * configuration are allowed to use. If specified, users will have the option to choose from the
+ * list of boost configs when starting a workstation.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -208,7 +209,8 @@ public GceInstance setAccelerators(java.util.List accelerators) {
/**
* Optional. A list of the boost configurations that workstations created using this workstation
- * configuration are allowed to use.
+ * configuration are allowed to use. If specified, users will have the option to choose from the
+ * list of boost configs when starting a workstation.
* @return value or {@code null} for none
*/
public java.util.List getBoostConfigs() {
@@ -217,7 +219,8 @@ public java.util.List getBoostConfigs() {
/**
* Optional. A list of the boost configurations that workstations created using this workstation
- * configuration are allowed to use.
+ * configuration are allowed to use. If specified, users will have the option to choose from the
+ * list of boost configs when starting a workstation.
* @param boostConfigs boostConfigs or {@code null} for none
*/
public GceInstance setBoostConfigs(java.util.List boostConfigs) {
diff --git a/clients/google-api-services-workstations/v1/2.0.0/pom.xml b/clients/google-api-services-workstations/v1/2.0.0/pom.xml
index abc35bbb38f..fef0c4fddab 100644
--- a/clients/google-api-services-workstations/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-workstations/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-workstations
- v1-rev20241009-2.0.0
- Cloud Workstations API v1-rev20241009-2.0.0
+ v1-rev20241202-2.0.0
+ Cloud Workstations API v1-rev20241202-2.0.0
jar
2011
diff --git a/clients/google-api-services-workstations/v1/README.md b/clients/google-api-services-workstations/v1/README.md
index 4f7876c673f..9d4d438f5f5 100644
--- a/clients/google-api-services-workstations/v1/README.md
+++ b/clients/google-api-services-workstations/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-workstations
- v1-rev20241009-2.0.0
+ v1-rev20241202-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-workstations:v1-rev20241009-2.0.0'
+ implementation 'com.google.apis:google-api-services-workstations:v1-rev20241202-2.0.0'
}
```
diff --git a/clients/google-api-services-workstations/v1beta/2.0.0/README.md b/clients/google-api-services-workstations/v1beta/2.0.0/README.md
index a2d1d18701a..88fb160e341 100644
--- a/clients/google-api-services-workstations/v1beta/2.0.0/README.md
+++ b/clients/google-api-services-workstations/v1beta/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-workstations
- v1beta-rev20241009-2.0.0
+ v1beta-rev20241202-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20241009-2.0.0'
+ implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20241202-2.0.0'
}
```
diff --git a/clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/CloudWorkstations.java b/clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/CloudWorkstations.java
index 10e917ab012..9ae585fa80b 100644
--- a/clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/CloudWorkstations.java
+++ b/clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/CloudWorkstations.java
@@ -199,7 +199,7 @@ public class Operations {
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
* methods to check whether the cancellation succeeded or whether the operation completed despite
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
- * operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
+ * operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* Create a request for the method "operations.cancel".
@@ -230,7 +230,7 @@ public class Cancel extends CloudWorkstationsRequest This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Workstations API. For a detailed explanation
@@ -75,7 +79,7 @@ public final class BoostConfig extends com.google.api.client.json.GenericJson {
private java.lang.Boolean enableNestedVirtualization;
/**
- * Optional. Required. The id to be used for the boost configuration.
+ * Required. The id to be used for the boost configuration.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -185,7 +189,7 @@ public BoostConfig setEnableNestedVirtualization(java.lang.Boolean enableNestedV
}
/**
- * Optional. Required. The id to be used for the boost configuration.
+ * Required. The id to be used for the boost configuration.
* @return value or {@code null} for none
*/
public java.lang.String getId() {
@@ -193,7 +197,7 @@ public java.lang.String getId() {
}
/**
- * Optional. Required. The id to be used for the boost configuration.
+ * Required. The id to be used for the boost configuration.
* @param id id or {@code null} for none
*/
public BoostConfig setId(java.lang.String id) {
diff --git a/clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/model/GceInstance.java b/clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/model/GceInstance.java
index 43de5733ce0..3507026baf6 100644
--- a/clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/model/GceInstance.java
+++ b/clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/model/GceInstance.java
@@ -45,7 +45,8 @@ public final class GceInstance extends com.google.api.client.json.GenericJson {
/**
* Optional. A list of the boost configurations that workstations created using this workstation
- * configuration are allowed to use.
+ * configuration are allowed to use. If specified, users will have the option to choose from the
+ * list of boost configs when starting a workstation.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -208,7 +209,8 @@ public GceInstance setAccelerators(java.util.List accelerators) {
/**
* Optional. A list of the boost configurations that workstations created using this workstation
- * configuration are allowed to use.
+ * configuration are allowed to use. If specified, users will have the option to choose from the
+ * list of boost configs when starting a workstation.
* @return value or {@code null} for none
*/
public java.util.List getBoostConfigs() {
@@ -217,7 +219,8 @@ public java.util.List getBoostConfigs() {
/**
* Optional. A list of the boost configurations that workstations created using this workstation
- * configuration are allowed to use.
+ * configuration are allowed to use. If specified, users will have the option to choose from the
+ * list of boost configs when starting a workstation.
* @param boostConfigs boostConfigs or {@code null} for none
*/
public GceInstance setBoostConfigs(java.util.List boostConfigs) {
diff --git a/clients/google-api-services-workstations/v1beta/2.0.0/pom.xml b/clients/google-api-services-workstations/v1beta/2.0.0/pom.xml
index a7bffee45e9..be920553bb6 100644
--- a/clients/google-api-services-workstations/v1beta/2.0.0/pom.xml
+++ b/clients/google-api-services-workstations/v1beta/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-workstations
- v1beta-rev20241009-2.0.0
- Cloud Workstations API v1beta-rev20241009-2.0.0
+ v1beta-rev20241202-2.0.0
+ Cloud Workstations API v1beta-rev20241202-2.0.0
jar
2011
diff --git a/clients/google-api-services-workstations/v1beta/README.md b/clients/google-api-services-workstations/v1beta/README.md
index a2d1d18701a..88fb160e341 100644
--- a/clients/google-api-services-workstations/v1beta/README.md
+++ b/clients/google-api-services-workstations/v1beta/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-workstations
- v1beta-rev20241009-2.0.0
+ v1beta-rev20241202-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20241009-2.0.0'
+ implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20241202-2.0.0'
}
```