From d77276bb9f05ec13cb8702a1bd492b9f86992254 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Mon, 9 Feb 2026 18:18:01 -0800
Subject: [PATCH] chore: regenerate servicemanagement client
---
.../v1/2.0.0/README.md | 4 +--
.../servicemanagement/model/Service.java | 27 ++++++++++++++-----
.../v1/2.0.0/pom.xml | 4 +--
.../v1/README.md | 4 +--
4 files changed, 27 insertions(+), 12 deletions(-)
diff --git a/clients/google-api-services-servicemanagement/v1/2.0.0/README.md b/clients/google-api-services-servicemanagement/v1/2.0.0/README.md
index 1fb0a17d6cb..0517dc2b0b0 100644
--- a/clients/google-api-services-servicemanagement/v1/2.0.0/README.md
+++ b/clients/google-api-services-servicemanagement/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-servicemanagement
- v1-rev20251208-2.0.0
+ v1-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20251208-2.0.0'
+ implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20260129-2.0.0'
}
```
diff --git a/clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/Service.java b/clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/Service.java
index eddfc498ee0..5602bfe8176 100644
--- a/clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/Service.java
+++ b/clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/Service.java
@@ -131,7 +131,12 @@ public final class Service extends com.google.api.client.json.GenericJson {
/**
* Configuration for network endpoints. If this is empty, then an endpoint with the same name as
- * the service is automatically generated to service all defined APIs.
+ * the service is automatically generated to service all defined APIs. WARNING: Defining any
+ * entries in the `endpoints` list disables the automatic generation of default endpoint
+ * variations (e.g., `{service}.clients6.google.com`, `content-{service}.googleapis.com`, and mTLS
+ * variants like `{service}.mtls.googleapis.com`). To retain these default variations, you are
+ * required to explicitly include your main service endpoint (e.g., `myservice.googleapis.com`) in
+ * this list alongside any other custom endpoints (like REP, GFE, etc.).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -210,7 +215,7 @@ public final class Service extends com.google.api.client.json.GenericJson {
/**
* Defines the monitored resources used by this service. This is required by the
- * Service.monitoring and Service.logging configurations.
+ * `Service.monitoring` and `Service.logging` configurations.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -494,7 +499,12 @@ public Service setDocumentation(Documentation documentation) {
/**
* Configuration for network endpoints. If this is empty, then an endpoint with the same name as
- * the service is automatically generated to service all defined APIs.
+ * the service is automatically generated to service all defined APIs. WARNING: Defining any
+ * entries in the `endpoints` list disables the automatic generation of default endpoint
+ * variations (e.g., `{service}.clients6.google.com`, `content-{service}.googleapis.com`, and mTLS
+ * variants like `{service}.mtls.googleapis.com`). To retain these default variations, you are
+ * required to explicitly include your main service endpoint (e.g., `myservice.googleapis.com`) in
+ * this list alongside any other custom endpoints (like REP, GFE, etc.).
* @return value or {@code null} for none
*/
public java.util.List getEndpoints() {
@@ -503,7 +513,12 @@ public java.util.List getEndpoints() {
/**
* Configuration for network endpoints. If this is empty, then an endpoint with the same name as
- * the service is automatically generated to service all defined APIs.
+ * the service is automatically generated to service all defined APIs. WARNING: Defining any
+ * entries in the `endpoints` list disables the automatic generation of default endpoint
+ * variations (e.g., `{service}.clients6.google.com`, `content-{service}.googleapis.com`, and mTLS
+ * variants like `{service}.mtls.googleapis.com`). To retain these default variations, you are
+ * required to explicitly include your main service endpoint (e.g., `myservice.googleapis.com`) in
+ * this list alongside any other custom endpoints (like REP, GFE, etc.).
* @param endpoints endpoints or {@code null} for none
*/
public Service setEndpoints(java.util.List endpoints) {
@@ -625,7 +640,7 @@ public Service setMetrics(java.util.List metrics) {
/**
* Defines the monitored resources used by this service. This is required by the
- * Service.monitoring and Service.logging configurations.
+ * `Service.monitoring` and `Service.logging` configurations.
* @return value or {@code null} for none
*/
public java.util.List getMonitoredResources() {
@@ -634,7 +649,7 @@ public java.util.List getMonitoredResources() {
/**
* Defines the monitored resources used by this service. This is required by the
- * Service.monitoring and Service.logging configurations.
+ * `Service.monitoring` and `Service.logging` configurations.
* @param monitoredResources monitoredResources or {@code null} for none
*/
public Service setMonitoredResources(java.util.List monitoredResources) {
diff --git a/clients/google-api-services-servicemanagement/v1/2.0.0/pom.xml b/clients/google-api-services-servicemanagement/v1/2.0.0/pom.xml
index 0c92a09ba0a..4d138b2ea1a 100644
--- a/clients/google-api-services-servicemanagement/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-servicemanagement/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-servicemanagement
- v1-rev20251208-2.0.0
- Service Management API v1-rev20251208-2.0.0
+ v1-rev20260129-2.0.0
+ Service Management API v1-rev20260129-2.0.0
jar
2011
diff --git a/clients/google-api-services-servicemanagement/v1/README.md b/clients/google-api-services-servicemanagement/v1/README.md
index 1fb0a17d6cb..0517dc2b0b0 100644
--- a/clients/google-api-services-servicemanagement/v1/README.md
+++ b/clients/google-api-services-servicemanagement/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-servicemanagement
- v1-rev20251208-2.0.0
+ v1-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20251208-2.0.0'
+ implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20260129-2.0.0'
}
```