public interface OperationProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
If set, the time at which this operation failed or was completed
successfully.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
If set, the time at which this operation failed or was completed
successfully.
|
int |
getProgressPercent()
Percent completion of the operation.
|
com.google.protobuf.Timestamp |
getStartTime()
Time the request was received.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Time the request was received.
|
boolean |
hasEndTime()
If set, the time at which this operation failed or was completed
successfully.
|
boolean |
hasStartTime()
Time the request was received.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getProgressPercent()
Percent completion of the operation. Values are between 0 and 100 inclusive.
int32 progress_percent = 1;boolean hasStartTime()
Time the request was received.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.Timestamp getStartTime()
Time the request was received.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Time the request was received.
.google.protobuf.Timestamp start_time = 2;boolean hasEndTime()
If set, the time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.Timestamp getEndTime()
If set, the time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
If set, the time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 3;Copyright © 2022 Google LLC. All rights reserved.