public static interface Errorpb.DiskFullOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getReason()
The detailed info
|
com.google.protobuf.ByteString |
getReasonBytes()
The detailed info
|
long |
getStoreId(int index)
The requested store ID
|
int |
getStoreIdCount()
The requested store ID
|
List<Long> |
getStoreIdList()
The requested store ID
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Long> getStoreIdList()
The requested store ID
repeated uint64 store_id = 1;
int getStoreIdCount()
The requested store ID
repeated uint64 store_id = 1;
long getStoreId(int index)
The requested store ID
repeated uint64 store_id = 1;
index
- The index of the element to return.String getReason()
The detailed info
string reason = 2;
com.google.protobuf.ByteString getReasonBytes()
The detailed info
string reason = 2;
Copyright © 2024 PingCAP. All rights reserved.