Skip to content

Commit c43db4c

Browse files
1 parent cc9e924 commit c43db4c

4 files changed

Lines changed: 30 additions & 6 deletions

File tree

clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-networkconnectivity</artifactId>
25-
<version>v1alpha1-rev20260422-2.0.0</version>
25+
<version>v1alpha1-rev20260529-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20260422-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20260529-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/com/google/api/services/networkconnectivity/v1alpha1/model/InternalRange.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
139139
@com.google.api.client.util.Key
140140
private java.lang.Integer prefixLength;
141141

142+
/**
143+
* Output only. Status of the Internal Range.
144+
* The value may be {@code null}.
145+
*/
146+
@com.google.api.client.util.Key
147+
private java.lang.String rangeStatus;
148+
142149
/**
143150
* Optional. Can be set to narrow down or pick a different address space while searching for a
144151
* 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) {
428435
return this;
429436
}
430437

438+
/**
439+
* Output only. Status of the Internal Range.
440+
* @return value or {@code null} for none
441+
*/
442+
public java.lang.String getRangeStatus() {
443+
return rangeStatus;
444+
}
445+
446+
/**
447+
* Output only. Status of the Internal Range.
448+
* @param rangeStatus rangeStatus or {@code null} for none
449+
*/
450+
public InternalRange setRangeStatus(java.lang.String rangeStatus) {
451+
this.rangeStatus = rangeStatus;
452+
return this;
453+
}
454+
431455
/**
432456
* Optional. Can be set to narrow down or pick a different address space while searching for a
433457
* free range. If not set, defaults to the ["10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]

clients/google-api-services-networkconnectivity/v1alpha1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-networkconnectivity</artifactId>
11-
<version>v1alpha1-rev20260422-2.0.0</version>
12-
<name>Network Connectivity API v1alpha1-rev20260422-2.0.0</name>
11+
<version>v1alpha1-rev20260529-2.0.0</version>
12+
<name>Network Connectivity API v1alpha1-rev20260529-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-networkconnectivity/v1alpha1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-networkconnectivity</artifactId>
25-
<version>v1alpha1-rev20260422-2.0.0</version>
25+
<version>v1alpha1-rev20260529-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20260422-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20260529-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)