Skip to content

Commit 39084d8

Browse files
1 parent ed466d0 commit 39084d8

File tree

15 files changed

+254
-182
lines changed

15 files changed

+254
-182
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-rev20260126-2.0.0</version>
25+
<version>v1-rev20260325-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-rev20260126-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workstations:v1-rev20260325-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: 53 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,14 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service. This method can be called in
316-
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
317-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318-
* public locations as well as private or other locations specifically visible to the project.
315+
* Lists information about the supported locations for this service. This method lists locations
316+
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
317+
* locations**: If `name` is empty, the method lists the public locations available to all projects.
318+
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
319+
* lists locations visible to that specific project. This includes public, private, or other
320+
* project-specific locations enabled for the project. For gRPC and client library implementations,
321+
* the resource name is passed as the `name` field. For direct service calls, the resource name is
322+
* incorporated into the request path based on the specific service implementation and version.
319323
*
320324
* Create a request for the method "locations.list".
321325
*
@@ -339,10 +343,15 @@ public class List extends CloudWorkstationsRequest<com.google.api.services.works
339343
java.util.regex.Pattern.compile("^projects/[^/]+$");
340344

341345
/**
342-
* Lists information about the supported locations for this service. This method can be called in
343-
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
344-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
345-
* public locations as well as private or other locations specifically visible to the project.
346+
* Lists information about the supported locations for this service. This method lists locations
347+
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
348+
* locations**: If `name` is empty, the method lists the public locations available to all
349+
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
350+
* the method lists locations visible to that specific project. This includes public, private, or
351+
* other project-specific locations enabled for the project. For gRPC and client library
352+
* implementations, the resource name is passed as the `name` field. For direct service calls, the
353+
* resource name is incorporated into the request path based on the specific service
354+
* implementation and version.
346355
*
347356
* Create a request for the method "locations.list".
348357
*
@@ -1351,20 +1360,20 @@ public Create setParent(java.lang.String parent) {
13511360
}
13521361

13531362
/**
1354-
* Optional. If set, validate the request and preview the review, but do not actually
1363+
* Optional. If set, validate the request and preview the result, but do not actually
13551364
* apply it.
13561365
*/
13571366
@com.google.api.client.util.Key
13581367
private java.lang.Boolean validateOnly;
13591368

1360-
/** Optional. If set, validate the request and preview the review, but do not actually apply it.
1369+
/** Optional. If set, validate the request and preview the result, but do not actually apply it.
13611370
*/
13621371
public java.lang.Boolean getValidateOnly() {
13631372
return validateOnly;
13641373
}
13651374

