public sealed class OperationStatus : IMessage<OperationStatus>, IEquatable<OperationStatus>, IDeepCloneable<OperationStatus>, IBufferMessage, IMessage
Implements
IMessage<OperationStatus>, IEquatable<OperationStatus>, IDeepCloneable<OperationStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1BetaAssembly
Google.Cloud.Gaming.V1Beta.dll
Constructors
OperationStatus()
public OperationStatus()
OperationStatus(OperationStatus)
public OperationStatus(OperationStatus other)
Parameter | |
---|---|
Name | Description |
other | OperationStatus |
Properties
Done
public bool Done { get; set; }
Output only. Whether the operation is done or still in progress.
Property Value | |
---|---|
Type | Description |
Boolean |
ErrorCode
public OperationStatus.Types.ErrorCode ErrorCode { get; set; }
The error code in case of failures.
Property Value | |
---|---|
Type | Description |
OperationStatus.Types.ErrorCode |
ErrorMessage
public string ErrorMessage { get; set; }
The human-readable error message.
Property Value | |
---|---|
Type | Description |
String |