From dbde6fe8179d03750fd74a6b7f6d711aaaf24cf8 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Tue, 17 Feb 2026 18:27:43 -0800
Subject: [PATCH] chore: regenerate networkmanagement client
---
.../v1/2.0.0/README.md | 4 +-
.../v1/NetworkManagement.java | 25 ++-
.../v1/model/GoogleManagedServiceInfo.java | 142 ------------------
.../networkmanagement/v1/model/Step.java | 24 ---
.../v1/2.0.0/pom.xml | 4 +-
.../v1/README.md | 4 +-
.../v1beta1/2.0.0/README.md | 4 +-
.../v1beta1/NetworkManagement.java | 25 ++-
.../v1beta1/model/Endpoint.java | 24 ---
.../model/GoogleManagedServiceInfo.java | 142 ------------------
.../networkmanagement/v1beta1/model/Step.java | 24 ---
.../v1beta1/2.0.0/pom.xml | 4 +-
.../v1beta1/README.md | 4 +-
13 files changed, 48 insertions(+), 382 deletions(-)
delete mode 100644 clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/GoogleManagedServiceInfo.java
delete mode 100644 clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/GoogleManagedServiceInfo.java
diff --git a/clients/google-api-services-networkmanagement/v1/2.0.0/README.md b/clients/google-api-services-networkmanagement/v1/2.0.0/README.md
index 9154387ea3c..905d4b6f6ef 100644
--- a/clients/google-api-services-networkmanagement/v1/2.0.0/README.md
+++ b/clients/google-api-services-networkmanagement/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Network Management API. For a detailed explanation - * see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *
- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class GoogleManagedServiceInfo extends com.google.api.client.json.GenericJson { - - /** - * IP address of the Google-managed service endpoint. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String ipAddress; - - /** - * URI of the Google-managed service endpoint network, it is empty if the IP address is a public - * IP address. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String networkUri; - - /** - * Type of a Google-managed service. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String serviceType; - - /** - * URI of the Google-managed service. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String serviceUri; - - /** - * IP address of the Google-managed service endpoint. - * @return value or {@code null} for none - */ - public java.lang.String getIpAddress() { - return ipAddress; - } - - /** - * IP address of the Google-managed service endpoint. - * @param ipAddress ipAddress or {@code null} for none - */ - public GoogleManagedServiceInfo setIpAddress(java.lang.String ipAddress) { - this.ipAddress = ipAddress; - return this; - } - - /** - * URI of the Google-managed service endpoint network, it is empty if the IP address is a public - * IP address. - * @return value or {@code null} for none - */ - public java.lang.String getNetworkUri() { - return networkUri; - } - - /** - * URI of the Google-managed service endpoint network, it is empty if the IP address is a public - * IP address. - * @param networkUri networkUri or {@code null} for none - */ - public GoogleManagedServiceInfo setNetworkUri(java.lang.String networkUri) { - this.networkUri = networkUri; - return this; - } - - /** - * Type of a Google-managed service. - * @return value or {@code null} for none - */ - public java.lang.String getServiceType() { - return serviceType; - } - - /** - * Type of a Google-managed service. - * @param serviceType serviceType or {@code null} for none - */ - public GoogleManagedServiceInfo setServiceType(java.lang.String serviceType) { - this.serviceType = serviceType; - return this; - } - - /** - * URI of the Google-managed service. - * @return value or {@code null} for none - */ - public java.lang.String getServiceUri() { - return serviceUri; - } - - /** - * URI of the Google-managed service. - * @param serviceUri serviceUri or {@code null} for none - */ - public GoogleManagedServiceInfo setServiceUri(java.lang.String serviceUri) { - this.serviceUri = serviceUri; - return this; - } - - @Override - public GoogleManagedServiceInfo set(String fieldName, Object value) { - return (GoogleManagedServiceInfo) super.set(fieldName, value); - } - - @Override - public GoogleManagedServiceInfo clone() { - return (GoogleManagedServiceInfo) super.clone(); - } - -} diff --git a/clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/Step.java b/clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/Step.java index ce63ba02998..2d20f5300aa 100644 --- a/clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/Step.java +++ b/clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/Step.java @@ -145,13 +145,6 @@ public final class Step extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private GkePodInfo gkePod; - /** - * Display information of a Google-managed service. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private GoogleManagedServiceInfo googleManagedService; - /** * Display information of a Google service * The value may be {@code null}. @@ -577,23 +570,6 @@ public Step setGkePod(GkePodInfo gkePod) { return this; } - /** - * Display information of a Google-managed service. - * @return value or {@code null} for none - */ - public GoogleManagedServiceInfo getGoogleManagedService() { - return googleManagedService; - } - - /** - * Display information of a Google-managed service. - * @param googleManagedService googleManagedService or {@code null} for none - */ - public Step setGoogleManagedService(GoogleManagedServiceInfo googleManagedService) { - this.googleManagedService = googleManagedService; - return this; - } - /** * Display information of a Google service * @return value or {@code null} for none diff --git a/clients/google-api-services-networkmanagement/v1/2.0.0/pom.xml b/clients/google-api-services-networkmanagement/v1/2.0.0/pom.xml index f3c6da2f199..419bf0174a9 100644 --- a/clients/google-api-services-networkmanagement/v1/2.0.0/pom.xml +++ b/clients/google-api-services-networkmanagement/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Network Management API. For a detailed explanation - * see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *
- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class GoogleManagedServiceInfo extends com.google.api.client.json.GenericJson { - - /** - * IP address of the Google-managed service endpoint. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String ipAddress; - - /** - * URI of the Google-managed service endpoint network, it is empty if the IP address is a public - * IP address. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String networkUri; - - /** - * Type of a Google-managed service. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String serviceType; - - /** - * URI of the Google-managed service. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String serviceUri; - - /** - * IP address of the Google-managed service endpoint. - * @return value or {@code null} for none - */ - public java.lang.String getIpAddress() { - return ipAddress; - } - - /** - * IP address of the Google-managed service endpoint. - * @param ipAddress ipAddress or {@code null} for none - */ - public GoogleManagedServiceInfo setIpAddress(java.lang.String ipAddress) { - this.ipAddress = ipAddress; - return this; - } - - /** - * URI of the Google-managed service endpoint network, it is empty if the IP address is a public - * IP address. - * @return value or {@code null} for none - */ - public java.lang.String getNetworkUri() { - return networkUri; - } - - /** - * URI of the Google-managed service endpoint network, it is empty if the IP address is a public - * IP address. - * @param networkUri networkUri or {@code null} for none - */ - public GoogleManagedServiceInfo setNetworkUri(java.lang.String networkUri) { - this.networkUri = networkUri; - return this; - } - - /** - * Type of a Google-managed service. - * @return value or {@code null} for none - */ - public java.lang.String getServiceType() { - return serviceType; - } - - /** - * Type of a Google-managed service. - * @param serviceType serviceType or {@code null} for none - */ - public GoogleManagedServiceInfo setServiceType(java.lang.String serviceType) { - this.serviceType = serviceType; - return this; - } - - /** - * URI of the Google-managed service. - * @return value or {@code null} for none - */ - public java.lang.String getServiceUri() { - return serviceUri; - } - - /** - * URI of the Google-managed service. - * @param serviceUri serviceUri or {@code null} for none - */ - public GoogleManagedServiceInfo setServiceUri(java.lang.String serviceUri) { - this.serviceUri = serviceUri; - return this; - } - - @Override - public GoogleManagedServiceInfo set(String fieldName, Object value) { - return (GoogleManagedServiceInfo) super.set(fieldName, value); - } - - @Override - public GoogleManagedServiceInfo clone() { - return (GoogleManagedServiceInfo) super.clone(); - } - -} diff --git a/clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/Step.java b/clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/Step.java index f0c58ca182a..9b87a0e1902 100644 --- a/clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/Step.java +++ b/clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/Step.java @@ -145,13 +145,6 @@ public final class Step extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private GkePodInfo gkePod; - /** - * Display information of a Google-managed service. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private GoogleManagedServiceInfo googleManagedService; - /** * Display information of a Google service * The value may be {@code null}. @@ -577,23 +570,6 @@ public Step setGkePod(GkePodInfo gkePod) { return this; } - /** - * Display information of a Google-managed service. - * @return value or {@code null} for none - */ - public GoogleManagedServiceInfo getGoogleManagedService() { - return googleManagedService; - } - - /** - * Display information of a Google-managed service. - * @param googleManagedService googleManagedService or {@code null} for none - */ - public Step setGoogleManagedService(GoogleManagedServiceInfo googleManagedService) { - this.googleManagedService = googleManagedService; - return this; - } - /** * Display information of a Google service * @return value or {@code null} for none diff --git a/clients/google-api-services-networkmanagement/v1beta1/2.0.0/pom.xml b/clients/google-api-services-networkmanagement/v1beta1/2.0.0/pom.xml index 69992033f63..d6a85d7b82d 100644 --- a/clients/google-api-services-networkmanagement/v1beta1/2.0.0/pom.xml +++ b/clients/google-api-services-networkmanagement/v1beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@