public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class OperationMetadata.
Represents the metadata of the long-running operation. Output only.
Implements
IMessageOperationMetadata, IEquatableOperationMetadata, IDeepCloneableOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Assembly
Google.Cloud.Domains.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 used to start the operation.
Property Value | |
---|---|
Type | Description |
string |
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; }
Server-defined resource path for the target of the operation.
Property Value | |
---|---|
Type | Description |
string |
Verb
public string Verb { get; set; }
Name of the verb executed by the operation.
Property Value | |
---|---|
Type | Description |
string |