From 00a48281b18b6ecc90742212b6200ecdd57c5f26 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Thu, 17 Sep 2026 18:07:03 -0700
Subject: [PATCH] chore: regenerate apihub client
---
.../v1/2.0.0/README.md | 4 ++--
.../google/api/services/apihub/v1/APIhub.java | 18 ++++++++++++------
.../v1/2.0.0/pom.xml | 4 ++--
.../google-api-services-apihub/v1/README.md | 4 ++--
4 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/clients/google-api-services-apihub/v1/2.0.0/README.md b/clients/google-api-services-apihub/v1/2.0.0/README.md
index c5c92895aab..fbe71032006 100644
--- a/clients/google-api-services-apihub/v1/2.0.0/README.md
+++ b/clients/google-api-services-apihub/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-apihub
- v1-rev20260907-2.0.0
+ v1-rev20260913-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-apihub:v1-rev20260907-2.0.0'
+ implementation 'com.google.apis:google-api-services-apihub:v1-rev20260913-2.0.0'
}
```
diff --git a/clients/google-api-services-apihub/v1/2.0.0/com/google/api/services/apihub/v1/APIhub.java b/clients/google-api-services-apihub/v1/2.0.0/com/google/api/services/apihub/v1/APIhub.java
index fcb461df9cc..f00d96042c8 100644
--- a/clients/google-api-services-apihub/v1/2.0.0/com/google/api/services/apihub/v1/APIhub.java
+++ b/clients/google-api-services-apihub/v1/2.0.0/com/google/api/services/apihub/v1/APIhub.java
@@ -5071,7 +5071,8 @@ public Create set(String parameterName, Object value) {
/**
* Delete an operation in an API version and we can delete only the operations created via create
* API. If the operation was created by parsing the spec, then it can be deleted by editing or
- * deleting the spec.
+ * deleting the spec. Deleting an operation will also remove any links between the operation and
+ * deployments.
*
* Create a request for the method "operations.delete".
*
@@ -5099,7 +5100,8 @@ public class Delete extends APIhubRequestcom.google.apis
google-api-services-apihub
- v1-rev20260907-2.0.0
- API hub API v1-rev20260907-2.0.0
+ v1-rev20260913-2.0.0
+ API hub API v1-rev20260913-2.0.0
jar
2011
diff --git a/clients/google-api-services-apihub/v1/README.md b/clients/google-api-services-apihub/v1/README.md
index c5c92895aab..fbe71032006 100644
--- a/clients/google-api-services-apihub/v1/README.md
+++ b/clients/google-api-services-apihub/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-apihub
- v1-rev20260907-2.0.0
+ v1-rev20260913-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-apihub:v1-rev20260907-2.0.0'
+ implementation 'com.google.apis:google-api-services-apihub:v1-rev20260913-2.0.0'
}
```