We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eee08a commit 4c4d2b6Copy full SHA for 4c4d2b6
1 file changed
google/cloud/compute/v1/compute.proto
@@ -20180,7 +20180,14 @@ message ManagedInstanceInstanceHealth {
20180
//
20181
message ManagedInstanceLastAttempt {
20182
// [Output Only] Encountered errors during the last attempt to create or delete the instance.
20183
- optional Errors errors = 315977579;
+ 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;
20191
20192
}
20193
0 commit comments