From 442f1760a6ebca365cb1da1a429ff5431db2d70b Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:26:19 -0800 Subject: [PATCH] chore: regenerate workstations client --- .../v1/2.0.0/README.md | 4 +- .../workstations/v1/CloudWorkstations.java | 15 ++++--- .../workstations/v1/model/GceInstance.java | 42 +++++++++++++++---- .../v1/2.0.0/pom.xml | 4 +- .../v1/README.md | 4 +- .../v1beta/2.0.0/README.md | 4 +- .../v1beta/CloudWorkstations.java | 5 +-- .../v1beta/model/GceInstance.java | 18 ++++---- .../model/GceRegionalPersistentDisk.java | 36 ++++++++++++++++ .../v1beta/2.0.0/pom.xml | 4 +- .../v1beta/README.md | 4 +- 11 files changed, 102 insertions(+), 38 deletions(-) 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 c08185d6159..9a2b9ee8f8f 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-rev20251202-2.0.0 + v1-rev20260126-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-workstations:v1-rev20251202-2.0.0' + implementation 'com.google.apis:google-api-services-workstations:v1-rev20260126-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 222d6625e96..e66e9ca970d 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 @@ -103,7 +103,7 @@ public class CloudWorkstations extends com.google.api.client.googleapis.services * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * * @param jsonFactory JSON factory, which may be: @@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) { } } /** - * Lists information about the supported locations for this service. + * Lists information about the supported locations for this service. This method can be called in + * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project- + * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include + * public locations as well as private or other locations specifically visible to the project. * * Create a request for the method "locations.list". * @@ -336,7 +339,10 @@ public class List extends CloudWorkstationsRequest *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: * * @param jsonFactory JSON factory, which may be: @@ -5340,8 +5340,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: *