public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageRepresents the metadata of a long-running operation.
Implements
IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.DataFusion.V1Assembly
Google.Cloud.DataFusion.V1.dll
Constructors
OperationMetadata()
public OperationMetadata()OperationMetadata(OperationMetadata)
public OperationMetadata(OperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
OperationMetadata |
Properties
AdditionalStatus
public MapField<string, string> AdditionalStatus { get; }Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
| Property Value | |
|---|---|
| Type | Description |
MapField<String, String> |
|
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 |
|
RequestedCancellation
public bool RequestedCancellation { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
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 |
|