public sealed class DeleteFolderTreeMetadata : IMessage<DeleteFolderTreeMetadata>, IEquatable<DeleteFolderTreeMetadata>, IDeepCloneable<DeleteFolderTreeMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class DeleteFolderTreeMetadata.
Contains metadata about the progress of the DeleteFolderTree Long-running operations.
Implements
IMessageDeleteFolderTreeMetadata, IEquatableDeleteFolderTreeMetadata, IDeepCloneableDeleteFolderTreeMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
DeleteFolderTreeMetadata()
public DeleteFolderTreeMetadata()DeleteFolderTreeMetadata(DeleteFolderTreeMetadata)
public DeleteFolderTreeMetadata(DeleteFolderTreeMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteFolderTreeMetadata |
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; }Output only. Percent complete of the operation [0, 100].
| Property Value | |
|---|---|
| Type | Description |
int |
|
State
public DeleteFolderTreeMetadata.Types.State State { get; set; }Output only. The state of the operation.
| Property Value | |
|---|---|
| Type | Description |
DeleteFolderTreeMetadataTypesState |
|
Target
public string Target { get; set; }Output only. Resource name of the target of the operation. Format: projects/{project}/locations/{location}/folders/{folder} or projects/{project}/locations/{location}/teamFolders/{team_folder}
| Property Value | |
|---|---|
| Type | Description |
string |
|