public static interface GlobalTable.DescribeGlobalTableResponseOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGlobalTableId()
required string globalTableId = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getGlobalTableIdBytes()
required string globalTableId = 2; |
GlobalTable.PhyTable |
getPhyTables(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTables = 4; |
int |
getPhyTablesCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTables = 4; |
List<GlobalTable.PhyTable> |
getPhyTablesList()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTables = 4; |
GlobalTable.PhyTableOrBuilder |
getPhyTablesOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTables = 4; |
List<? extends GlobalTable.PhyTableOrBuilder> |
getPhyTablesOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTables = 4; |
GlobalTable.ServeMode |
getServeMode()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.ServeMode serveMode = 5; |
GlobalTable.GlobalTableStatus |
getStatus()
required .com.alicloud.openservices.tablestore.core.protocol.globaltable.GlobalTableStatus status = 3; |
boolean |
hasGlobalTableId()
required string globalTableId = 2; |
boolean |
hasServeMode()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.ServeMode serveMode = 5; |
boolean |
hasStatus()
required .com.alicloud.openservices.tablestore.core.protocol.globaltable.GlobalTableStatus status = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGlobalTableId()
required string globalTableId = 2;String getGlobalTableId()
required string globalTableId = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getGlobalTableIdBytes()
required string globalTableId = 2;boolean hasStatus()
required .com.alicloud.openservices.tablestore.core.protocol.globaltable.GlobalTableStatus status = 3;GlobalTable.GlobalTableStatus getStatus()
required .com.alicloud.openservices.tablestore.core.protocol.globaltable.GlobalTableStatus status = 3;List<GlobalTable.PhyTable> getPhyTablesList()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTables = 4;GlobalTable.PhyTable getPhyTables(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTables = 4;int getPhyTablesCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTables = 4;List<? extends GlobalTable.PhyTableOrBuilder> getPhyTablesOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTables = 4;GlobalTable.PhyTableOrBuilder getPhyTablesOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTables = 4;boolean hasServeMode()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.ServeMode serveMode = 5;GlobalTable.ServeMode getServeMode()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.ServeMode serveMode = 5;Copyright © 2025. All Rights Reserved.