Skip to content

Commit c684327

Browse files
1 parent 68015ca commit c684327

File tree

10 files changed

+185
-24
lines changed

10 files changed

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

clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/CloudWorkstations.java

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,29 @@ public List setName(java.lang.String name) {
444444
return this;
445445
}
446446

447+
/**
448+
* Optional. A list of extra location types that should be used as conditions for
449+
* controlling the visibility of the locations.
450+
*/
451+
@com.google.api.client.util.Key
452+
private java.util.List<java.lang.String> extraLocationTypes;
453+
454+
/** Optional. A list of extra location types that should be used as conditions for controlling the
455+
visibility of the locations.
456+
*/
457+
public java.util.List<java.lang.String> getExtraLocationTypes() {
458+
return extraLocationTypes;
459+
}
460+
461+
/**
462+
* Optional. A list of extra location types that should be used as conditions for
463+
* controlling the visibility of the locations.
464+
*/
465+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466+
this.extraLocationTypes = extraLocationTypes;
467+
return this;
468+
}
469+
447470
/**
448471
* A filter to narrow down results to a preferred subset. The filtering language accepts
449472
* strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -1798,6 +1821,29 @@ public List setParent(java.lang.String parent) {
17981821
return this;
17991822
}
18001823

1824+
/**
1825+
* Optional. Filter the WorkstationClusters to be listed. Possible filters are described
1826+
* in https://google.aip.dev/160.
1827+
*/
1828+
@com.google.api.client.util.Key
1829+
private java.lang.String filter;
1830+
1831+
/** Optional. Filter the WorkstationClusters to be listed. Possible filters are described in
1832+
https://google.aip.dev/160.
1833+
*/
1834+
public java.lang.String getFilter() {
1835+
return filter;
1836+
}
1837+
1838+
/**
1839+
* Optional. Filter the WorkstationClusters to be listed. Possible filters are described
1840+
* in https://google.aip.dev/160.
1841+
*/
1842+
public List setFilter(java.lang.String filter) {
1843+
this.filter = filter;
1844+
return this;
1845+
}
1846+
18011847
/** Optional. Maximum number of items to return. */
18021848
@com.google.api.client.util.Key
18031849
private java.lang.Integer pageSize;
@@ -2891,6 +2937,29 @@ public List setParent(java.lang.String parent) {
28912937
return this;
28922938
}
28932939

2940+
/**
2941+
* Optional. Filter the WorkstationConfigs to be listed. Possible filters are described
2942+
* in https://google.aip.dev/160.
2943+
*/
2944+
@com.google.api.client.util.Key
2945+
private java.lang.String filter;
2946+
2947+
/** Optional. Filter the WorkstationConfigs to be listed. Possible filters are described in
2948+
https://google.aip.dev/160.
2949+
*/
2950+
public java.lang.String getFilter() {
2951+
return filter;
2952+
}
2953+
2954+
/**
2955+
* Optional. Filter the WorkstationConfigs to be listed. Possible filters are described
2956+
* in https://google.aip.dev/160.
2957+
*/
2958+
public List setFilter(java.lang.String filter) {
2959+
this.filter = filter;
2960+
return this;
2961+
}
2962+
28942963
/** Optional. Maximum number of items to return. */
28952964
@com.google.api.client.util.Key
28962965
private java.lang.Integer pageSize;
@@ -4571,6 +4640,29 @@ public List setParent(java.lang.String parent) {
45714640
return this;
45724641
}
45734642

4643+
/**
4644+
* Optional. Filter the Workstations to be listed. Possible filters are described in
4645+
* https://google.aip.dev/160.
4646+
*/
4647+
@com.google.api.client.util.Key
4648+
private java.lang.String filter;
4649+
4650+
/** Optional. Filter the Workstations to be listed. Possible filters are described in
4651+
https://google.aip.dev/160.
4652+
*/
4653+
public java.lang.String getFilter() {
4654+
return filter;
4655+
}
4656+
4657+
/**
4658+
* Optional. Filter the Workstations to be listed. Possible filters are described in
4659+
* https://google.aip.dev/160.
4660+
*/
4661+
public List setFilter(java.lang.String filter) {
4662+
this.filter = filter;
4663+
return this;
4664+
}
4665+
45744666
/** Optional. Maximum number of items to return. */
45754667
@com.google.api.client.util.Key
45764668
private java.lang.Integer pageSize;

clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/GcePersistentDisk.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public final class GcePersistentDisk extends com.google.api.client.json.GenericJ
6262
* is set. Must be empty if read_only is false. Updating source_snapshot will update content in
6363
* the ephemeral directory after the workstation is restarted. Only file systems supported by
6464
* Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems,
65-
* please refer to the [COS documentation](https://cloud.google.com/container-optimized-
66-
* os/docs/concepts/supported-filesystems). This field is mutable.
65+
* see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-
66+
* optimized-os/docs/concepts/supported-filesystems). This field is mutable.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -137,8 +137,8 @@ public GcePersistentDisk setSourceImage(java.lang.String sourceImage) {
137137
* is set. Must be empty if read_only is false. Updating source_snapshot will update content in
138138
* the ephemeral directory after the workstation is restarted. Only file systems supported by
139139
* Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems,
140-
* please refer to the [COS documentation](https://cloud.google.com/container-optimized-
141-
* os/docs/concepts/supported-filesystems). This field is mutable.
140+
* see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-
141+
* optimized-os/docs/concepts/supported-filesystems). This field is mutable.
142142
* @return value or {@code null} for none
143143
*/
144144
public java.lang.String getSourceSnapshot() {
@@ -150,8 +150,8 @@ public java.lang.String getSourceSnapshot() {
150150
* is set. Must be empty if read_only is false. Updating source_snapshot will update content in
151151
* the ephemeral directory after the workstation is restarted. Only file systems supported by
152152
* Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems,
153-
* please refer to the [COS documentation](https://cloud.google.com/container-optimized-
154-
* os/docs/concepts/supported-filesystems). This field is mutable.
153+
* see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-
154+
* optimized-os/docs/concepts/supported-filesystems). This field is mutable.
155155
* @param sourceSnapshot sourceSnapshot or {@code null} for none
156156
*/
157157
public GcePersistentDisk setSourceSnapshot(java.lang.String sourceSnapshot) {

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

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

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

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,29 @@ public List setParent(java.lang.String parent) {
14571457
return this;
14581458
}
14591459

1460+
/**
1461+
* Optional. Filter the WorkstationClusters to be listed. Possible filters are described
1462+
* in https://google.aip.dev/160.
1463+
*/
1464+
@com.google.api.client.util.Key
1465+
private java.lang.String filter;
1466+
1467+
/** Optional. Filter the WorkstationClusters to be listed. Possible filters are described in
1468+
https://google.aip.dev/160.
1469+
*/
1470+
public java.lang.String getFilter() {
1471+
return filter;
1472+
}
1473+
1474+
/**
1475+
* Optional. Filter the WorkstationClusters to be listed. Possible filters are described
1476+
* in https://google.aip.dev/160.
1477+
*/
1478+
public List setFilter(java.lang.String filter) {
1479+
this.filter = filter;
1480+
return this;
1481+
}
1482+
14601483
/** Optional. Maximum number of items to return. */
14611484
@com.google.api.client.util.Key
14621485
private java.lang.Integer pageSize;
@@ -2550,6 +2573,29 @@ public List setParent(java.lang.String parent) {
25502573
return this;
25512574
}
25522575

2576+
/**
2577+
* Optional. Filter the WorkstationConfigs to be listed. Possible filters are described
2578+
* in https://google.aip.dev/160.
2579+
*/
2580+
@com.google.api.client.util.Key
2581+
private java.lang.String filter;
2582+
2583+
/** Optional. Filter the WorkstationConfigs to be listed. Possible filters are described in
2584+
https://google.aip.dev/160.
2585+
*/
2586+
public java.lang.String getFilter() {
2587+
return filter;
2588+
}
2589+
2590+
/**
2591+
* Optional. Filter the WorkstationConfigs to be listed. Possible filters are described
2592+
* in https://google.aip.dev/160.
2593+
*/
2594+
public List setFilter(java.lang.String filter) {
2595+
this.filter = filter;
2596+
return this;
2597+
}
2598+
25532599
/** Optional. Maximum number of items to return. */
25542600
@com.google.api.client.util.Key
25552601
private java.lang.Integer pageSize;
@@ -4230,6 +4276,29 @@ public List setParent(java.lang.String parent) {
42304276
return this;
42314277
}
42324278

4279+
/**
4280+
* Optional. Filter the Workstations to be listed. Possible filters are described in
4281+
* https://google.aip.dev/160.
4282+
*/
4283+
@com.google.api.client.util.Key
4284+
private java.lang.String filter;
4285+
4286+
/** Optional. Filter the Workstations to be listed. Possible filters are described in
4287+
https://google.aip.dev/160.
4288+
*/
4289+
public java.lang.String getFilter() {
4290+
return filter;
4291+
}
4292+
4293+
/**
4294+
* Optional. Filter the Workstations to be listed. Possible filters are described in
4295+
* https://google.aip.dev/160.
4296+
*/
4297+
public List setFilter(java.lang.String filter) {
4298+
this.filter = filter;
4299+
return this;
4300+
}
4301+
42334302
/** Optional. Maximum number of items to return. */
42344303
@com.google.api.client.util.Key
42354304
private java.lang.Integer pageSize;

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public final class GcePersistentDisk extends com.google.api.client.json.GenericJ
6262
* is set. Must be empty if read_only is false. Updating source_snapshot will update content in
6363
* the ephemeral directory after the workstation is restarted. Only file systems supported by
6464
* Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems,
65-
* please refer to the [COS documentation](https://cloud.google.com/container-optimized-
66-
* os/docs/concepts/supported-filesystems). This field is mutable.
65+
* see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-
66+
* optimized-os/docs/concepts/supported-filesystems). This field is mutable.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -137,8 +137,8 @@ public GcePersistentDisk setSourceImage(java.lang.String sourceImage) {
137137
* is set. Must be empty if read_only is false. Updating source_snapshot will update content in
138138
* the ephemeral directory after the workstation is restarted. Only file systems supported by
139139
* Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems,
140-
* please refer to the [COS documentation](https://cloud.google.com/container-optimized-
141-
* os/docs/concepts/supported-filesystems). This field is mutable.
140+
* see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-
141+
* optimized-os/docs/concepts/supported-filesystems). This field is mutable.
142142
* @return value or {@code null} for none
143143
*/
144144
public java.lang.String getSourceSnapshot() {
@@ -150,8 +150,8 @@ public java.lang.String getSourceSnapshot() {
150150
* is set. Must be empty if read_only is false. Updating source_snapshot will update content in
151151
* the ephemeral directory after the workstation is restarted. Only file systems supported by
152152
* Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems,
153-
* please refer to the [COS documentation](https://cloud.google.com/container-optimized-
154-
* os/docs/concepts/supported-filesystems). This field is mutable.
153+
* see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-
154+
* optimized-os/docs/concepts/supported-filesystems). This field is mutable.
155155
* @param sourceSnapshot sourceSnapshot or {@code null} for none
156156
*/
157157
public GcePersistentDisk setSourceSnapshot(java.lang.String sourceSnapshot) {

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

0 commit comments

Comments
 (0)