Search.IndexStatus.Builder |
Search.IndexStatus.Builder.clear() |
Search.IndexStatus.Builder |
Search.IndexStatus.Builder.clearStatus()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexStatusEnum status = 1;
|
Search.IndexStatus.Builder |
Search.IndexStatus.Builder.clearStatusDescription()
optional string status_description = 2;
|
Search.IndexStatus.Builder |
Search.DescribeSearchIndexResponse.Builder.getIndexStatusBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexStatus index_status = 8;
|
Search.IndexStatus.Builder |
Search.IndexStatus.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.IndexStatus.Builder |
Search.IndexStatus.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.IndexStatus.Builder |
Search.IndexStatus.Builder.mergeFrom(Search.IndexStatus other) |
static Search.IndexStatus.Builder |
Search.IndexStatus.newBuilder() |
static Search.IndexStatus.Builder |
Search.IndexStatus.newBuilder(Search.IndexStatus prototype) |
Search.IndexStatus.Builder |
Search.IndexStatus.newBuilderForType() |
protected Search.IndexStatus.Builder |
Search.IndexStatus.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
Search.IndexStatus.Builder |
Search.IndexStatus.Builder.setStatus(Search.IndexStatusEnum value)
optional .com.alicloud.openservices.tablestore.core.protocol.IndexStatusEnum status = 1;
|
Search.IndexStatus.Builder |
Search.IndexStatus.Builder.setStatusDescription(String value)
optional string status_description = 2;
|
Search.IndexStatus.Builder |
Search.IndexStatus.Builder.setStatusDescriptionBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string status_description = 2;
|
Search.IndexStatus.Builder |
Search.IndexStatus.toBuilder() |