public interface ManagedInstanceLastAttemptOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getErrors()
public abstract ManagedInstanceLastAttemptErrors getErrors()
[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] 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] 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. |