From f7ad3d4e2405223d4b1235b6652f7a0655de85b4 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:11:00 -0800 Subject: [PATCH] chore: regenerate file client --- .../google-api-services-file/v1/2.0.0/README.md | 4 ++-- .../api/services/file/v1/CloudFilestore.java | 15 ++++++++++----- clients/google-api-services-file/v1/2.0.0/pom.xml | 4 ++-- clients/google-api-services-file/v1/README.md | 4 ++-- .../v1beta1/2.0.0/README.md | 4 ++-- .../api/services/file/v1beta1/CloudFilestore.java | 15 ++++++++++----- .../v1beta1/2.0.0/pom.xml | 4 ++-- .../google-api-services-file/v1beta1/README.md | 4 ++-- 8 files changed, 32 insertions(+), 22 deletions(-) diff --git a/clients/google-api-services-file/v1/2.0.0/README.md b/clients/google-api-services-file/v1/2.0.0/README.md index f3415a9f015..ffcea1989b4 100644 --- a/clients/google-api-services-file/v1/2.0.0/README.md +++ b/clients/google-api-services-file/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-file - v1-rev20260114-2.0.0 + v1-rev20260201-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-file:v1-rev20260114-2.0.0' + implementation 'com.google.apis:google-api-services-file:v1-rev20260201-2.0.0' } ``` diff --git a/clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/CloudFilestore.java b/clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/CloudFilestore.java index 7c206094ccd..a2e10a6ecdf 100644 --- a/clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/CloudFilestore.java +++ b/clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/CloudFilestore.java @@ -103,7 +103,7 @@ public class CloudFilestore extends com.google.api.client.googleapis.services.js * {@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 CloudFilestoreRequest *
  • 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: @@ -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 CloudFilestoreRequest *
  • 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: *