Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [Compute] Update Compute Engine API to revision 20240430 (#900) #7297

Merged
merged 4 commits into from
May 10, 2024
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
Binary file modified Compute/metadata/V1/Compute.php
Binary file not shown.
8 changes: 4 additions & 4 deletions Compute/src/V1/AccessConfig.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Compute/src/V1/Commitment/Type.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Compute/src/V1/Enums/Commitment/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class Type

const ACCELERATOR_OPTIMIZED_A3 = 'ACCELERATOR_OPTIMIZED_A3';

const ACCELERATOR_OPTIMIZED_A3_MEGA = 'ACCELERATOR_OPTIMIZED_A3_MEGA';

const COMPUTE_OPTIMIZED = 'COMPUTE_OPTIMIZED';

const COMPUTE_OPTIMIZED_C2D = 'COMPUTE_OPTIMIZED_C2D';
Expand Down
2 changes: 2 additions & 0 deletions Compute/src/V1/Enums/Quota/Metric.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ class Metric

const URL_MAPS = 'URL_MAPS';

const VARIABLE_IPV6_PUBLIC_DELEGATED_PREFIXES = 'VARIABLE_IPV6_PUBLIC_DELEGATED_PREFIXES';

const VPN_GATEWAYS = 'VPN_GATEWAYS';

const VPN_TUNNELS = 'VPN_TUNNELS';
Expand Down
8 changes: 4 additions & 4 deletions Compute/src/V1/HTTP2HealthCheck.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Compute/src/V1/HTTPHealthCheck.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Compute/src/V1/HTTPSHealthCheck.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Compute/src/V1/Quota/Metric.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Compute/src/V1/SnapshotSettingsStorageLocationSettings.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading