Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-vpcaccess/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-vpcaccess</artifactId>
<version>v1-rev20250413-2.0.0</version>
<version>v1-rev20250817-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-vpcaccess:v1-rev20250413-2.0.0'
implementation 'com.google.apis:google-api-services-vpcaccess:v1-rev20250817-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,22 +307,22 @@ public List setName(java.lang.String name) {
}

/**
* Optional. A list of extra location types that should be used as conditions for
* controlling the visibility of the locations.
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
* documented otherwise. This is primarily for internal usage.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> extraLocationTypes;

/** Optional. A list of extra location types that should be used as conditions for controlling the
visibility of the locations.
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
otherwise. This is primarily for internal usage.
*/
public java.util.List<java.lang.String> getExtraLocationTypes() {
return extraLocationTypes;
}

/**
* Optional. A list of extra location types that should be used as conditions for
* controlling the visibility of the locations.
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
* documented otherwise. This is primarily for internal usage.
*/
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
this.extraLocationTypes = extraLocationTypes;
Expand Down
12 changes: 6 additions & 6 deletions clients/google-api-services-vpcaccess/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-vpcaccess</artifactId>
<version>v1-rev20250413-2.0.0</version>
<name>Serverless VPC Access API v1-rev20250413-2.0.0</name>
<version>v1-rev20250817-2.0.0</version>
<name>Serverless VPC Access API v1-rev20250817-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down Expand Up @@ -89,9 +89,9 @@
<windowtitle>Serverless VPC Access API ${project.version}</windowtitle>
<links>
<link>http://docs.oracle.com/javase/7/docs/api</link>
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
<link>https://googleapis.dev/java/google-http-client/${httpClientLibrary}/</link>
<link>https://googleapis.dev/java/google-oauth-client/${oauthClientLibrary}/</link>
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
</links>
</configuration>
</plugin>
Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.8.0</version>
<version>2.7.2</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-vpcaccess/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-vpcaccess</artifactId>
<version>v1-rev20250413-2.0.0</version>
<version>v1-rev20250817-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-vpcaccess:v1-rev20250413-2.0.0'
implementation 'com.google.apis:google-api-services-vpcaccess:v1-rev20250817-2.0.0'
}
```

Expand Down
8 changes: 4 additions & 4 deletions clients/google-api-services-vpcaccess/v1beta1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
<windowtitle>Serverless VPC Access API ${project.version}</windowtitle>
<links>
<link>http://docs.oracle.com/javase/7/docs/api</link>
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
<link>https://googleapis.dev/java/google-http-client/${httpClientLibrary}/</link>
<link>https://googleapis.dev/java/google-oauth-client/${oauthClientLibrary}/</link>
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
</links>
</configuration>
</plugin>
Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.8.0</version>
<version>2.7.2</version>
</dependency>
</dependencies>

Expand Down