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