Interface DeleteRepositoryLongRunningMetadataOrBuilder (0.94.0)

public interface DeleteRepositoryLongRunningMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChildResourcesCount()

public abstract long getChildResourcesCount()

Output only. The total number of child resources (Compilation Results, Workflow Executions) that will be deleted.

int64 child_resources_count = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The childResourcesCount.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getEndTime()

public abstract Timestamp getEndTime()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getPercentComplete()

public abstract int getPercentComplete()

Output only. Percent complete of the operation [0, 100].

int32 percent_complete = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The percentComplete.

getRemainingChildResourcesCount()

public abstract long getRemainingChildResourcesCount()

Output only. The remaining number of child resources to be deleted.

int64 remaining_child_resources_count = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The remainingChildResourcesCount.

getState()

public abstract DeleteRepositoryLongRunningMetadata.State getState()

Output only. The state of the operation.

.google.cloud.dataform.v1beta1.DeleteRepositoryLongRunningMetadata.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeleteRepositoryLongRunningMetadata.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The state of the operation.

.google.cloud.dataform.v1beta1.DeleteRepositoryLongRunningMetadata.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getTarget()

public abstract String getTarget()

Output only. Server-defined resource path for the target of the operation. Format: projects/{project}/locations/{location}/repositories/{repository}

string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The target.

getTargetBytes()

public abstract ByteString getTargetBytes()

Output only. Server-defined resource path for the target of the operation. Format: projects/{project}/locations/{location}/repositories/{repository}

string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for target.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasEndTime()

public abstract boolean hasEndTime()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the endTime field is set.