Skip to content

Commit f257872

Browse files
chore: generate libraries at Sat Aug 30 02:29:49 UTC 2025
1 parent ffe518e commit f257872

File tree

51 files changed

+25213
-11002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+25213
-11002
lines changed

java-compute/google-cloud-compute/src/main/resources/META-INF/native-image/com.google.cloud.compute.v1/reflect-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25379,6 +25379,24 @@
2537925379
"allDeclaredClasses": true,
2538025380
"allPublicClasses": true
2538125381
},
25382+
{
25383+
"name": "com.google.cloud.compute.v1.ResourceStatusEffectiveInstanceMetadata",
25384+
"queryAllDeclaredConstructors": true,
25385+
"queryAllPublicConstructors": true,
25386+
"queryAllDeclaredMethods": true,
25387+
"allPublicMethods": true,
25388+
"allDeclaredClasses": true,
25389+
"allPublicClasses": true
25390+
},
25391+
{
25392+
"name": "com.google.cloud.compute.v1.ResourceStatusEffectiveInstanceMetadata$Builder",
25393+
"queryAllDeclaredConstructors": true,
25394+
"queryAllPublicConstructors": true,
25395+
"queryAllDeclaredMethods": true,
25396+
"allPublicMethods": true,
25397+
"allDeclaredClasses": true,
25398+
"allPublicClasses": true
25399+
},
2538225400
{
2538325401
"name": "com.google.cloud.compute.v1.ResourceStatusPhysicalHostTopology",
2538425402
"queryAllDeclaredConstructors": true,

java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendService.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,16 @@ public enum LocalityLbPolicy implements com.google.protobuf.ProtocolMessageEnum
928928
* <code>ROUND_ROBIN = 153895801;</code>
929929
*/
930930
ROUND_ROBIN(153895801),
931+
/**
932+
*
933+
*
934+
* <pre>
935+
* Per-instance weighted Load Balancing via health check reported weights. In internal passthrough network load balancing, it is weighted rendezvous hashing. This option is only supported in internal passthrough network load balancing.
936+
* </pre>
937+
*
938+
* <code>WEIGHTED_GCP_RENDEZVOUS = 82501640;</code>
939+
*/
940+
WEIGHTED_GCP_RENDEZVOUS(82501640),
931941
/**
932942
*
933943
*
@@ -1031,6 +1041,17 @@ public enum LocalityLbPolicy implements com.google.protobuf.ProtocolMessageEnum
10311041
*/
10321042
public static final int ROUND_ROBIN_VALUE = 153895801;
10331043

1044+
/**
1045+
*
1046+
*
1047+
* <pre>
1048+
* Per-instance weighted Load Balancing via health check reported weights. In internal passthrough network load balancing, it is weighted rendezvous hashing. This option is only supported in internal passthrough network load balancing.
1049+
* </pre>
1050+
*
1051+
* <code>WEIGHTED_GCP_RENDEZVOUS = 82501640;</code>
1052+
*/
1053+
public static final int WEIGHTED_GCP_RENDEZVOUS_VALUE = 82501640;
1054+
10341055
/**
10351056
*
10361057
*
@@ -1093,6 +1114,8 @@ public static LocalityLbPolicy forNumber(int value) {
10931114
return RING_HASH;
10941115
case 153895801:
10951116
return ROUND_ROBIN;
1117+
case 82501640:
1118+
return WEIGHTED_GCP_RENDEZVOUS;
10961119
case 254930962:
10971120
return WEIGHTED_MAGLEV;
10981121
case 5584977:

java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/BackendServiceLocalityLoadBalancingPolicyConfigPolicy.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,16 @@ public enum Name implements com.google.protobuf.ProtocolMessageEnum {
151151
* <code>ROUND_ROBIN = 153895801;</code>
152152
*/
153153
ROUND_ROBIN(153895801),
154+
/**
155+
*
156+
*
157+
* <pre>
158+
* Per-instance weighted Load Balancing via health check reported weights. In internal passthrough network load balancing, it is weighted rendezvous hashing. This option is only supported in internal passthrough network load balancing.
159+
* </pre>
160+
*
161+
* <code>WEIGHTED_GCP_RENDEZVOUS = 82501640;</code>
162+
*/
163+
WEIGHTED_GCP_RENDEZVOUS(82501640),
154164
/**
155165
*
156166
*
@@ -254,6 +264,17 @@ public enum Name implements com.google.protobuf.ProtocolMessageEnum {
254264
*/
255265
public static final int ROUND_ROBIN_VALUE = 153895801;
256266

267+
/**
268+
*
269+
*
270+
* <pre>
271+
* Per-instance weighted Load Balancing via health check reported weights. In internal passthrough network load balancing, it is weighted rendezvous hashing. This option is only supported in internal passthrough network load balancing.
272+
* </pre>
273+
*
274+
* <code>WEIGHTED_GCP_RENDEZVOUS = 82501640;</code>
275+
*/
276+
public static final int WEIGHTED_GCP_RENDEZVOUS_VALUE = 82501640;
277+
257278
/**
258279
*
259280
*
@@ -316,6 +337,8 @@ public static Name forNumber(int value) {
316337
return RING_HASH;
317338
case 153895801:
318339
return ROUND_ROBIN;
340+
case 82501640:
341+
return WEIGHTED_GCP_RENDEZVOUS;
319342
case 254930962:
320343
return WEIGHTED_MAGLEV;
321344
case 5584977:

java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/Compute.java

Lines changed: 8048 additions & 8016 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)