Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error
def error() -> ::Google::Cloud::Compute::V1::Status
Returns
-
(::Google::Cloud::Compute::V1::Status) — [Output Only] If state is
ABANDONED
orFAILED
, this field is populated.
#error=
def error=(value) -> ::Google::Cloud::Compute::V1::Status
Parameter
-
value (::Google::Cloud::Compute::V1::Status) — [Output Only] If state is
ABANDONED
orFAILED
, this field is populated.
Returns
-
(::Google::Cloud::Compute::V1::Status) — [Output Only] If state is
ABANDONED
orFAILED
, this field is populated.
#state
def state() -> ::String
Returns
-
(::String) — [Output Only] Status of the action, which can be one of the following:
PROPAGATING
,PROPAGATED
,ABANDONED
,FAILED
, orDONE
. Check the State enum for the list of possible values.
#state=
def state=(value) -> ::String
Parameter
-
value (::String) — [Output Only] Status of the action, which can be one of the following:
PROPAGATING
,PROPAGATED
,ABANDONED
,FAILED
, orDONE
. Check the State enum for the list of possible values.
Returns
-
(::String) — [Output Only] Status of the action, which can be one of the following:
PROPAGATING
,PROPAGATED
,ABANDONED
,FAILED
, orDONE
. Check the State enum for the list of possible values.