Skip to content

Commit 1445182

Browse files
1 parent 4fb838f commit 1445182

21 files changed

+724
-289
lines changed

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

clients/google-api-services-compute/alpha/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
@@ -342,13 +342,13 @@ public final class BackendService extends com.google.api.client.json.GenericJson
342342
* address as the destination address of the incoming connection before the connection was
343343
* redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
344344
* balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
345-
* selection times. For more information about Maglev, see
346-
* https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
347-
* Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
348-
* Backend Service responses are expected to contain non-standard HTTP response header field
349-
* Endpoint-Load-Metrics. The reported metrics to use for computing the weights are specified via
350-
* the customMetrics field. This field is applicable to either: - A regional backend service with
351-
* the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
345+
* selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
346+
* Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
347+
* using weights computed from Backend reported Custom Metrics. If set, the Backend Service
348+
* responses are expected to contain non-standard HTTP response header field Endpoint-Load-
349+
* Metrics. The reported metrics to use for computing the weights are specified via the
350+
* customMetrics field. This field is applicable to either: - A regional backend service with the
351+
* service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
352352
* INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
353353
* INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
354354
* configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -534,7 +534,7 @@ public final class BackendService extends com.google.api.client.json.GenericJson
534534

535535
/**
536536
* URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
537-
* EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
537+
* EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
538538
* The value may be {@code null}.
539539
*/
540540
@com.google.api.client.util.Key
@@ -1314,13 +1314,13 @@ public BackendService setLocalityLbPolicies(java.util.List<BackendServiceLocalit
13141314
* address as the destination address of the incoming connection before the connection was
13151315
* redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
13161316
* balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
1317-
* selection times. For more information about Maglev, see
1318-
* https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
1319-
* Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
1320-
* Backend Service responses are expected to contain non-standard HTTP response header field
1321-
* Endpoint-Load-Metrics. The reported metrics to use for computing the weights are specified via
1322-
* the customMetrics field. This field is applicable to either: - A regional backend service with
1323-
* the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
1317+
* selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
1318+
* Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
1319+
* using weights computed from Backend reported Custom Metrics. If set, the Backend Service
1320+
* responses are expected to contain non-standard HTTP response header field Endpoint-Load-
1321+
* Metrics. The reported metrics to use for computing the weights are specified via the
1322+
* customMetrics field. This field is applicable to either: - A regional backend service with the
1323+
* service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
13241324
* INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
13251325
* INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
13261326
* configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -1347,13 +1347,13 @@ public java.lang.String getLocalityLbPolicy() {
13471347
* address as the destination address of the incoming connection before the connection was
13481348
* redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
13491349
* balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
1350-
* selection times. For more information about Maglev, see
1351-
* https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
1352-
* Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
1353-
* Backend Service responses are expected to contain non-standard HTTP response header field
1354-
* Endpoint-Load-Metrics. The reported metrics to use for computing the weights are specified via
1355-
* the customMetrics field. This field is applicable to either: - A regional backend service with
1356-
* the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
1350+
* selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
1351+
* Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
1352+
* using weights computed from Backend reported Custom Metrics. If set, the Backend Service
1353+
* responses are expected to contain non-standard HTTP response header field Endpoint-Load-
1354+
* Metrics. The reported metrics to use for computing the weights are specified via the
1355+
* customMetrics field. This field is applicable to either: - A regional backend service with the
1356+
* service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
13571357
* INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
13581358
* INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
13591359
* configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -1762,7 +1762,7 @@ public BackendService setServiceBindings(java.util.List<java.lang.String> servic
17621762

17631763
/**
17641764
* URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
1765-
* EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
1765+
* EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
17661766
* @return value or {@code null} for none
17671767
*/
17681768
public java.lang.String getServiceLbPolicy() {
@@ -1771,7 +1771,7 @@ public java.lang.String getServiceLbPolicy() {
17711771

17721772
/**
17731773
* URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
1774-
* EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
1774+
* EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
17751775
* @param serviceLbPolicy serviceLbPolicy or {@code null} for none
17761776
*/
17771777
public BackendService setServiceLbPolicy(java.lang.String serviceLbPolicy) {

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/CompositeHealthCheckAggregatedList.java

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
@SuppressWarnings("javadoc")
3030
public final class CompositeHealthCheckAggregatedList extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* The value may be {@code null}.
34-
*/
35-
@com.google.api.client.util.Key
36-
private java.lang.String etag;
37-
3832
/**
3933
* [Output Only] Unique identifier for the resource; defined by the server.
4034
* The value may be {@code null}.
@@ -73,35 +67,13 @@ public final class CompositeHealthCheckAggregatedList extends com.google.api.cli
7367
@com.google.api.client.util.Key
7468
private java.lang.String selfLink;
7569

76-
/**
77-
* [Output Only] Unreachable resources.
78-
* The value may be {@code null}.
79-
*/
80-
@com.google.api.client.util.Key
81-
private java.util.List<java.lang.String> unreachables;
82-
8370
/**
8471
* [Output Only] Informational warning message.
8572
* The value may be {@code null}.
8673
*/
8774
@com.google.api.client.util.Key
8875
private Warning warning;
8976

90-
/**
91-
* @return value or {@code null} for none
92-
*/
93-
public java.lang.String getEtag() {
94-
return etag;
95-
}
96-
97-
/**
98-
* @param etag etag or {@code null} for none
99-
*/
100-
public CompositeHealthCheckAggregatedList setEtag(java.lang.String etag) {
101-
this.etag = etag;
102-
return this;
103-
}
104-
10577
/**
10678
* [Output Only] Unique identifier for the resource; defined by the server.
10779
* @return value or {@code null} for none
@@ -193,23 +165,6 @@ public CompositeHealthCheckAggregatedList setSelfLink(java.lang.String selfLink)
193165
return this;
194166
}
195167

196-
/**
197-
* [Output Only] Unreachable resources.
198-
* @return value or {@code null} for none
199-
*/
200-
public java.util.List<java.lang.String> getUnreachables() {
201-
return unreachables;
202-
}
203-
204-
/**
205-
* [Output Only] Unreachable resources.
206-
* @param unreachables unreachables or {@code null} for none
207-
*/
208-
public CompositeHealthCheckAggregatedList setUnreachables(java.util.List<java.lang.String> unreachables) {
209-
this.unreachables = unreachables;
210-
return this;
211-
}
212-
213168
/**
214169
* [Output Only] Informational warning message.
215170
* @return value or {@code null} for none

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/CompositeHealthCheckList.java

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
@SuppressWarnings("javadoc")
3030
public final class CompositeHealthCheckList extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* The value may be {@code null}.
34-
*/
35-
@com.google.api.client.util.Key
36-
private java.lang.String etag;
37-
3832
/**
3933
* [Output Only] Unique identifier for the resource; defined by the server.
4034
* The value may be {@code null}.
@@ -80,35 +74,13 @@ public final class CompositeHealthCheckList extends com.google.api.client.json.G
8074
@com.google.api.client.util.Key
8175
private java.lang.String selfLink;
8276

83-
/**
84-
* [Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder
85-
* The value may be {@code null}.
86-
*/
87-
@com.google.api.client.util.Key
88-
private java.util.List<java.lang.String> unreachables;
89-
9077
/**
9178
* [Output Only] Informational warning message.
9279
* The value may be {@code null}.
9380
*/
9481
@com.google.api.client.util.Key
9582
private Warning warning;
9683

97-
/**
98-
* @return value or {@code null} for none
99-
*/
100-
public java.lang.String getEtag() {
101-
return etag;
102-
}
103-
104-
/**
105-
* @param etag etag or {@code null} for none
106-
*/
107-
public CompositeHealthCheckList setEtag(java.lang.String etag) {
108-
this.etag = etag;
109-
return this;
110-
}
111-
11284
/**
11385
* [Output Only] Unique identifier for the resource; defined by the server.
11486
* @return value or {@code null} for none
@@ -202,23 +174,6 @@ public CompositeHealthCheckList setSelfLink(java.lang.String selfLink) {
202174
return this;
203175
}
204176

205-
/**
206-
* [Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder
207-
* @return value or {@code null} for none
208-
*/
209-
public java.util.List<java.lang.String> getUnreachables() {
210-
return unreachables;
211-
}
212-
213-
/**
214-
* [Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder
215-
* @param unreachables unreachables or {@code null} for none
216-
*/
217-
public CompositeHealthCheckList setUnreachables(java.util.List<java.lang.String> unreachables) {
218-
this.unreachables = unreachables;
219-
return this;
220-
}
221-
222177
/**
223178
* [Output Only] Informational warning message.
224179
* @return value or {@code null} for none

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/HealthAggregationPolicyList.java

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
@SuppressWarnings("javadoc")
3030
public final class HealthAggregationPolicyList extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* The value may be {@code null}.
34-
*/
35-
@com.google.api.client.util.Key
36-
private java.lang.String etag;
37-
3832
/**
3933
* [Output Only] Unique identifier for the resource; defined by the server.
4034
* The value may be {@code null}.
@@ -80,35 +74,13 @@ public final class HealthAggregationPolicyList extends com.google.api.client.jso
8074
@com.google.api.client.util.Key
8175
private java.lang.String selfLink;
8276

83-
/**
84-
* [Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder
85-
* The value may be {@code null}.
86-
*/
87-
@com.google.api.client.util.Key
88-
private java.util.List<java.lang.String> unreachables;
89-
9077
/**
9178
* [Output Only] Informational warning message.
9279
* The value may be {@code null}.
9380
*/
9481
@com.google.api.client.util.Key
9582
private Warning warning;
9683

97-
/**
98-
* @return value or {@code null} for none
99-
*/
100-
public java.lang.String getEtag() {
101-
return etag;
102-
}
103-
104-
/**
105-
* @param etag etag or {@code null} for none
106-
*/
107-
public HealthAggregationPolicyList setEtag(java.lang.String etag) {
108-
this.etag = etag;
109-
return this;
110-
}
111-
11284
/**
11385
* [Output Only] Unique identifier for the resource; defined by the server.
11486
* @return value or {@code null} for none
@@ -202,23 +174,6 @@ public HealthAggregationPolicyList setSelfLink(java.lang.String selfLink) {
202174
return this;
203175
}
204176

205-
/**
206-
* [Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder
207-
* @return value or {@code null} for none
208-
*/
209-
public java.util.List<java.lang.String> getUnreachables() {
210-
return unreachables;
211-
}
212-
213-
/**
214-
* [Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder
215-
* @param unreachables unreachables or {@code null} for none
216-
*/
217-
public HealthAggregationPolicyList setUnreachables(java.util.List<java.lang.String> unreachables) {
218-
this.unreachables = unreachables;
219-
return this;
220-
}
221-
222177
/**
223178
* [Output Only] Informational warning message.
224179
* @return value or {@code null} for none

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/HealthSourceAggregatedList.java

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
@SuppressWarnings("javadoc")
3030
public final class HealthSourceAggregatedList extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* The value may be {@code null}.
34-
*/
35-
@com.google.api.client.util.Key
36-
private java.lang.String etag;
37-
3832
/**
3933
* [Output Only] Unique identifier for the resource; defined by the server.
4034
* The value may be {@code null}.
@@ -73,35 +67,13 @@ public final class HealthSourceAggregatedList extends com.google.api.client.json
7367
@com.google.api.client.util.Key
7468
private java.lang.String selfLink;
7569

76-
/**
77-
* [Output Only] Unreachable resources.
78-
* The value may be {@code null}.
79-
*/
80-
@com.google.api.client.util.Key
81-
private java.util.List<java.lang.String> unreachables;
82-
8370
/**
8471
* [Output Only] Informational warning message.
8572
* The value may be {@code null}.
8673
*/
8774
@com.google.api.client.util.Key
8875
private Warning warning;
8976

90-
/**
91-
* @return value or {@code null} for none
92-
*/
93-
public java.lang.String getEtag() {
94-
return etag;
95-
}
96-
97-
/**
98-
* @param etag etag or {@code null} for none
99-
*/
100-
public HealthSourceAggregatedList setEtag(java.lang.String etag) {
101-
this.etag = etag;
102-
return this;
103-
}
104-
10577
/**
10678
* [Output Only] Unique identifier for the resource; defined by the server.
10779
* @return value or {@code null} for none
@@ -193,23 +165,6 @@ public HealthSourceAggregatedList setSelfLink(java.lang.String selfLink) {
193165
return this;
194166
}
195167

196-
/**
197-
* [Output Only] Unreachable resources.
198-
* @return value or {@code null} for none
199-
*/
200-
public java.util.List<java.lang.String> getUnreachables() {
201-
return unreachables;
202-
}
203-
204-
/**
205-
* [Output Only] Unreachable resources.
206-
* @param unreachables unreachables or {@code null} for none
207-
*/
208-
public HealthSourceAggregatedList setUnreachables(java.util.List<java.lang.String> unreachables) {
209-
this.unreachables = unreachables;
210-
return this;
211-
}
212-
213168
/**
214169
* [Output Only] Informational warning message.
215170
* @return value or {@code null} for none

0 commit comments

Comments
 (0)