Interface InstanceGroupManagerResizeRequestStatusLastAttemptOrBuilder (1.55.0)

public interface InstanceGroupManagerResizeRequestStatusLastAttemptOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract Error getError()

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()

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()

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.