Skip to content

Commit 3820562

Browse files
feat: Update Compute Engine API to revision 20240430 (#900)
1 parent e0c0740 commit 3820562

3 files changed

Lines changed: 79865 additions & 79857 deletions

File tree

google/cloud/compute/v1/compute.proto

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// Generated by the disco-to-proto3-converter. DO NOT EDIT!
1616
// Source Discovery file: compute.v1.json
17-
// Source file revision: 20240421
17+
// Source file revision: 20240430
1818
// API name: compute
1919
// API version: v1
2020

@@ -267,7 +267,7 @@ message AccessConfig {
267267
// Check the NetworkTier enum for the list of possible values.
268268
optional string network_tier = 517397843;
269269

270-
// 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.
270+
// 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.
271271
optional string public_ptr_domain_name = 316599167;
272272

273273
// [Output Only] The resource URL for the security policy associated with this access config.
@@ -4607,6 +4607,8 @@ message Commitment {
46074607

46084608
ACCELERATOR_OPTIMIZED_A3 = 158574526;
46094609

4610+
ACCELERATOR_OPTIMIZED_A3_MEGA = 156517459;
4611+
46104612
COMPUTE_OPTIMIZED = 158349023;
46114613

46124614
COMPUTE_OPTIMIZED_C2D = 383246453;
@@ -10572,7 +10574,7 @@ message HTTP2HealthCheck {
1057210574
// Check the ProxyHeader enum for the list of possible values.
1057310575
optional string proxy_header = 160374142;
1057410576

10575-
// The request path of the HTTP/2 health check request. The default value is /.
10577+
// The request path of the HTTP/2 health check request. The default value is /. Must comply with RFC3986.
1057610578
optional string request_path = 229403605;
1057710579

1057810580
// 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 {
1062610628
// Check the ProxyHeader enum for the list of possible values.
1062710629
optional string proxy_header = 160374142;
1062810630

10629-
// The request path of the HTTP health check request. The default value is /.
10631+
// The request path of the HTTP health check request. The default value is /. Must comply with RFC3986.
1063010632
optional string request_path = 229403605;
1063110633

1063210634
// 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 {
1068010682
// Check the ProxyHeader enum for the list of possible values.
1068110683
optional string proxy_header = 160374142;
1068210684

10683-
// The request path of the HTTPS health check request. The default value is /.
10685+
// The request path of the HTTPS health check request. The default value is /. Must comply with RFC3986.
1068410686
optional string request_path = 229403605;
1068510687

1068610688
// 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 {
2413324135

2413424136
URL_MAPS = 378660743;
2413524137

24138+
VARIABLE_IPV6_PUBLIC_DELEGATED_PREFIXES = 128400161;
24139+
2413624140
VPN_GATEWAYS = 35620282;
2413724141

2413824142
VPN_TUNNELS = 104327296;
@@ -30415,7 +30419,7 @@ message SnapshotSettingsStorageLocationSettings {
3041530419
// Store snapshot in the same region as with the originating disk. No additional parameters are needed.
3041630420
LOCAL_REGION = 403535464;
3041730421

30418-
// Store snapshot to the nearest multi region GCS bucket, relative to the originating disk. No additional parameters are needed.
30422+
// Store snapshot in the nearest multi region Cloud Storage bucket, relative to the originating disk. No additional parameters are needed.
3041930423
NEAREST_MULTI_REGION = 212467515;
3042030424

3042130425
// 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 {
3042530429

3042630430
}
3042730431

30428-
// When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are GCS bucket locations.
30432+
// 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.
3042930433
map<string, SnapshotSettingsStorageLocationSettingsStorageLocationPreference> locations = 413423454;
3043030434

3043130435
// The chosen location policy.
@@ -30436,7 +30440,7 @@ message SnapshotSettingsStorageLocationSettings {
3043630440

3043730441
// A structure for specifying storage locations.
3043830442
message SnapshotSettingsStorageLocationSettingsStorageLocationPreference {
30439-
// Name of the location. It should be one of the GCS buckets.
30443+
// Name of the location. It should be one of the Cloud Storage buckets. Only one location can be specified.
3044030444
optional string name = 3373707;
3044130445

3044230446
}

0 commit comments

Comments
 (0)