public interface OperationProgressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime()If set, the time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 3;
| Type | Description |
| Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()If set, the time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 3;
| Type | Description |
| TimestampOrBuilder |
getProgressPercent()
public abstract int getProgressPercent()Percent completion of the operation. Values are between 0 and 100 inclusive.
int32 progress_percent = 1;
| Type | Description |
| int | The progressPercent. |
getStartTime()
public abstract Timestamp getStartTime()Time the request was received.
.google.protobuf.Timestamp start_time = 2;
| Type | Description |
| Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Time the request was received.
.google.protobuf.Timestamp start_time = 2;
| Type | Description |
| TimestampOrBuilder |
hasEndTime()
public abstract boolean hasEndTime()If set, the time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 3;
| Type | Description |
| boolean | Whether the endTime field is set. |
hasStartTime()
public abstract boolean hasStartTime()Time the request was received.
.google.protobuf.Timestamp start_time = 2;
| Type | Description |
| boolean | Whether the startTime field is set. |