Interface SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfoOrBuilder (1.51.0)

public interface SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract Status getError()

[Output Only] If state is ABANDONED or FAILED, this field is populated.

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

Returns
TypeDescription
Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

[Output Only] If state is ABANDONED or FAILED, this field is populated.

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

Returns
TypeDescription
StatusOrBuilder

getState()

public abstract String getState()

[Output Only] Status of the action, which can be one of the following: PROPAGATING, PROPAGATED, ABANDONED, FAILED, or DONE. Check the State enum for the list of possible values.

optional string state = 109757585;

Returns
TypeDescription
String

The state.

getStateBytes()

public abstract ByteString getStateBytes()

[Output Only] Status of the action, which can be one of the following: PROPAGATING, PROPAGATED, ABANDONED, FAILED, or DONE. Check the State enum for the list of possible values.

optional string state = 109757585;

Returns
TypeDescription
ByteString

The bytes for state.

hasError()

public abstract boolean hasError()

[Output Only] If state is ABANDONED or FAILED, this field is populated.

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

Returns
TypeDescription
boolean

Whether the error field is set.

hasState()

public abstract boolean hasState()

[Output Only] Status of the action, which can be one of the following: PROPAGATING, PROPAGATED, ABANDONED, FAILED, or DONE. Check the State enum for the list of possible values.

optional string state = 109757585;

Returns
TypeDescription
boolean

Whether the state field is set.