public static interface GlobalTable.DescribeGlobalTableRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGlobalTableId()
optional string globalTableId = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getGlobalTableIdBytes()
optional string globalTableId = 1; |
String |
getGlobalTableName()
required string globalTableName = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getGlobalTableNameBytes()
required string globalTableName = 2; |
GlobalTable.PhyTable |
getPhyTable()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTable = 3; |
GlobalTable.PhyTableOrBuilder |
getPhyTableOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTable = 3; |
boolean |
getReturnRpo()
optional bool returnRpo = 4; |
boolean |
hasGlobalTableId()
optional string globalTableId = 1; |
boolean |
hasGlobalTableName()
required string globalTableName = 2; |
boolean |
hasPhyTable()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTable = 3; |
boolean |
hasReturnRpo()
optional bool returnRpo = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGlobalTableId()
optional string globalTableId = 1;String getGlobalTableId()
optional string globalTableId = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getGlobalTableIdBytes()
optional string globalTableId = 1;boolean hasGlobalTableName()
required string globalTableName = 2;String getGlobalTableName()
required string globalTableName = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getGlobalTableNameBytes()
required string globalTableName = 2;boolean hasPhyTable()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTable = 3;GlobalTable.PhyTable getPhyTable()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTable = 3;GlobalTable.PhyTableOrBuilder getPhyTableOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.globaltable.PhyTable phyTable = 3;boolean hasReturnRpo()
optional bool returnRpo = 4;boolean getReturnRpo()
optional bool returnRpo = 4;Copyright © 2025. All Rights Reserved.