public sealed class MoveRepositoryMetadata : IMessage<MoveRepositoryMetadata>, IEquatable<MoveRepositoryMetadata>, IDeepCloneable<MoveRepositoryMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class MoveRepositoryMetadata.
Contains metadata about the progress of the MoveRepository Long-running operations.
Implements
IMessageMoveRepositoryMetadata, IEquatableMoveRepositoryMetadata, IDeepCloneableMoveRepositoryMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
MoveRepositoryMetadata()
public MoveRepositoryMetadata()MoveRepositoryMetadata(MoveRepositoryMetadata)
public MoveRepositoryMetadata(MoveRepositoryMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
MoveRepositoryMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time the operation was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EndTime
public Timestamp EndTime { get; set; }Output only. The time the operation finished running.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
PercentComplete
public int PercentComplete { get; set; }Percent complete of the move [0, 100].
| Property Value | |
|---|---|
| Type | Description |
int |
|
State
public MoveRepositoryMetadata.Types.State State { get; set; }The state of the move.
| Property Value | |
|---|---|
| Type | Description |
MoveRepositoryMetadataTypesState |
|
Target
public string Target { get; set; }Output only. Server-defined resource path for the target of the operation.
| Property Value | |
|---|---|
| Type | Description |
string |
|