public sealed class DeleteRepositoryLongRunningMetadata : IMessage<DeleteRepositoryLongRunningMetadata>, IEquatable<DeleteRepositoryLongRunningMetadata>, IDeepCloneable<DeleteRepositoryLongRunningMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class DeleteRepositoryLongRunningMetadata.
Represents metadata about the progress of the DeleteRepository long-running operation.
Implements
IMessageDeleteRepositoryLongRunningMetadata, IEquatableDeleteRepositoryLongRunningMetadata, IDeepCloneableDeleteRepositoryLongRunningMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
DeleteRepositoryLongRunningMetadata()
public DeleteRepositoryLongRunningMetadata()DeleteRepositoryLongRunningMetadata(DeleteRepositoryLongRunningMetadata)
public DeleteRepositoryLongRunningMetadata(DeleteRepositoryLongRunningMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteRepositoryLongRunningMetadata |
Properties
ChildResourcesCount
public long ChildResourcesCount { get; set; }Output only. The total number of child resources (Compilation Results, Workflow Executions) that will be deleted.
| Property Value | |
|---|---|
| Type | Description |
long |
|
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 |
|
RemainingChildResourcesCount
public long RemainingChildResourcesCount { get; set; }Output only. The remaining number of child resources to be deleted.
| Property Value | |
|---|---|
| Type | Description |
long |
|
State
public DeleteRepositoryLongRunningMetadata.Types.State State { get; set; }Output only. The state of the operation.
| Property Value | |
|---|---|
| Type | Description |
DeleteRepositoryLongRunningMetadataTypesState |
|
Target
public string Target { get; set; }Output only. Server-defined resource path for the target of the operation. Format: projects/{project}/locations/{location}/repositories/{repository}
| Property Value | |
|---|---|
| Type | Description |
string |
|
TargetAsRepositoryName
public RepositoryName TargetAsRepositoryName { get; set; }RepositoryName-typed view over the Target resource name property.
| Property Value | |
|---|---|
| Type | Description |
RepositoryName |
|