From ee6228e78d1301993615a454d512c34b046c337e Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Sun, 9 Aug 2026 17:37:19 -0700
Subject: [PATCH] chore: regenerate networksecurity client
---
.../v1beta1/2.0.0/README.md | 4 +-
.../v1beta1/NetworkSecurity.java | 75 +++++++++++++++++++
.../v1beta1/2.0.0/pom.xml | 4 +-
.../v1beta1/README.md | 4 +-
4 files changed, 81 insertions(+), 6 deletions(-)
diff --git a/clients/google-api-services-networksecurity/v1beta1/2.0.0/README.md b/clients/google-api-services-networksecurity/v1beta1/2.0.0/README.md
index b68146da51f..d554c3087a3 100644
--- a/clients/google-api-services-networksecurity/v1beta1/2.0.0/README.md
+++ b/clients/google-api-services-networksecurity/v1beta1/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
- v1beta1-rev20260707-2.0.0
+ v1beta1-rev20260729-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20260707-2.0.0'
+ implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20260729-2.0.0'
}
```
diff --git a/clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/NetworkSecurity.java b/clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/NetworkSecurity.java
index 58efa8ffbee..b732a049bb6 100644
--- a/clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/NetworkSecurity.java
+++ b/clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/NetworkSecurity.java
@@ -2509,6 +2509,28 @@ public Create setRequestId(java.lang.String requestId) {
return this;
}
+ /**
+ * Optional. If set, validate the request and preview the endpoint, but do not actually
+ * create it.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean validateOnly;
+
+ /** Optional. If set, validate the request and preview the endpoint, but do not actually create it.
+ */
+ public java.lang.Boolean getValidateOnly() {
+ return validateOnly;
+ }
+
+ /**
+ * Optional. If set, validate the request and preview the endpoint, but do not actually
+ * create it.
+ */
+ public Create setValidateOnly(java.lang.Boolean validateOnly) {
+ this.validateOnly = validateOnly;
+ return this;
+ }
+
@Override
public Create set(String parameterName, Object value) {
return (Create) super.set(parameterName, value);
@@ -15616,6 +15638,28 @@ public Create setRequestId(java.lang.String requestId) {
return this;
}
+ /**
+ * Optional. If set, validate the request and preview the endpoint, but do not actually
+ * create it.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean validateOnly;
+
+ /** Optional. If set, validate the request and preview the endpoint, but do not actually create it.
+ */
+ public java.lang.Boolean getValidateOnly() {
+ return validateOnly;
+ }
+
+ /**
+ * Optional. If set, validate the request and preview the endpoint, but do not actually
+ * create it.
+ */
+ public Create setValidateOnly(java.lang.Boolean validateOnly) {
+ this.validateOnly = validateOnly;
+ return this;
+ }
+
@Override
public Create set(String parameterName, Object value) {
return (Create) super.set(parameterName, value);
@@ -27199,6 +27243,37 @@ public Delete setName(java.lang.String name) {
return this;
}
+ /**
+ * Optional. If set to true, the request will delete the SAC Attachment even if some steps
+ * fail (e.g. deleting the remote Symantec Location). This option is a no-op for partners
+ * where it does not apply (e.g. Palo Alto Networks). WARNING: Enabling this option may
+ * leave dangling resources in the Broadcom/Symantec customer portal that requires manual
+ * cleanup.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean ignorePartnerDeletionErrors;
+
+ /** Optional. If set to true, the request will delete the SAC Attachment even if some steps fail (e.g.
+ deleting the remote Symantec Location). This option is a no-op for partners where it does not apply
+ (e.g. Palo Alto Networks). WARNING: Enabling this option may leave dangling resources in the
+ Broadcom/Symantec customer portal that requires manual cleanup.
+ */
+ public java.lang.Boolean getIgnorePartnerDeletionErrors() {
+ return ignorePartnerDeletionErrors;
+ }
+
+ /**
+ * Optional. If set to true, the request will delete the SAC Attachment even if some steps
+ * fail (e.g. deleting the remote Symantec Location). This option is a no-op for partners
+ * where it does not apply (e.g. Palo Alto Networks). WARNING: Enabling this option may
+ * leave dangling resources in the Broadcom/Symantec customer portal that requires manual
+ * cleanup.
+ */
+ public Delete setIgnorePartnerDeletionErrors(java.lang.Boolean ignorePartnerDeletionErrors) {
+ this.ignorePartnerDeletionErrors = ignorePartnerDeletionErrors;
+ return this;
+ }
+
/**
* Optional. An optional request ID to identify requests. Specify a unique request ID so
* that if you must retry your request, the server will know to ignore the request if it
diff --git a/clients/google-api-services-networksecurity/v1beta1/2.0.0/pom.xml b/clients/google-api-services-networksecurity/v1beta1/2.0.0/pom.xml
index c7171dee343..86aaa626eb8 100644
--- a/clients/google-api-services-networksecurity/v1beta1/2.0.0/pom.xml
+++ b/clients/google-api-services-networksecurity/v1beta1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-networksecurity
- v1beta1-rev20260707-2.0.0
- Network Security API v1beta1-rev20260707-2.0.0
+ v1beta1-rev20260729-2.0.0
+ Network Security API v1beta1-rev20260729-2.0.0
jar
2011
diff --git a/clients/google-api-services-networksecurity/v1beta1/README.md b/clients/google-api-services-networksecurity/v1beta1/README.md
index b68146da51f..d554c3087a3 100644
--- a/clients/google-api-services-networksecurity/v1beta1/README.md
+++ b/clients/google-api-services-networksecurity/v1beta1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-networksecurity
- v1beta1-rev20260707-2.0.0
+ v1beta1-rev20260729-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20260707-2.0.0'
+ implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20260729-2.0.0'
}
```