Skip to content

Commit 7b31c04

Browse files
1 parent 69da761 commit 7b31c04

File tree

9 files changed

+27
-21
lines changed

9 files changed

+27
-21
lines changed

clients/google-api-services-networkconnectivity/v1/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>v1-rev20250101-2.0.0</version>
25+
<version>v1-rev20250110-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:v1-rev20250101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20250110-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
6363
private java.util.Map<String, java.lang.String> labels;
6464

6565
/**
66-
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
66+
* Optional. Must be present if usage is set to FOR_MIGRATION.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -223,15 +223,15 @@ public InternalRange setLabels(java.util.Map<String, java.lang.String> labels) {
223223
}
224224

225225
/**
226-
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
226+
* Optional. Must be present if usage is set to FOR_MIGRATION.
227227
* @return value or {@code null} for none
228228
*/
229229
public Migration getMigration() {
230230
return migration;
231231
}
232232

233233
/**
234-
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
234+
* Optional. Must be present if usage is set to FOR_MIGRATION.
235235
* @param migration migration or {@code null} for none
236236
*/
237237
public InternalRange setMigration(Migration migration) {

clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/LinkedVpcNetwork.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ public final class LinkedVpcNetwork extends com.google.api.client.json.GenericJs
4747
/**
4848
* Output only. The list of Producer VPC spokes that this VPC spoke is a service consumer VPC
4949
* spoke for. These producer VPCs are connected through VPC peering to this spoke's backing VPC
50-
* network.
50+
* network. Because they are directly connected throuh VPC peering, NCC export filters do not
51+
* apply between the service consumer VPC spoke and any of its producer VPC spokes. This VPC spoke
52+
* cannot be deleted as long as any of these producer VPC spokes are connected to the NCC Hub.
5153
* The value may be {@code null}.
5254
*/
5355
@com.google.api.client.util.Key
@@ -97,7 +99,9 @@ public LinkedVpcNetwork setIncludeExportRanges(java.util.List<java.lang.String>
9799
/**
98100
* Output only. The list of Producer VPC spokes that this VPC spoke is a service consumer VPC
99101
* spoke for. These producer VPCs are connected through VPC peering to this spoke's backing VPC
100-
* network.
102+
* network. Because they are directly connected throuh VPC peering, NCC export filters do not
103+
* apply between the service consumer VPC spoke and any of its producer VPC spokes. This VPC spoke
104+
* cannot be deleted as long as any of these producer VPC spokes are connected to the NCC Hub.
101105
* @return value or {@code null} for none
102106
*/
103107
public java.util.List<java.lang.String> getProducerVpcSpokes() {
@@ -107,7 +111,9 @@ public java.util.List<java.lang.String> getProducerVpcSpokes() {
107111
/**
108112
* Output only. The list of Producer VPC spokes that this VPC spoke is a service consumer VPC
109113
* spoke for. These producer VPCs are connected through VPC peering to this spoke's backing VPC
110-
* network.
114+
* network. Because they are directly connected throuh VPC peering, NCC export filters do not
115+
* apply between the service consumer VPC spoke and any of its producer VPC spokes. This VPC spoke
116+
* cannot be deleted as long as any of these producer VPC spokes are connected to the NCC Hub.
111117
* @param producerVpcSpokes producerVpcSpokes or {@code null} for none
112118
*/
113119
public LinkedVpcNetwork setProducerVpcSpokes(java.util.List<java.lang.String> producerVpcSpokes) {

clients/google-api-services-networkconnectivity/v1/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>v1-rev20250101-2.0.0</version>
12-
<name>Network Connectivity API v1-rev20250101-2.0.0</name>
11+
<version>v1-rev20250110-2.0.0</version>
12+
<name>Network Connectivity API v1-rev20250110-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-networkconnectivity/v1/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>v1-rev20250101-2.0.0</version>
25+
<version>v1-rev20250110-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:v1-rev20250101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20250110-2.0.0'
3939
}
4040
```
4141

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-rev20250101-2.0.0</version>
25+
<version>v1alpha1-rev20250110-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-rev20250101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20250110-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
7171
private java.util.Map<String, java.lang.String> labels;
7272

7373
/**
74-
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
74+
* Optional. Must be present if usage is set to FOR_MIGRATION.
7575
* The value may be {@code null}.
7676
*/
7777
@com.google.api.client.util.Key
@@ -250,15 +250,15 @@ public InternalRange setLabels(java.util.Map<String, java.lang.String> labels) {
250250
}
251251

252252
/**
253-
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
253+
* Optional. Must be present if usage is set to FOR_MIGRATION.
254254
* @return value or {@code null} for none
255255
*/
256256
public Migration getMigration() {
257257
return migration;
258258
}
259259

260260
/**
261-
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
261+
* Optional. Must be present if usage is set to FOR_MIGRATION.
262262
* @param migration migration or {@code null} for none
263263
*/
264264
public InternalRange setMigration(Migration migration) {

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-rev20250101-2.0.0</version>
12-
<name>Network Connectivity API v1alpha1-rev20250101-2.0.0</name>
11+
<version>v1alpha1-rev20250110-2.0.0</version>
12+
<name>Network Connectivity API v1alpha1-rev20250110-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-rev20250101-2.0.0</version>
25+
<version>v1alpha1-rev20250110-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-rev20250101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20250110-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)