From 1dd187f247162c635d1a4432dc4f04dda8f16158 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:28:27 -0800 Subject: [PATCH] chore: regenerate networksecurity client --- .../v1/2.0.0/README.md | 4 +- .../networksecurity/v1/NetworkSecurity.java | 92 +++++++------- .../v1/model/MirroringEndpointGroup.java | 24 ++++ .../v1/model/SecurityProfile.java | 24 ++++ .../v1/model/SecurityProfileGroup.java | 24 ++++ .../networksecurity/v1/model/UrlFilter.java | 117 ++++++++++++++++++ .../v1/model/UrlFilteringProfile.java | 75 +++++++++++ .../v1/2.0.0/pom.xml | 4 +- .../v1/README.md | 4 +- .../v1beta1/2.0.0/README.md | 4 +- .../v1beta1/NetworkSecurity.java | 92 +++++++------- .../v1beta1/2.0.0/pom.xml | 4 +- .../v1beta1/README.md | 4 +- 13 files changed, 374 insertions(+), 98 deletions(-) create mode 100644 clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/model/UrlFilter.java create mode 100644 clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/model/UrlFilteringProfile.java diff --git a/clients/google-api-services-networksecurity/v1/2.0.0/README.md b/clients/google-api-services-networksecurity/v1/2.0.0/README.md index 2b29878ffe4..a8c1752cdd8 100644 --- a/clients/google-api-services-networksecurity/v1/2.0.0/README.md +++ b/clients/google-api-services-networksecurity/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-networksecurity - v1-rev20251203-2.0.0 + v1-rev20260204-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-networksecurity:v1-rev20251203-2.0.0' + implementation 'com.google.apis:google-api-services-networksecurity:v1-rev20260204-2.0.0' } ``` diff --git a/clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/NetworkSecurity.java b/clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/NetworkSecurity.java index e2c4791a6f7..60872cc8d0a 100644 --- a/clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/NetworkSecurity.java +++ b/clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/NetworkSecurity.java @@ -103,7 +103,7 @@ public class NetworkSecurity extends com.google.api.client.googleapis.services.j * {@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: @@ -1787,7 +1787,7 @@ public FirewallEndpoints firewallEndpoints() { public class FirewallEndpoints { /** - * Creates a new FirewallEndpoint in a given project and location. + * Creates a new FirewallEndpoint in a given organization and location. * * Create a request for the method "firewallEndpoints.create". * @@ -1812,7 +1812,7 @@ public class Create extends NetworkSecurityRequest *
  • 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: * * @param jsonFactory JSON factory, which may be: @@ -1787,7 +1787,7 @@ public FirewallEndpoints firewallEndpoints() { public class FirewallEndpoints { /** - * Creates a new FirewallEndpoint in a given project and location. + * Creates a new FirewallEndpoint in a given organization and location. * * Create a request for the method "firewallEndpoints.create". * @@ -1812,7 +1812,7 @@ public class Create extends NetworkSecurityRequest *
  • 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: *