From 0b6bc40870daf106e357f3c2e1dcdd1c9e2a9cfa Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sun, 7 Jun 2026 18:49:28 -0700 Subject: [PATCH] chore: regenerate networkconnectivity client --- .../v1alpha1/2.0.0/README.md | 4 ++-- .../v1alpha1/model/InternalRange.java | 24 +++++++++++++++++++ .../v1alpha1/2.0.0/pom.xml | 4 ++-- .../v1alpha1/README.md | 4 ++-- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/README.md b/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/README.md index fcc94c1aad1..23506793f54 100644 --- a/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/README.md +++ b/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-networkconnectivity - v1alpha1-rev20260422-2.0.0 + v1alpha1-rev20260529-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20260422-2.0.0' + implementation 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20260529-2.0.0' } ``` diff --git a/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/com/google/api/services/networkconnectivity/v1alpha1/model/InternalRange.java b/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/com/google/api/services/networkconnectivity/v1alpha1/model/InternalRange.java index bb6b08546f0..86c97e6b18e 100644 --- a/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/com/google/api/services/networkconnectivity/v1alpha1/model/InternalRange.java +++ b/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/com/google/api/services/networkconnectivity/v1alpha1/model/InternalRange.java @@ -139,6 +139,13 @@ public final class InternalRange extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.lang.Integer prefixLength; + /** + * Output only. Status of the Internal Range. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String rangeStatus; + /** * Optional. Can be set to narrow down or pick a different address space while searching for a * free range. If not set, defaults to the ["10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] @@ -428,6 +435,23 @@ public InternalRange setPrefixLength(java.lang.Integer prefixLength) { return this; } + /** + * Output only. Status of the Internal Range. + * @return value or {@code null} for none + */ + public java.lang.String getRangeStatus() { + return rangeStatus; + } + + /** + * Output only. Status of the Internal Range. + * @param rangeStatus rangeStatus or {@code null} for none + */ + public InternalRange setRangeStatus(java.lang.String rangeStatus) { + this.rangeStatus = rangeStatus; + return this; + } + /** * Optional. Can be set to narrow down or pick a different address space while searching for a * free range. If not set, defaults to the ["10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] diff --git a/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/pom.xml b/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/pom.xml index db64938a9ce..850d9a0af95 100644 --- a/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/pom.xml +++ b/clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-networkconnectivity - v1alpha1-rev20260422-2.0.0 - Network Connectivity API v1alpha1-rev20260422-2.0.0 + v1alpha1-rev20260529-2.0.0 + Network Connectivity API v1alpha1-rev20260529-2.0.0 jar 2011 diff --git a/clients/google-api-services-networkconnectivity/v1alpha1/README.md b/clients/google-api-services-networkconnectivity/v1alpha1/README.md index fcc94c1aad1..23506793f54 100644 --- a/clients/google-api-services-networkconnectivity/v1alpha1/README.md +++ b/clients/google-api-services-networkconnectivity/v1alpha1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-networkconnectivity - v1alpha1-rev20260422-2.0.0 + v1alpha1-rev20260529-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20260422-2.0.0' + implementation 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20260529-2.0.0' } ```