You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/CloudWorkstations.java
+53-50Lines changed: 53 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -312,10 +312,14 @@ public Get set(String parameterName, Object value) {
312
312
}
313
313
}
314
314
/**
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.
319
323
*
320
324
* Create a request for the method "locations.list".
321
325
*
@@ -339,10 +343,15 @@ public class List extends CloudWorkstationsRequest<com.google.api.services.works
Copy file name to clipboardExpand all lines: clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/StartWorkstationRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public final class StartWorkstationRequest extends com.google.api.client.json.Ge
46
46
privatejava.lang.Stringetag;
47
47
48
48
/**
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.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@com.google.api.client.util.Key
@@ -89,15 +89,15 @@ public StartWorkstationRequest setEtag(java.lang.String etag) {
89
89
}
90
90
91
91
/**
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.
93
93
* @return value or {@code null} for none
94
94
*/
95
95
publicjava.lang.BooleangetValidateOnly() {
96
96
returnvalidateOnly;
97
97
}
98
98
99
99
/**
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.
101
101
* @param validateOnly validateOnly or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/StopWorkstationRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public final class StopWorkstationRequest extends com.google.api.client.json.Gen
39
39
privatejava.lang.Stringetag;
40
40
41
41
/**
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.
43
43
* The value may be {@code null}.
44
44
*/
45
45
@com.google.api.client.util.Key
@@ -65,15 +65,15 @@ public StopWorkstationRequest setEtag(java.lang.String etag) {
65
65
}
66
66
67
67
/**
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.
69
69
* @return value or {@code null} for none
70
70
*/
71
71
publicjava.lang.BooleangetValidateOnly() {
72
72
returnvalidateOnly;
73
73
}
74
74
75
75
/**
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.
77
77
* @param validateOnly validateOnly or {@code null} for none
0 commit comments