Interface InstanceGroupManagerResizeRequestStatusLastAttemptOrBuilder (1.91.0)

public interface InstanceGroupManagerResizeRequestStatusLastAttemptOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract Error getError()

Output only. Errors that prevented the ResizeRequest to be fulfilled.

optional .google.cloud.compute.v1.Error error = 96784904;

Returns
Type Description
Error

The error.

getErrorOrBuilder()

public abstract ErrorOrBuilder getErrorOrBuilder()

Output only. Errors that prevented the ResizeRequest to be fulfilled.

optional .google.cloud.compute.v1.Error error = 96784904;

Returns
Type Description
ErrorOrBuilder

hasError()

public abstract boolean hasError()

Output only. Errors that prevented the ResizeRequest to be fulfilled.

optional .google.cloud.compute.v1.Error error = 96784904;

Returns
Type Description
boolean

Whether the error field is set.