diff --git a/clients/google-api-services-apigateway/v1/2.0.0/README.md b/clients/google-api-services-apigateway/v1/2.0.0/README.md
index de9dee05c2e..526b69f79a5 100644
--- a/clients/google-api-services-apigateway/v1/2.0.0/README.md
+++ b/clients/google-api-services-apigateway/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-apigateway
- v1-rev20251210-2.0.0
+ v1-rev20260127-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-apigateway:v1-rev20251210-2.0.0'
+ implementation 'com.google.apis:google-api-services-apigateway:v1-rev20260127-2.0.0'
}
```
diff --git a/clients/google-api-services-apigateway/v1/2.0.0/com/google/api/services/apigateway/v1/Apigateway.java b/clients/google-api-services-apigateway/v1/2.0.0/com/google/api/services/apigateway/v1/Apigateway.java
index 02a39f3d26b..f56a57cf52f 100644
--- a/clients/google-api-services-apigateway/v1/2.0.0/com/google/api/services/apigateway/v1/Apigateway.java
+++ b/clients/google-api-services-apigateway/v1/2.0.0/com/google/api/services/apigateway/v1/Apigateway.java
@@ -103,7 +103,7 @@ public class Apigateway extends com.google.api.client.googleapis.services.json.A
* {@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 ApigatewayRequest
* 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:
*
diff --git a/clients/google-api-services-apigateway/v1/2.0.0/pom.xml b/clients/google-api-services-apigateway/v1/2.0.0/pom.xml
index 08619594ea2..f0dcb802cd1 100644
--- a/clients/google-api-services-apigateway/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-apigateway/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-apigateway
- v1-rev20251210-2.0.0
- API Gateway API v1-rev20251210-2.0.0
+ v1-rev20260127-2.0.0
+ API Gateway API v1-rev20260127-2.0.0
jar
2011
diff --git a/clients/google-api-services-apigateway/v1/README.md b/clients/google-api-services-apigateway/v1/README.md
index de9dee05c2e..526b69f79a5 100644
--- a/clients/google-api-services-apigateway/v1/README.md
+++ b/clients/google-api-services-apigateway/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-apigateway
- v1-rev20251210-2.0.0
+ v1-rev20260127-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-apigateway:v1-rev20251210-2.0.0'
+ implementation 'com.google.apis:google-api-services-apigateway:v1-rev20260127-2.0.0'
}
```
diff --git a/clients/google-api-services-apigateway/v1beta/2.0.0/README.md b/clients/google-api-services-apigateway/v1beta/2.0.0/README.md
index 3ac11742ae1..3b7ee59955e 100644
--- a/clients/google-api-services-apigateway/v1beta/2.0.0/README.md
+++ b/clients/google-api-services-apigateway/v1beta/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-apigateway
- v1beta-rev20251210-2.0.0
+ v1beta-rev20260127-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-apigateway:v1beta-rev20251210-2.0.0'
+ implementation 'com.google.apis:google-api-services-apigateway:v1beta-rev20260127-2.0.0'
}
```
diff --git a/clients/google-api-services-apigateway/v1beta/2.0.0/com/google/api/services/apigateway/v1beta/Apigateway.java b/clients/google-api-services-apigateway/v1beta/2.0.0/com/google/api/services/apigateway/v1beta/Apigateway.java
index cb65ab808ef..c21349f7d6a 100644
--- a/clients/google-api-services-apigateway/v1beta/2.0.0/com/google/api/services/apigateway/v1beta/Apigateway.java
+++ b/clients/google-api-services-apigateway/v1beta/2.0.0/com/google/api/services/apigateway/v1beta/Apigateway.java
@@ -103,7 +103,7 @@ public class Apigateway extends com.google.api.client.googleapis.services.json.A
* {@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 ApigatewayRequest
* 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:
*
diff --git a/clients/google-api-services-apigateway/v1beta/2.0.0/pom.xml b/clients/google-api-services-apigateway/v1beta/2.0.0/pom.xml
index a4f08db985f..31835a207ed 100644
--- a/clients/google-api-services-apigateway/v1beta/2.0.0/pom.xml
+++ b/clients/google-api-services-apigateway/v1beta/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-apigateway
- v1beta-rev20251210-2.0.0
- API Gateway API v1beta-rev20251210-2.0.0
+ v1beta-rev20260127-2.0.0
+ API Gateway API v1beta-rev20260127-2.0.0
jar
2011
diff --git a/clients/google-api-services-apigateway/v1beta/README.md b/clients/google-api-services-apigateway/v1beta/README.md
index 3ac11742ae1..3b7ee59955e 100644
--- a/clients/google-api-services-apigateway/v1beta/README.md
+++ b/clients/google-api-services-apigateway/v1beta/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-apigateway
- v1beta-rev20251210-2.0.0
+ v1beta-rev20260127-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-apigateway:v1beta-rev20251210-2.0.0'
+ implementation 'com.google.apis:google-api-services-apigateway:v1beta-rev20260127-2.0.0'
}
```