Skip to content

Commit 4c4d2b6

Browse files
feat: Update Compute Engine API to revision 20250302 (#995)
1 parent 9eee08a commit 4c4d2b6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

google/cloud/compute/v1/compute.proto

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20180,7 +20180,14 @@ message ManagedInstanceInstanceHealth {
2018020180
//
2018120181
message ManagedInstanceLastAttempt {
2018220182
// [Output Only] Encountered errors during the last attempt to create or delete the instance.
20183-
optional Errors errors = 315977579;
20183+
optional ManagedInstanceLastAttemptErrors errors = 315977579;
20184+
20185+
}
20186+
20187+
// [Output Only] Encountered errors during the last attempt to create or delete the instance.
20188+
message ManagedInstanceLastAttemptErrors {
20189+
// [Output Only] The array of errors encountered while processing this operation.
20190+
repeated Errors errors = 315977579;
2018420191

2018520192
}
2018620193

0 commit comments

Comments
 (0)