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: Update Compute Engine API to revision 20240430 #5321

Merged
merged 7 commits into from
May 8, 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
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -4607,6 +4607,8 @@ message Commitment {

ACCELERATOR_OPTIMIZED_A3 = 158574526;

ACCELERATOR_OPTIMIZED_A3_MEGA = 156517459;

COMPUTE_OPTIMIZED = 158349023;

COMPUTE_OPTIMIZED_C2D = 383246453;
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -24133,6 +24135,8 @@ message Quota {

URL_MAPS = 378660743;

VARIABLE_IPV6_PUBLIC_DELEGATED_PREFIXES = 128400161;

VPN_GATEWAYS = 35620282;

VPN_TUNNELS = 104327296;
Expand Down Expand Up @@ -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.
Expand All @@ -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<string, SnapshotSettingsStorageLocationSettingsStorageLocationPreference> locations = 413423454;

// The chosen location policy.
Expand All @@ -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;

}
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions packages/google-cloud-compute/protos/protos.d.ts

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

4 changes: 4 additions & 0 deletions packages/google-cloud-compute/protos/protos.js

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

2 changes: 2 additions & 0 deletions packages/google-cloud-compute/protos/protos.json

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

Loading