public static interface Pdpb.LoadGlobalConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNames(int index)
repeated string names = 1; |
com.google.protobuf.ByteString |
getNamesBytes(int index)
repeated string names = 1; |
int |
getNamesCount()
repeated string names = 1; |
List<String> |
getNamesList()
repeated string names = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getNamesList()
repeated string names = 1;
int getNamesCount()
repeated string names = 1;
String getNames(int index)
repeated string names = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getNamesBytes(int index)
repeated string names = 1;
index
- The index of the value to return.Copyright © 2024 PingCAP. All rights reserved.