public interface SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Status |
getError()
[Output Only] If state is `ABANDONED` or `FAILED`, this field is populated.
|
StatusOrBuilder |
getErrorOrBuilder()
[Output Only] If state is `ABANDONED` or `FAILED`, this field is populated.
|
String |
getState()
[Output Only] Status of the action, which can be one of the following: `PROPAGATING`, `PROPAGATED`, `ABANDONED`, `FAILED`, or `DONE`.
|
com.google.protobuf.ByteString |
getStateBytes()
[Output Only] Status of the action, which can be one of the following: `PROPAGATING`, `PROPAGATED`, `ABANDONED`, `FAILED`, or `DONE`.
|
boolean |
hasError()
[Output Only] If state is `ABANDONED` or `FAILED`, this field is populated.
|
boolean |
hasState()
[Output Only] Status of the action, which can be one of the following: `PROPAGATING`, `PROPAGATED`, `ABANDONED`, `FAILED`, or `DONE`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasError()
[Output Only] If state is `ABANDONED` or `FAILED`, this field is populated.
optional .google.cloud.compute.v1.Status error = 96784904;Status getError()
[Output Only] If state is `ABANDONED` or `FAILED`, this field is populated.
optional .google.cloud.compute.v1.Status error = 96784904;StatusOrBuilder getErrorOrBuilder()
[Output Only] If state is `ABANDONED` or `FAILED`, this field is populated.
optional .google.cloud.compute.v1.Status error = 96784904;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;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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.