Skip to content

Commit 487e41a

Browse files
1 parent b954880 commit 487e41a

8 files changed

Lines changed: 28 additions & 28 deletions

File tree

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

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ public Get set(String parameterName, Object value) {
462462
}
463463
/**
464464
* Lists information about the supported locations for this service. This method lists locations
465-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
465+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
466466
* locations**: If `name` is empty, the method lists the public locations available to all projects.
467467
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
468468
* lists locations visible to that specific project. This includes public, private, or other
@@ -493,7 +493,7 @@ public class List extends NetworkconnectivityRequest<com.google.api.services.net
493493

494494
/**
495495
* Lists information about the supported locations for this service. This method lists locations
496-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
496+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
497497
* locations**: If `name` is empty, the method lists the public locations available to all
498498
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
499499
* the method lists locations visible to that specific project. This includes public, private, or
@@ -610,22 +610,22 @@ public List setName(java.lang.String name) {
610610
}
611611

612612
/**
613-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
614-
* documented otherwise. This is primarily for internal usage.
613+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
614+
* for internal usage.
615615
*/
616616
@com.google.api.client.util.Key
617617
private java.util.List<java.lang.String> extraLocationTypes;
618618

619-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
620-
otherwise. This is primarily for internal usage.
619+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for
620+
internal usage.
621621
*/
622622
public java.util.List<java.lang.String> getExtraLocationTypes() {
623623
return extraLocationTypes;
624624
}
625625

626626
/**
627-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
628-
* documented otherwise. This is primarily for internal usage.
627+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
628+
* for internal usage.
629629
*/
630630
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
631631
this.extraLocationTypes = extraLocationTypes;

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

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public Get set(String parameterName, Object value) {
314314
}
315315
/**
316316
* Lists information about the supported locations for this service. This method lists locations
317-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
317+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
318318
* locations**: If `name` is empty, the method lists the public locations available to all projects.
319319
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
320320
* lists locations visible to that specific project. This includes public, private, or other
@@ -345,7 +345,7 @@ public class List extends NetworkconnectivityRequest<com.google.api.services.net
345345

346346
/**
347347
* Lists information about the supported locations for this service. This method lists locations
348-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
348+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
349349
* locations**: If `name` is empty, the method lists the public locations available to all
350350
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
351351
* the method lists locations visible to that specific project. This includes public, private, or
@@ -462,22 +462,22 @@ public List setName(java.lang.String name) {
462462
}
463463

464464
/**
465-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
466-
* documented otherwise. This is primarily for internal usage.
465+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
466+
* for internal usage.
467467
*/
468468
@com.google.api.client.util.Key
469469
private java.util.List<java.lang.String> extraLocationTypes;
470470

471-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
472-
otherwise. This is primarily for internal usage.
471+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for
472+
internal usage.
473473
*/
474474
public java.util.List<java.lang.String> getExtraLocationTypes() {
475475
return extraLocationTypes;
476476
}
477477

478478
/**
479-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
480-
* documented otherwise. This is primarily for internal usage.
479+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
480+
* for internal usage.
481481
*/
482482
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
483483
this.extraLocationTypes = extraLocationTypes;

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

0 commit comments

Comments
 (0)