Skip to content

Commit 72d5082

Browse files
1 parent 3cdc6eb commit 72d5082

File tree

7 files changed

+41
-41
lines changed

7 files changed

+41
-41
lines changed

clients/google-api-services-compute/alpha/2.0.0/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<windowtitle>Compute Engine API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

clients/google-api-services-compute/beta/2.0.0/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<windowtitle>Compute Engine API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

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

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/BackendService.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,13 @@ public final class BackendService extends com.google.api.client.json.GenericJson
325325
* address as the destination address of the incoming connection before the connection was
326326
* redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
327327
* balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
328-
* selection times. For more information about Maglev, see
329-
* https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
330-
* Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
331-
* Backend Service responses are expected to contain non-standard HTTP response header field
332-
* Endpoint-Load-Metrics. The reported metrics to use for computing the weights are specified via
333-
* the customMetrics field. This field is applicable to either: - A regional backend service with
334-
* the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
328+
* selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
329+
* Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
330+
* using weights computed from Backend reported Custom Metrics. If set, the Backend Service
331+
* responses are expected to contain non-standard HTTP response header field Endpoint-Load-
332+
* Metrics. The reported metrics to use for computing the weights are specified via the
333+
* customMetrics field. This field is applicable to either: - A regional backend service with the
334+
* service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
335335
* INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
336336
* INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
337337
* configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -502,7 +502,7 @@ public final class BackendService extends com.google.api.client.json.GenericJson
502502

503503
/**
504504
* URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
505-
* EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
505+
* EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
506506
* The value may be {@code null}.
507507
*/
508508
@com.google.api.client.util.Key
@@ -1230,13 +1230,13 @@ public BackendService setLocalityLbPolicies(java.util.List<BackendServiceLocalit
12301230
* address as the destination address of the incoming connection before the connection was
12311231
* redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
12321232
* balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
1233-
* selection times. For more information about Maglev, see
1234-
* https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
1235-
* Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
1236-
* Backend Service responses are expected to contain non-standard HTTP response header field
1237-
* Endpoint-Load-Metrics. The reported metrics to use for computing the weights are specified via
1238-
* the customMetrics field. This field is applicable to either: - A regional backend service with
1239-
* the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
1233+
* selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
1234+
* Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
1235+
* using weights computed from Backend reported Custom Metrics. If set, the Backend Service
1236+
* responses are expected to contain non-standard HTTP response header field Endpoint-Load-
1237+
* Metrics. The reported metrics to use for computing the weights are specified via the
1238+
* customMetrics field. This field is applicable to either: - A regional backend service with the
1239+
* service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
12401240
* INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
12411241
* INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
12421242
* configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -1263,13 +1263,13 @@ public java.lang.String getLocalityLbPolicy() {
12631263
* address as the destination address of the incoming connection before the connection was
12641264
* redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
12651265
* balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
1266-
* selection times. For more information about Maglev, see
1267-
* https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
1268-
* Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
1269-
* Backend Service responses are expected to contain non-standard HTTP response header field
1270-
* Endpoint-Load-Metrics. The reported metrics to use for computing the weights are specified via
1271-
* the customMetrics field. This field is applicable to either: - A regional backend service with
1272-
* the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
1266+
* selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
1267+
* Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
1268+
* using weights computed from Backend reported Custom Metrics. If set, the Backend Service
1269+
* responses are expected to contain non-standard HTTP response header field Endpoint-Load-
1270+
* Metrics. The reported metrics to use for computing the weights are specified via the
1271+
* customMetrics field. This field is applicable to either: - A regional backend service with the
1272+
* service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
12731273
* INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
12741274
* INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
12751275
* configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -1642,7 +1642,7 @@ public BackendService setServiceBindings(java.util.List<java.lang.String> servic
16421642

16431643
/**
16441644
* URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
1645-
* EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
1645+
* EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
16461646
* @return value or {@code null} for none
16471647
*/
16481648
public java.lang.String getServiceLbPolicy() {
@@ -1651,7 +1651,7 @@ public java.lang.String getServiceLbPolicy() {
16511651

16521652
/**
16531653
* URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
1654-
* EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
1654+
* EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
16551655
* @param serviceLbPolicy serviceLbPolicy or {@code null} for none
16561656
*/
16571657
public BackendService setServiceLbPolicy(java.lang.String serviceLbPolicy) {

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/TargetHttpsProxy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
* Represents a Target HTTPS Proxy resource. Google Compute Engine has two Target HTTPS Proxy
2121
* resources: * [Global](/compute/docs/reference/rest/v1/targetHttpsProxies) *
2222
* [Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies) A target HTTPS proxy is a
23-
* component of Google Cloud HTTPS load balancers. * targetHttpProxies are used by global external
23+
* component of Google Cloud HTTPS load balancers. * targetHttpsProxies are used by global external
2424
* Application Load Balancers, classic Application Load Balancers, cross-region internal Application
25-
* Load Balancers, and Traffic Director. * regionTargetHttpProxies are used by regional internal
25+
* Load Balancers, and Traffic Director. * regionTargetHttpsProxies are used by regional internal
2626
* Application Load Balancers and regional external Application Load Balancers. Forwarding rules
2727
* reference a target HTTPS proxy, and the target proxy then references a URL map. For more
2828
* information, read Using Target Proxies and Forwarding rule concepts.

clients/google-api-services-compute/v1/2.0.0/pom.xml

Lines changed: 5 additions & 5 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-compute</artifactId>
11-
<version>v1-rev20250729-2.0.0</version>
12-
<name>Compute Engine API v1-rev20250729-2.0.0</name>
11+
<version>v1-rev20250807-2.0.0</version>
12+
<name>Compute Engine API v1-rev20250807-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Compute Engine API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

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

0 commit comments

Comments
 (0)