public static interface Debugpb.RegionSizeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCfs(int index)
repeated string cfs = 2; |
com.google.protobuf.ByteString |
getCfsBytes(int index)
repeated string cfs = 2; |
int |
getCfsCount()
repeated string cfs = 2; |
List<String> |
getCfsList()
repeated string cfs = 2; |
long |
getRegionId()
uint64 region_id = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getRegionId()
uint64 region_id = 1;
int getCfsCount()
repeated string cfs = 2;
String getCfs(int index)
repeated string cfs = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getCfsBytes(int index)
repeated string cfs = 2;
index
- The index of the value to return.Copyright © 2024 PingCAP. All rights reserved.