public interface GetAllTablesPResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getTable(int index)
repeated string table = 1; |
com.google.protobuf.ByteString |
getTableBytes(int index)
repeated string table = 1; |
int |
getTableCount()
repeated string table = 1; |
List<String> |
getTableList()
repeated string table = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getTableList()
repeated string table = 1;
int getTableCount()
repeated string table = 1;
String getTable(int index)
repeated string table = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getTableBytes(int index)
repeated string table = 1;
index
- The index of the value to return.Copyright © 2023. All Rights Reserved.