public interface ListCollectionIdsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCollectionIds(int index)
The collection ids.
|
com.google.protobuf.ByteString |
getCollectionIdsBytes(int index)
The collection ids.
|
int |
getCollectionIdsCount()
The collection ids.
|
List<String> |
getCollectionIdsList()
The collection ids.
|
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, hasOneof
List<String> getCollectionIdsList()
The collection ids.
repeated string collection_ids = 1;
int getCollectionIdsCount()
The collection ids.
repeated string collection_ids = 1;
String getCollectionIds(int index)
The collection ids.
repeated string collection_ids = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getCollectionIdsBytes(int index)
The collection ids.
repeated string collection_ids = 1;
index
- The index of the value to return.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;
Copyright © 2023 Google LLC. All rights reserved.