public interface ListCollectionIdsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollectionIds(int index)
The collection ids.
|
com.google.protobuf.ByteString |
getCollectionIdsBytes(int index)
The collection ids.
|
int |
getCollectionIdsCount()
The collection ids.
|
java.util.List<java.lang.String> |
getCollectionIdsList()
The collection ids.
|
java.lang.String |
getNextPageToken()
A page token that may be used to continue the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A page token that may be used to continue the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getCollectionIdsList()
The collection ids.
repeated string collection_ids = 1;int getCollectionIdsCount()
The collection ids.
repeated string collection_ids = 1;java.lang.String getCollectionIds(int index)
The collection ids.
repeated string collection_ids = 1;com.google.protobuf.ByteString getCollectionIdsBytes(int index)
The collection ids.
repeated string collection_ids = 1;java.lang.String getNextPageToken()
A page token that may be used to continue the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A page token that may be used to continue the list.
string next_page_token = 2;