Skip to content

Commit 2e899ee

Browse files
feat: Update Compute Engine API to revision 20250119 (#981)
1 parent 2a3db2e commit 2e899ee

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

google/cloud/compute/v1/compute.proto

Lines changed: 6 additions & 1 deletion
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: 20250107
17+
// Source file revision: 20250119
1818
// API name: compute
1919
// API version: v1
2020

@@ -4687,6 +4687,8 @@ message Commitment {
46874687

46884688
ACCELERATOR_OPTIMIZED_A3_MEGA = 156517459;
46894689

4690+
ACCELERATOR_OPTIMIZED_A3_ULTRA = 27812811;
4691+
46904692
COMPUTE_OPTIMIZED = 158349023;
46914693

46924694
COMPUTE_OPTIMIZED_C2D = 383246453;
@@ -28054,6 +28056,9 @@ message Scheduling {
2805428056
// Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
2805528057
optional int32 availability_domain = 252514344;
2805628058

28059+
// Specify the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
28060+
optional int32 host_error_timeout_seconds = 408317459;
28061+
2805728062
// Specifies the termination action for the instance.
2805828063
// Check the InstanceTerminationAction enum for the list of possible values.
2805928064
optional string instance_termination_action = 107380667;

google/cloud/compute/v1/compute.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38015,7 +38015,7 @@
3801538015
}
3801638016
}
3801738017
},
38018-
"revision": "20250107",
38018+
"revision": "20250119",
3801938019
"rootUrl": "https://compute.googleapis.com/",
3802038020
"schemas": {
3802138021
"AWSV4Signature": {
@@ -42933,6 +42933,7 @@
4293342933
"ACCELERATOR_OPTIMIZED",
4293442934
"ACCELERATOR_OPTIMIZED_A3",
4293542935
"ACCELERATOR_OPTIMIZED_A3_MEGA",
42936+
"ACCELERATOR_OPTIMIZED_A3_ULTRA",
4293642937
"COMPUTE_OPTIMIZED",
4293742938
"COMPUTE_OPTIMIZED_C2D",
4293842939
"COMPUTE_OPTIMIZED_C3",
@@ -42979,6 +42980,7 @@
4297942980
"",
4298042981
"",
4298142982
"",
42983+
"",
4298242984
""
4298342985
],
4298442986
"type": "string"
@@ -73235,6 +73237,11 @@
7323573237
"format": "int32",
7323673238
"type": "integer"
7323773239
},
73240+
"hostErrorTimeoutSeconds": {
73241+
"description": "Specify the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.",
73242+
"format": "int32",
73243+
"type": "integer"
73244+
},
7323873245
"instanceTerminationAction": {
7323973246
"description": "Specifies the termination action for the instance.",
7324073247
"enum": [

google/cloud/compute/v1/compute_gapic.yaml

Lines changed: 1 addition & 1 deletion
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: 20250107
17+
# Source file revision: 20250119
1818
# API name: compute
1919
# API version: v1
2020

0 commit comments

Comments
 (0)