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..4d824b02bf9 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 @@ -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 CloudFilestoreRequestcom.google.apis google-api-services-file - v1-rev20260114-2.0.0 - Cloud Filestore API v1-rev20260114-2.0.0 + v1-rev20260201-2.0.0 + Cloud Filestore API v1-rev20260201-2.0.0 jar 2011 diff --git a/clients/google-api-services-file/v1/README.md b/clients/google-api-services-file/v1/README.md index f3415a9f015..ffcea1989b4 100644 --- a/clients/google-api-services-file/v1/README.md +++ b/clients/google-api-services-file/v1/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/v1beta1/2.0.0/README.md b/clients/google-api-services-file/v1beta1/2.0.0/README.md index 4a488ae3e34..047e2364886 100644 --- a/clients/google-api-services-file/v1beta1/2.0.0/README.md +++ b/clients/google-api-services-file/v1beta1/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 - v1beta1-rev20260114-2.0.0 + v1beta1-rev20260201-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-file:v1beta1-rev20260114-2.0.0' + implementation 'com.google.apis:google-api-services-file:v1beta1-rev20260201-2.0.0' } ``` diff --git a/clients/google-api-services-file/v1beta1/2.0.0/com/google/api/services/file/v1beta1/CloudFilestore.java b/clients/google-api-services-file/v1beta1/2.0.0/com/google/api/services/file/v1beta1/CloudFilestore.java index f35679c1a23..6700d0f10c5 100644 --- a/clients/google-api-services-file/v1beta1/2.0.0/com/google/api/services/file/v1beta1/CloudFilestore.java +++ b/clients/google-api-services-file/v1beta1/2.0.0/com/google/api/services/file/v1beta1/CloudFilestore.java @@ -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 CloudFilestoreRequestcom.google.apis google-api-services-file - v1beta1-rev20260114-2.0.0 - Cloud Filestore API v1beta1-rev20260114-2.0.0 + v1beta1-rev20260201-2.0.0 + Cloud Filestore API v1beta1-rev20260201-2.0.0 jar 2011 diff --git a/clients/google-api-services-file/v1beta1/README.md b/clients/google-api-services-file/v1beta1/README.md index 4a488ae3e34..047e2364886 100644 --- a/clients/google-api-services-file/v1beta1/README.md +++ b/clients/google-api-services-file/v1beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-file - v1beta1-rev20260114-2.0.0 + v1beta1-rev20260201-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-file:v1beta1-rev20260114-2.0.0' + implementation 'com.google.apis:google-api-services-file:v1beta1-rev20260201-2.0.0' } ```