public interface ManagedInstanceLastAttemptOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceLastAttemptErrors |
getErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
|
ManagedInstanceLastAttemptErrorsOrBuilder |
getErrorsOrBuilder()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
|
boolean |
hasErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttemptErrors errors = 315977579;
ManagedInstanceLastAttemptErrors getErrors()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttemptErrors errors = 315977579;
ManagedInstanceLastAttemptErrorsOrBuilder getErrorsOrBuilder()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttemptErrors errors = 315977579;
Copyright © 2025 Google LLC. All rights reserved.