public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class OperationMetadata.
Metadata about a long-running operation.
Implements
IMessageOperationMetadata, IEquatableOperationMetadata, IDeepCloneableOperationMetadata, 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 |
RequestedCancellation
public bool RequestedCancellation { get; set; }
Output only. Identifies whether it has been requested cancellation
for 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
.
Property Value | |
---|---|
Type | Description |
bool |
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 |
Verb
public string Verb { get; set; }
Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".
Property Value | |
---|---|
Type | Description |
string |