Interface ManagedInstanceLastAttemptOrBuilder (1.72.0)

public interface ManagedInstanceLastAttemptOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.