13661375
/**
1367-
* Optional. If set, validate the request and preview the review, but do not actually
1376+
* Optional. If set, validate the request and preview the result, but do not actually
13681377
* apply it.
13691378
*/
13701379
public Create setValidateOnly(java.lang.Boolean validateOnly) {
@@ -1567,19 +1576,19 @@ public Delete setForce(java.lang.Boolean force) {
15671576
}
15681577

15691578
/**
1570-
* Optional. If set, validate the request and preview the review, but do not apply it.
1579+
* Optional. If set, validate the request and preview the result, but do not apply it.
15711580
*/
15721581
@com.google.api.client.util.Key
15731582
private java.lang.Boolean validateOnly;
15741583

1575-
/** Optional. If set, validate the request and preview the review, but do not apply it.
1584+
/** Optional. If set, validate the request and preview the result, but do not apply it.
15761585
*/
15771586
public java.lang.Boolean getValidateOnly() {
15781587
return validateOnly;
15791588
}
15801589

15811590
/**
1582-
* Optional. If set, validate the request and preview the review, but do not apply it.
1591+
* Optional. If set, validate the request and preview the result, but do not apply it.
15831592
*/
15841593
public Delete setValidateOnly(java.lang.Boolean validateOnly) {
15851594
this.validateOnly = validateOnly;
@@ -2094,20 +2103,20 @@ public Patch setUpdateMask(String updateMask) {
20942103
}
20952104

20962105
/**
2097-
* Optional. If set, validate the request and preview the review, but do not actually
2106+
* Optional. If set, validate the request and preview the result, but do not actually
20982107
* apply it.
20992108
*/
21002109
@com.google.api.client.util.Key
21012110
private java.lang.Boolean validateOnly;
21022111

2103-
/** Optional. If set, validate the request and preview the review, but do not actually apply it.
2112+
/** Optional. If set, validate the request and preview the result, but do not actually apply it.
21042113
*/
21052114
public java.lang.Boolean getValidateOnly() {
21062115
return validateOnly;
21072116
}
21082117

21092118
/**
2110-
* Optional. If set, validate the request and preview the review, but do not actually
2119+
* Optional. If set, validate the request and preview the result, but do not actually
21112120
* apply it.
21122121
*/
21132122
public Patch setValidateOnly(java.lang.Boolean validateOnly) {
@@ -2268,20 +2277,20 @@ public Create setParent(java.lang.String parent) {
22682277
}
22692278

22702279
/**
2271-
* Optional. If set, validate the request and preview the review, but do not actually
2280+
* Optional. If set, validate the request and preview the result, but do not actually
22722281
* apply it.
22732282
*/
22742283
@com.google.api.client.util.Key
22752284
private java.lang.Boolean validateOnly;
22762285

2277-
/** Optional. If set, validate the request and preview the review, but do not actually apply it.
2286+
/** Optional. If set, validate the request and preview the result, but do not actually apply it.
22782287
*/
22792288
public java.lang.Boolean getValidateOnly() {
22802289
return validateOnly;
22812290
}
22822291

22832292
/**
2284-
* Optional. If set, validate the request and preview the review, but do not actually
2293+
* Optional. If set, validate the request and preview the result, but do not actually
22852294
* apply it.
22862295
*/
22872296
public Create setValidateOnly(java.lang.Boolean validateOnly) {
@@ -2483,20 +2492,20 @@ public Delete setForce(java.lang.Boolean force) {
24832492
}
24842493

24852494
/**
2486-
* Optional. If set, validate the request and preview the review, but do not actually
2495+
* Optional. If set, validate the request and preview the result, but do not actually
24872496
* apply it.
24882497
*/
24892498
@com.google.api.client.util.Key
24902499
private java.lang.Boolean validateOnly;
24912500

2492-
/** Optional. If set, validate the request and preview the review, but do not actually apply it.
2501+
/** Optional. If set, validate the request and preview the result, but do not actually apply it.
24932502
*/
24942503
public java.lang.Boolean getValidateOnly() {
24952504
return validateOnly;
24962505
}
24972506

24982507
/**
2499-
* Optional. If set, validate the request and preview the review, but do not actually
2508+
* Optional. If set, validate the request and preview the result, but do not actually
25002509
* apply it.
25012510
*/
25022511
public Delete setValidateOnly(java.lang.Boolean validateOnly) {
@@ -3383,20 +3392,20 @@ public Patch setUpdateMask(String updateMask) {
33833392
}
33843393

33853394
/**
3386-
* Optional. If set, validate the request and preview the review, but do not actually
3395+
* Optional. If set, validate the request and preview the result, but do not actually
33873396
* apply it.
33883397
*/
33893398
@com.google.api.client.util.Key
33903399
private java.lang.Boolean validateOnly;
33913400

3392-
/** Optional. If set, validate the request and preview the review, but do not actually apply it.
3401+
/** Optional. If set, validate the request and preview the result, but do not actually apply it.
33933402
*/
33943403
public java.lang.Boolean getValidateOnly() {
33953404
return validateOnly;
33963405
}
33973406

33983407
/**
3399-
* Optional. If set, validate the request and preview the review, but do not actually
3408+
* Optional. If set, validate the request and preview the result, but do not actually
34003409
* apply it.
34013410
*/
34023411
public Patch setValidateOnly(java.lang.Boolean validateOnly) {
@@ -3855,20 +3864,20 @@ public Create setParent(java.lang.String parent) {
38553864
}
38563865

38573866
/**
3858-
* Optional. If set, validate the request and preview the review, but do not actually
3867+
* Optional. If set, validate the request and preview the result, but do not actually
38593868
* apply it.
38603869
*/
38613870
@com.google.api.client.util.Key
38623871
private java.lang.Boolean validateOnly;
38633872

3864-
/** Optional. If set, validate the request and preview the review, but do not actually apply it.
3873+
/** Optional. If set, validate the request and preview the result, but do not actually apply it.
38653874
*/
38663875
public java.lang.Boolean getValidateOnly() {
38673876
return validateOnly;
38683877
}
38693878

38703879
/**
3871-
* Optional. If set, validate the request and preview the review, but do not actually
3880+
* Optional. If set, validate the request and preview the result, but do not actually
38723881
* apply it.
38733882
*/
38743883
public Create setValidateOnly(java.lang.Boolean validateOnly) {
@@ -4045,20 +4054,20 @@ public Delete setEtag(java.lang.String etag) {
40454054
}
40464055

40474056
/**
4048-
* Optional. If set, validate the request and preview the review, but do not actually
4057+
* Optional. If set, validate the request and preview the result, but do not actually
40494058
* apply it.
40504059
*/
40514060
@com.google.api.client.util.Key
40524061
private java.lang.Boolean validateOnly;
40534062

4054-
/** Optional. If set, validate the request and preview the review, but do not actually apply it.
4063+
/** Optional. If set, validate the request and preview the result, but do not actually apply it.
40554064
*/
40564065
public java.lang.Boolean getValidateOnly() {
40574066
return validateOnly;
40584067
}
40594068

40604069
/**
4061-
* Optional. If set, validate the request and preview the review, but do not actually
4070+
* Optional. If set, validate the request and preview the result, but do not actually
40624071
* apply it.
40634072
*/
40644073
public Delete setValidateOnly(java.lang.Boolean validateOnly) {
@@ -5041,65 +5050,59 @@ public Patch setName(java.lang.String name) {
50415050
}
50425051

50435052
/**
5044-
* Optional. If set and the workstation configuration is not found, a new workstation
5045-
* configuration is created. In this situation, update_mask is ignored.
5053+
* Optional. If set and the workstation is not found, a new workstation is created. In
5054+
* this situation, update_mask is ignored.
50465055
*/
50475056
@com.google.api.client.util.Key
50485057
private java.lang.Boolean allowMissing;
50495058

5050-
/** Optional. If set and the workstation configuration is not found, a new workstation configuration is
5051-
created. In this situation, update_mask is ignored.
5059+
/** Optional. If set and the workstation is not found, a new workstation is created. In this situation,
5060+
update_mask is ignored.
50525061
*/
50535062
public java.lang.Boolean getAllowMissing() {
50545063
return allowMissing;
50555064
}
50565065

50575066
/**
5058-
* Optional. If set and the workstation configuration is not found, a new workstation
5059-
* configuration is created. In this situation, update_mask is ignored.
5067+
* Optional. If set and the workstation is not found, a new workstation is created. In
5068+
* this situation, update_mask is ignored.
50605069
*/
50615070
public Patch setAllowMissing(java.lang.Boolean allowMissing) {
50625071
this.allowMissing = allowMissing;
50635072
return this;
50645073
}
50655074

5066-
/**
5067-
* Required. Mask specifying which fields in the workstation configuration should be
5068-
* updated.
5069-
*/
5075+
/** Required. Mask specifying which fields in the workstation should be updated. */
50705076
@com.google.api.client.util.Key
50715077
private String updateMask;
50725078

5073-
/** Required. Mask specifying which fields in the workstation configuration should be updated.
5079+
/** Required. Mask specifying which fields in the workstation should be updated.
50745080
*/
50755081
public String getUpdateMask() {
50765082
return updateMask;
50775083
}
50785084

5079-
/**
5080-
* Required. Mask specifying which fields in the workstation configuration should be
5081-
* updated.
5082-
*/
5085+
/** Required. Mask specifying which fields in the workstation should be updated. */
50835086
public Patch setUpdateMask(String updateMask) {
50845087
this.updateMask = updateMask;
50855088
return this;
50865089
}
50875090

50885091
/**
5089-
* Optional. If set, validate the request and preview the review, but do not actually
5092+
* Optional. If set, validate the request and preview the result, but do not actually
50905093
* apply it.
50915094
*/
50925095
@com.google.api.client.util.Key
50935096
private java.lang.Boolean validateOnly;
50945097

5095-
/** Optional. If set, validate the request and preview the review, but do not actually apply it.
5098+
/** Optional. If set, validate the request and preview the result, but do not actually apply it.
50965099
*/
50975100
public java.lang.Boolean getValidateOnly() {
50985101
return validateOnly;
50995102
}
51005103

51015104
/**
5102-
* Optional. If set, validate the request and preview the review, but do not actually
5105+
* Optional. If set, validate the request and preview the result, but do not actually
51035106
* apply it.
51045107
*/
51055108
public Patch setValidateOnly(java.lang.Boolean validateOnly) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class StartWorkstationRequest extends com.google.api.client.json.Ge
4646
private java.lang.String etag;
4747

4848
/**
49-
* Optional. If set, validate the request and preview the review, but do not actually apply it.
49+
* Optional. If set, validate the request and preview the result, but do not actually apply it.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -89,15 +89,15 @@ public StartWorkstationRequest setEtag(java.lang.String etag) {
8989
}
9090

9191
/**
92-
* Optional. If set, validate the request and preview the review, but do not actually apply it.
92+
* Optional. If set, validate the request and preview the result, but do not actually apply it.
9393
* @return value or {@code null} for none
9494
*/
9595
public java.lang.Boolean getValidateOnly() {
9696
return validateOnly;
9797
}
9898

9999
/**
100-
* Optional. If set, validate the request and preview the review, but do not actually apply it.
100+
* Optional. If set, validate the request and preview the result, but do not actually apply it.
101101
* @param validateOnly validateOnly or {@code null} for none
102102
*/
103103
public StartWorkstationRequest setValidateOnly(java.lang.Boolean validateOnly) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class StopWorkstationRequest extends com.google.api.client.json.Gen
3939
private java.lang.String etag;
4040

4141
/**
42-
* Optional. If set, validate the request and preview the review, but do not actually apply it.
42+
* Optional. If set, validate the request and preview the result, but do not actually apply it.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -65,15 +65,15 @@ public StopWorkstationRequest setEtag(java.lang.String etag) {
6565
}
6666

6767
/**
68-
* Optional. If set, validate the request and preview the review, but do not actually apply it.
68+
* Optional. If set, validate the request and preview the result, but do not actually apply it.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.lang.Boolean getValidateOnly() {
7272
return validateOnly;
7373
}
7474

7575
/**
76-
* Optional. If set, validate the request and preview the review, but do not actually apply it.
76+
* Optional. If set, validate the request and preview the result, but do not actually apply it.
7777
* @param validateOnly validateOnly or {@code null} for none
7878
*/
7979
public StopWorkstationRequest setValidateOnly(java.lang.Boolean validateOnly) {

0 commit comments

Comments
 (0)