Skip to content

Commit ecba8f3

Browse files
1 parent 0ad692a commit ecba8f3

8 files changed

Lines changed: 28 additions & 28 deletions

File tree

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

clients/google-api-services-vpcaccess/v1/2.0.0/com/google/api/services/vpcaccess/v1/ServerlessVPCAccess.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public class Locations {
175175

176176
/**
177177
* Lists information about the supported locations for this service. This method lists locations
178-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
178+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
179179
* locations**: If `name` is empty, the method lists the public locations available to all projects.
180180
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
181181
* lists locations visible to that specific project. This includes public, private, or other
@@ -206,7 +206,7 @@ public class List extends ServerlessVPCAccessRequest<com.google.api.services.vpc
206206

207207
/**
208208
* Lists information about the supported locations for this service. This method lists locations
209-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
209+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
210210
* locations**: If `name` is empty, the method lists the public locations available to all
211211
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
212212
* the method lists locations visible to that specific project. This includes public, private, or
@@ -322,22 +322,22 @@ public List setName(java.lang.String name) {
322322
}
323323

324324
/**
325-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
326-
* documented otherwise. This is primarily for internal usage.
325+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
326+
* for internal usage.
327327
*/
328328
@com.google.api.client.util.Key
329329
private java.util.List<java.lang.String> extraLocationTypes;
330330

331-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
332-
otherwise. This is primarily for internal usage.
331+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for
332+
internal usage.
333333
*/
334334
public java.util.List<java.lang.String> getExtraLocationTypes() {
335335
return extraLocationTypes;
336336
}
337337

338338
/**
339-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
340-
* documented otherwise. This is primarily for internal usage.
339+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
340+
* for internal usage.
341341
*/
342342
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
343343
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-vpcaccess/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-vpcaccess</artifactId>
11-
<version>v1-rev20260322-2.0.0</version>
12-
<name>Serverless VPC Access API v1-rev20260322-2.0.0</name>
11+
<version>v1-rev20260503-2.0.0</version>
12+
<name>Serverless VPC Access API v1-rev20260503-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-vpcaccess/v1beta1/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-vpcaccess</artifactId>
25-
<version>v1beta1-rev20260322-2.0.0</version>
25+
<version>v1beta1-rev20260503-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-vpcaccess:v1beta1-rev20260322-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vpcaccess:v1beta1-rev20260503-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-vpcaccess/v1beta1/2.0.0/com/google/api/services/vpcaccess/v1beta1/ServerlessVPCAccess.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public class Locations {
175175

176176
/**
177177
* Lists information about the supported locations for this service. This method lists locations
178-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
178+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
179179
* locations**: If `name` is empty, the method lists the public locations available to all projects.
180180
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
181181
* lists locations visible to that specific project. This includes public, private, or other
@@ -206,7 +206,7 @@ public class List extends ServerlessVPCAccessRequest<com.google.api.services.vpc
206206

207207
/**
208208
* Lists information about the supported locations for this service. This method lists locations
209-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
209+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
210210
* locations**: If `name` is empty, the method lists the public locations available to all
211211
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
212212
* the method lists locations visible to that specific project. This includes public, private, or
@@ -322,22 +322,22 @@ public List setName(java.lang.String name) {
322322
}
323323

324324
/**
325-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
326-
* documented otherwise. This is primarily for internal usage.
325+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
326+
* for internal usage.
327327
*/
328328
@com.google.api.client.util.Key
329329
private java.util.List<java.lang.String> extraLocationTypes;
330330

331-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
332-
otherwise. This is primarily for internal usage.
331+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for
332+
internal usage.
333333
*/
334334
public java.util.List<java.lang.String> getExtraLocationTypes() {
335335
return extraLocationTypes;
336336
}
337337

338338
/**
339-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
340-
* documented otherwise. This is primarily for internal usage.
339+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
340+
* for internal usage.
341341
*/
342342
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
343343
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-vpcaccess/v1beta1/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-vpcaccess</artifactId>
11-
<version>v1beta1-rev20260322-2.0.0</version>
12-
<name>Serverless VPC Access API v1beta1-rev20260322-2.0.0</name>
11+
<version>v1beta1-rev20260503-2.0.0</version>
12+
<name>Serverless VPC Access API v1beta1-rev20260503-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-vpcaccess/v1beta1/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-vpcaccess</artifactId>
25-
<version>v1beta1-rev20260322-2.0.0</version>
25+
<version>v1beta1-rev20260503-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-vpcaccess:v1beta1-rev20260322-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vpcaccess:v1beta1-rev20260503-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)