public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Metadata about a long-running operation.
Implements
IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
OperationMetadata()
public OperationMetadata()
OperationMetadata(OperationMetadata)
public OperationMetadata(OperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | OperationMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time at which this operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time at which this operation was completed.
Property Value | |
---|---|
Type | Description |
Timestamp |
ErrorDetail
public string ErrorDetail { get; set; }
Output only. Human-readable status of any error that occurred during the operation.
Property Value | |
---|---|
Type | Description |
String |
StatusDetail
public string StatusDetail { get; set; }
Output only. Human-readable status of the operation, if any.
Property Value | |
---|---|
Type | Description |
String |
Target
public string Target { get; set; }
Output only. The name of the resource associated to this operation.
Property Value | |
---|---|
Type | Description |
String |