Class SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2.Data
Assembly: Google.Apis.DeploymentManager.v2.dll
Syntax
public class SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
[Output Only] If state is ABANDONED
or FAILED
, this field is populated.
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type | Description |
---|---|
Status |
State
[Output Only] Status of the action, which can be one of the following: PROPAGATING
, PROPAGATED
,
ABANDONED
, FAILED
, or DONE
.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |