Compute V1 Client - Class ManagedInstanceLastAttemptErrors (1.29.0)

Reference documentation and code samples for the Compute V1 Client class ManagedInstanceLastAttemptErrors.

[Output Only] Encountered errors during the last attempt to create or delete the instance.

Generated from protobuf message google.cloud.compute.v1.ManagedInstanceLastAttemptErrors

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ errorsarray<Errors>

[Output Only] The array of errors encountered while processing this operation.

getErrors

[Output Only] The array of errors encountered while processing this operation.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setErrors

[Output Only] The array of errors encountered while processing this operation.

Parameter
NameDescription
vararray<Errors>
Returns
TypeDescription
$this