Skip to content

Commit

Permalink
feat: Update Compute Engine API to revision 20250119 (#981)
Browse files Browse the repository at this point in the history
yoshi-code-bot authored Jan 30, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2a3db2e commit 2e899ee
Showing 3 changed files with 15 additions and 3 deletions.
7 changes: 6 additions & 1 deletion google/cloud/compute/v1/compute.proto
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@

// Generated by the disco-to-proto3-converter. DO NOT EDIT!
// Source Discovery file: compute.v1.json
// Source file revision: 20250107
// Source file revision: 20250119
// API name: compute
// API version: v1

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

ACCELERATOR_OPTIMIZED_A3_MEGA = 156517459;

ACCELERATOR_OPTIMIZED_A3_ULTRA = 27812811;

COMPUTE_OPTIMIZED = 158349023;

COMPUTE_OPTIMIZED_C2D = 383246453;
@@ -28054,6 +28056,9 @@ message Scheduling {
// 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.
optional int32 availability_domain = 252514344;

// 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.
optional int32 host_error_timeout_seconds = 408317459;

// Specifies the termination action for the instance.
// Check the InstanceTerminationAction enum for the list of possible values.
optional string instance_termination_action = 107380667;
9 changes: 8 additions & 1 deletion google/cloud/compute/v1/compute.v1.json
Original file line number Diff line number Diff line change
@@ -38015,7 +38015,7 @@
}
}
},
"revision": "20250107",
"revision": "20250119",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AWSV4Signature": {
@@ -42933,6 +42933,7 @@
"ACCELERATOR_OPTIMIZED",
"ACCELERATOR_OPTIMIZED_A3",
"ACCELERATOR_OPTIMIZED_A3_MEGA",
"ACCELERATOR_OPTIMIZED_A3_ULTRA",
"COMPUTE_OPTIMIZED",
"COMPUTE_OPTIMIZED_C2D",
"COMPUTE_OPTIMIZED_C3",
@@ -42979,6 +42980,7 @@
"",
"",
"",
"",
""
],
"type": "string"
@@ -73235,6 +73237,11 @@
"format": "int32",
"type": "integer"
},
"hostErrorTimeoutSeconds": {
"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.",
"format": "int32",
"type": "integer"
},
"instanceTerminationAction": {
"description": "Specifies the termination action for the instance.",
"enum": [
2 changes: 1 addition & 1 deletion google/cloud/compute/v1/compute_gapic.yaml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@

# Generated by the disco-to-proto3-converter. DO NOT EDIT!
# Source Discovery file: compute.v1.json
# Source file revision: 20250107
# Source file revision: 20250119
# API name: compute
# API version: v1

0 comments on commit 2e899ee

Please sign in to comment.