From 7f22a197fbb5c377bf0d0404f64ad6c0a56f803a Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 14:32:10 -0700 Subject: [PATCH] feat: Update Compute Engine API to revision 20240430 (#5321) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Update Compute Engine API to revision 20240430 (#900) Source-Link: https://github.com/googleapis/googleapis/commit/38205620f29bc0933472f22eb3bfe32d2cfc0f8a Source-Link: https://github.com/googleapis/googleapis-gen/commit/a2cd2c3bacbf9aecf7dd1f88450a6a1457e2438a Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImEyY2QyYzNiYWNiZjlhZWNmN2RkMWY4ODQ1MGE2YTE0NTdlMjQzOGEifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: update copyright year for auto-generated protos PiperOrigin-RevId: 631538781 Source-Link: https://github.com/googleapis/googleapis/commit/3597f7db2191c00b100400991ef96e52d62f5841 Source-Link: https://github.com/googleapis/googleapis-gen/commit/8021fdf8d66f6005519c044d5834124b677dc919 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjgwMjFmZGY4ZDY2ZjYwMDU1MTljMDQ0ZDU4MzQxMjRiNjc3ZGM5MTkifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md PiperOrigin-RevId: 631557549 Source-Link: https://github.com/googleapis/googleapis/commit/3d50414a7ff3f0b8ffe8ad7858257396e4f18131 Source-Link: https://github.com/googleapis/googleapis-gen/commit/5ce63d4e636a975175bde2d16c15e70dd5a81ff4 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjVjZTYzZDRlNjM2YTk3NTE3NWJkZTJkMTZjMTVlNzBkZDVhODFmZjQifQ== * 🦉 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 Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com> --- .../google/cloud/compute/v1/compute.proto | 20 +++++++++++-------- .../google/cloud/extended_operations.proto | 2 +- .../google-cloud-compute/protos/protos.d.ts | 2 ++ .../google-cloud-compute/protos/protos.js | 4 ++++ .../google-cloud-compute/protos/protos.json | 2 ++ 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/packages/google-cloud-compute/protos/google/cloud/compute/v1/compute.proto b/packages/google-cloud-compute/protos/google/cloud/compute/v1/compute.proto index 30138cb26df..bc5c257cc47 100644 --- a/packages/google-cloud-compute/protos/google/cloud/compute/v1/compute.proto +++ b/packages/google-cloud-compute/protos/google/cloud/compute/v1/compute.proto @@ -14,7 +14,7 @@ // Generated by the disco-to-proto3-converter. DO NOT EDIT! // Source Discovery file: compute.v1.json -// Source file revision: 20240421 +// Source file revision: 20240430 // API name: compute // API version: v1 @@ -267,7 +267,7 @@ message AccessConfig { // Check the NetworkTier enum for the list of possible values. optional string network_tier = 517397843; - // The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is enabled in accessConfig. If this field is unspecified in ipv6AccessConfig, a default PTR record will be createc for first IP in associated external IPv6 range. + // The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is enabled in accessConfig. If this field is unspecified in ipv6AccessConfig, a default PTR record will be created for first IP in associated external IPv6 range. optional string public_ptr_domain_name = 316599167; // [Output Only] The resource URL for the security policy associated with this access config. @@ -4607,6 +4607,8 @@ message Commitment { ACCELERATOR_OPTIMIZED_A3 = 158574526; + ACCELERATOR_OPTIMIZED_A3_MEGA = 156517459; + COMPUTE_OPTIMIZED = 158349023; COMPUTE_OPTIMIZED_C2D = 383246453; @@ -10572,7 +10574,7 @@ message HTTP2HealthCheck { // Check the ProxyHeader enum for the list of possible values. optional string proxy_header = 160374142; - // The request path of the HTTP/2 health check request. The default value is /. + // The request path of the HTTP/2 health check request. The default value is /. Must comply with RFC3986. optional string request_path = 229403605; // Creates a content-based HTTP/2 health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http @@ -10626,7 +10628,7 @@ message HTTPHealthCheck { // Check the ProxyHeader enum for the list of possible values. optional string proxy_header = 160374142; - // The request path of the HTTP health check request. The default value is /. + // The request path of the HTTP health check request. The default value is /. Must comply with RFC3986. optional string request_path = 229403605; // Creates a content-based HTTP health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http @@ -10680,7 +10682,7 @@ message HTTPSHealthCheck { // Check the ProxyHeader enum for the list of possible values. optional string proxy_header = 160374142; - // The request path of the HTTPS health check request. The default value is /. + // The request path of the HTTPS health check request. The default value is /. Must comply with RFC3986. optional string request_path = 229403605; // Creates a content-based HTTPS health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http @@ -24133,6 +24135,8 @@ message Quota { URL_MAPS = 378660743; + VARIABLE_IPV6_PUBLIC_DELEGATED_PREFIXES = 128400161; + VPN_GATEWAYS = 35620282; VPN_TUNNELS = 104327296; @@ -30415,7 +30419,7 @@ message SnapshotSettingsStorageLocationSettings { // Store snapshot in the same region as with the originating disk. No additional parameters are needed. LOCAL_REGION = 403535464; - // Store snapshot to the nearest multi region GCS bucket, relative to the originating disk. No additional parameters are needed. + // Store snapshot in the nearest multi region Cloud Storage bucket, relative to the originating disk. No additional parameters are needed. NEAREST_MULTI_REGION = 212467515; // Store snapshot in the specific locations, as specified by the user. The list of regions to store must be defined under the `locations` field. @@ -30425,7 +30429,7 @@ message SnapshotSettingsStorageLocationSettings { } - // When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are GCS bucket locations. + // When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are Cloud Storage bucket locations. Only one location can be specified. map locations = 413423454; // The chosen location policy. @@ -30436,7 +30440,7 @@ message SnapshotSettingsStorageLocationSettings { // A structure for specifying storage locations. message SnapshotSettingsStorageLocationSettingsStorageLocationPreference { - // Name of the location. It should be one of the GCS buckets. + // Name of the location. It should be one of the Cloud Storage buckets. Only one location can be specified. optional string name = 3373707; } diff --git a/packages/google-cloud-compute/protos/google/cloud/extended_operations.proto b/packages/google-cloud-compute/protos/google/cloud/extended_operations.proto index 1477d2d69a6..2f86c3745d6 100644 --- a/packages/google-cloud-compute/protos/google/cloud/extended_operations.proto +++ b/packages/google-cloud-compute/protos/google/cloud/extended_operations.proto @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC. +// Copyright 2024 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/packages/google-cloud-compute/protos/protos.d.ts b/packages/google-cloud-compute/protos/protos.d.ts index 0608a55ef16..c3d86ec3e26 100644 --- a/packages/google-cloud-compute/protos/protos.d.ts +++ b/packages/google-cloud-compute/protos/protos.d.ts @@ -27127,6 +27127,7 @@ export namespace google { UNDEFINED_TYPE = 0, ACCELERATOR_OPTIMIZED = 280848403, ACCELERATOR_OPTIMIZED_A3 = 158574526, + ACCELERATOR_OPTIMIZED_A3_MEGA = 156517459, COMPUTE_OPTIMIZED = 158349023, COMPUTE_OPTIMIZED_C2D = 383246453, COMPUTE_OPTIMIZED_C3 = 428004784, @@ -138070,6 +138071,7 @@ export namespace google { TPU_LITE_PODSLICE_V5 = 12708294, TPU_PODSLICE_V4 = 214467530, URL_MAPS = 378660743, + VARIABLE_IPV6_PUBLIC_DELEGATED_PREFIXES = 128400161, VPN_GATEWAYS = 35620282, VPN_TUNNELS = 104327296, XPN_SERVICE_PROJECTS = 95191981 diff --git a/packages/google-cloud-compute/protos/protos.js b/packages/google-cloud-compute/protos/protos.js index c36a1de6e1f..20a2edf3866 100644 --- a/packages/google-cloud-compute/protos/protos.js +++ b/packages/google-cloud-compute/protos/protos.js @@ -78279,6 +78279,7 @@ * @property {number} UNDEFINED_TYPE=0 UNDEFINED_TYPE value * @property {number} ACCELERATOR_OPTIMIZED=280848403 ACCELERATOR_OPTIMIZED value * @property {number} ACCELERATOR_OPTIMIZED_A3=158574526 ACCELERATOR_OPTIMIZED_A3 value + * @property {number} ACCELERATOR_OPTIMIZED_A3_MEGA=156517459 ACCELERATOR_OPTIMIZED_A3_MEGA value * @property {number} COMPUTE_OPTIMIZED=158349023 COMPUTE_OPTIMIZED value * @property {number} COMPUTE_OPTIMIZED_C2D=383246453 COMPUTE_OPTIMIZED_C2D value * @property {number} COMPUTE_OPTIMIZED_C3=428004784 COMPUTE_OPTIMIZED_C3 value @@ -78301,6 +78302,7 @@ values[valuesById[0] = "UNDEFINED_TYPE"] = 0; values[valuesById[280848403] = "ACCELERATOR_OPTIMIZED"] = 280848403; values[valuesById[158574526] = "ACCELERATOR_OPTIMIZED_A3"] = 158574526; + values[valuesById[156517459] = "ACCELERATOR_OPTIMIZED_A3_MEGA"] = 156517459; values[valuesById[158349023] = "COMPUTE_OPTIMIZED"] = 158349023; values[valuesById[383246453] = "COMPUTE_OPTIMIZED_C2D"] = 383246453; values[valuesById[428004784] = "COMPUTE_OPTIMIZED_C3"] = 428004784; @@ -376698,6 +376700,7 @@ * @property {number} TPU_LITE_PODSLICE_V5=12708294 TPU_LITE_PODSLICE_V5 value * @property {number} TPU_PODSLICE_V4=214467530 TPU_PODSLICE_V4 value * @property {number} URL_MAPS=378660743 URL_MAPS value + * @property {number} VARIABLE_IPV6_PUBLIC_DELEGATED_PREFIXES=128400161 VARIABLE_IPV6_PUBLIC_DELEGATED_PREFIXES value * @property {number} VPN_GATEWAYS=35620282 VPN_GATEWAYS value * @property {number} VPN_TUNNELS=104327296 VPN_TUNNELS value * @property {number} XPN_SERVICE_PROJECTS=95191981 XPN_SERVICE_PROJECTS value @@ -376865,6 +376868,7 @@ values[valuesById[12708294] = "TPU_LITE_PODSLICE_V5"] = 12708294; values[valuesById[214467530] = "TPU_PODSLICE_V4"] = 214467530; values[valuesById[378660743] = "URL_MAPS"] = 378660743; + values[valuesById[128400161] = "VARIABLE_IPV6_PUBLIC_DELEGATED_PREFIXES"] = 128400161; values[valuesById[35620282] = "VPN_GATEWAYS"] = 35620282; values[valuesById[104327296] = "VPN_TUNNELS"] = 104327296; values[valuesById[95191981] = "XPN_SERVICE_PROJECTS"] = 95191981; diff --git a/packages/google-cloud-compute/protos/protos.json b/packages/google-cloud-compute/protos/protos.json index da483098d35..fa92c93700a 100644 --- a/packages/google-cloud-compute/protos/protos.json +++ b/packages/google-cloud-compute/protos/protos.json @@ -13054,6 +13054,7 @@ "UNDEFINED_TYPE": 0, "ACCELERATOR_OPTIMIZED": 280848403, "ACCELERATOR_OPTIMIZED_A3": 158574526, + "ACCELERATOR_OPTIMIZED_A3_MEGA": 156517459, "COMPUTE_OPTIMIZED": 158349023, "COMPUTE_OPTIMIZED_C2D": 383246453, "COMPUTE_OPTIMIZED_C3": 428004784, @@ -59079,6 +59080,7 @@ "TPU_LITE_PODSLICE_V5": 12708294, "TPU_PODSLICE_V4": 214467530, "URL_MAPS": 378660743, + "VARIABLE_IPV6_PUBLIC_DELEGATED_PREFIXES": 128400161, "VPN_GATEWAYS": 35620282, "VPN_TUNNELS": 104327296, "XPN_SERVICE_PROJECTS": 95191981