public static interface GlobalTable.BindGlobalTableRequestOrBuilder
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; |
String |
getGlobalTableName()
required string globalTableName = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getGlobalTableNameBytes()
required string globalTableName = 3; |
GlobalTable.Placement |
getPlacements(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.Placement placements = 4; |
int |
getPlacementsCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.Placement placements = 4; |
List<GlobalTable.Placement> |
getPlacementsList()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.Placement placements = 4; |
GlobalTable.PlacementOrBuilder |
getPlacementsOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.Placement placements = 4; |
List<? extends GlobalTable.PlacementOrBuilder> |
getPlacementsOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.Placement placements = 4; |
boolean |
hasGlobalTableId()
required string globalTableId = 2; |
boolean |
hasGlobalTableName()
required string globalTableName = 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 hasGlobalTableName()
required string globalTableName = 3;String getGlobalTableName()
required string globalTableName = 3;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getGlobalTableNameBytes()
required string globalTableName = 3;List<GlobalTable.Placement> getPlacementsList()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.Placement placements = 4;GlobalTable.Placement getPlacements(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.Placement placements = 4;int getPlacementsCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.Placement placements = 4;List<? extends GlobalTable.PlacementOrBuilder> getPlacementsOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.Placement placements = 4;GlobalTable.PlacementOrBuilder getPlacementsOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.globaltable.Placement placements = 4;Copyright © 2025. All Rights Reserved.