public interface OperationProgressOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getEndTime()
If set, the time at which this operation failed or was completed
successfully.
|
TimestampOrBuilder |
getEndTimeOrBuilder()
If set, the time at which this operation failed or was completed
successfully.
|
int |
getProgressPercent()
Percent completion of the operation.
|
Timestamp |
getStartTime()
Time the request was received.
|
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, hasOneof
isInitialized
int 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;
Timestamp getStartTime()
Time the request was received.
.google.protobuf.Timestamp start_time = 2;
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;
Timestamp getEndTime()
If set, the time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 3;
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.