OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.Builder.clear() |
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.Builder.clearEndTime()
optional int64 end_time = 2;
|
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.Builder.clearSpecificTime()
optional int64 specific_time = 3;
|
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.Builder.clearStartTime()
optional int64 start_time = 1;
|
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.GetRowRequest.Builder.getTimeRangeBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;
|
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.getTimeRangeBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5;
|
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.GetRangeRequest.Builder.getTimeRangeBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;
|
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.Builder.mergeFrom(OtsInternalApi.TimeRange other) |
static OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.newBuilder() |
static OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.newBuilder(OtsInternalApi.TimeRange prototype) |
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.newBuilderForType() |
protected OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.Builder.setEndTime(long value)
optional int64 end_time = 2;
|
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.Builder.setSpecificTime(long value)
optional int64 specific_time = 3;
|
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.Builder.setStartTime(long value)
optional int64 start_time = 1;
|
OtsInternalApi.TimeRange.Builder |
OtsInternalApi.TimeRange.toBuilder() |