public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Metadata describing an [Operation][google.longrunning.Operation]
Implements
IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
OperationMetadata()
public OperationMetadata()
OperationMetadata(OperationMetadata)
public OperationMetadata(OperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | OperationMetadata |
Properties
ApiVersion
public string ApiVersion { get; set; }
API version.
Property Value | |
---|---|
Type | Description |
String |
CancelRequested
public bool CancelRequested { get; set; }
Specifies if cancellation was requested for the operation.
Property Value | |
---|---|
Type | Description |
Boolean |
CreateTime
public Timestamp CreateTime { get; set; }
The time the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
The time the operation finished running.
Property Value | |
---|---|
Type | Description |
Timestamp |
StatusDetail
public string StatusDetail { get; set; }
Human-readable status of the operation, if any.
Property Value | |
---|---|
Type | Description |
String |
Target
public string Target { get; set; }
Target of the operation - for example projects/project-1/locations/global/connectivityTests/test-1
Property Value | |
---|---|
Type | Description |
String |
Verb
public string Verb { get; set; }
Name of the verb executed by the operation.
Property Value | |
---|---|
Type | Description |
String |