public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class OperationMetadata.
Represents the metadata of the long-running operation.
Implements
IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1BetaAssembly
Google.Cloud.Gaming.V1Beta.dll
Constructors
OperationMetadata()
public OperationMetadata()
OperationMetadata(OperationMetadata)
public OperationMetadata(OperationMetadata other)
Name | Description |
other | OperationMetadata |
Properties
ApiVersion
public string ApiVersion { get; set; }
Output only. API version used to start the operation.
Type | Description |
String |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time the operation was created.
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time the operation finished running.
Type | Description |
Timestamp |
OperationStatus
public MapField<string, OperationStatus> OperationStatus { get; }
Output only. Operation status for Game Services API operations. Operation status is in the form of key-value pairs where keys are resource IDs and the values show the status of the operation. In case of failures, the value includes an error code and error message.
Type | Description |
MapField<String, OperationStatus> |
RequestedCancellation
public bool RequestedCancellation { get; set; }
Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have successfully been cancelled
have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
corresponding to Code.CANCELLED
.
Type | Description |
Boolean |
StatusMessage
public string StatusMessage { get; set; }
Output only. Human-readable status of the operation, if any.
Type | Description |
String |
Target
public string Target { get; set; }
Output only. Server-defined resource path for the target of the operation.
Type | Description |
String |
Unreachable
public RepeatedField<string> Unreachable { get; }
Output only. List of Locations that could not be reached.
Type | Description |
RepeatedField<String> |
Verb
public string Verb { get; set; }
Output only. Name of the verb executed by the operation.
Type | Description |
String |