Skip to content

Commit 4e019e7

Browse files
feat: [Compute] Update Compute Engine v1 API to revision 20250810 (#1091) (#8550)
* feat: Update Compute Engine v1 API to revision 20250810 (#1091) Source-Link: googleapis/googleapis@3d11d5f Source-Link: googleapis/googleapis-gen@f2c11be Copy-Tag: eyJwIjoiQ29tcHV0ZS8uT3dsQm90LnlhbWwiLCJoIjoiZjJjMTFiZTczNDkxNTQwMzI5NzY0MWIyOTEzZGMyM2Q4NmViNDNkOSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Brent Shaffer <betterbrent@google.com>
1 parent 1c04557 commit 4e019e7

12 files changed

Lines changed: 465 additions & 18 deletions

File tree

Compute/metadata/V1/Compute.php

988 Bytes
Binary file not shown.

Compute/src/V1/BackendService/LocalityLbPolicy.php

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Compute/src/V1/BackendServiceLocalityLoadBalancingPolicyConfigPolicy/Name.php

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Compute/src/V1/Enums/BackendService/LocalityLbPolicy.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ class LocalityLbPolicy
4646

4747
const ROUND_ROBIN = 'ROUND_ROBIN';
4848

49+
const WEIGHTED_GCP_RENDEZVOUS = 'WEIGHTED_GCP_RENDEZVOUS';
50+
4951
const WEIGHTED_MAGLEV = 'WEIGHTED_MAGLEV';
5052

5153
const WEIGHTED_ROUND_ROBIN = 'WEIGHTED_ROUND_ROBIN';

Compute/src/V1/Enums/BackendServiceLocalityLoadBalancingPolicyConfigPolicy/Name.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ class Name
4747

4848
const ROUND_ROBIN = 'ROUND_ROBIN';
4949

50+
const WEIGHTED_GCP_RENDEZVOUS = 'WEIGHTED_GCP_RENDEZVOUS';
51+
5052
const WEIGHTED_MAGLEV = 'WEIGHTED_MAGLEV';
5153

5254
const WEIGHTED_ROUND_ROBIN = 'WEIGHTED_ROUND_ROBIN';

Compute/src/V1/ResourceStatus.php

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)