public interface ManagedInstanceLastAttemptOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrors()
public abstract ManagedInstanceLastAttemptErrors getErrors()Output only. [Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttemptErrors errors = 315977579;
| Returns | |
|---|---|
| Type | Description |
ManagedInstanceLastAttemptErrors |
The errors. |
getErrorsOrBuilder()
public abstract ManagedInstanceLastAttemptErrorsOrBuilder getErrorsOrBuilder()Output only. [Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttemptErrors errors = 315977579;
| Returns | |
|---|---|
| Type | Description |
ManagedInstanceLastAttemptErrorsOrBuilder |
|
hasErrors()
public abstract boolean hasErrors()Output only. [Output Only] Encountered errors during the last attempt to create or delete the instance.
optional .google.cloud.compute.v1.ManagedInstanceLastAttemptErrors errors = 315977579;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the errors field is set. |