public interface SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the state field is set. |