public interface ListIndexesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Index |
getIndexes(int index)
The requested indexes.
|
int |
getIndexesCount()
The requested indexes.
|
List<Index> |
getIndexesList()
The requested indexes.
|
IndexOrBuilder |
getIndexesOrBuilder(int index)
The requested indexes.
|
List<? extends IndexOrBuilder> |
getIndexesOrBuilderList()
The requested indexes.
|
String |
getNextPageToken()
A page token that may be used to request another page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A page token that may be used to request another page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Index> getIndexesList()
The requested indexes.
repeated .google.firestore.admin.v1.Index indexes = 1;
Index getIndexes(int index)
The requested indexes.
repeated .google.firestore.admin.v1.Index indexes = 1;
int getIndexesCount()
The requested indexes.
repeated .google.firestore.admin.v1.Index indexes = 1;
List<? extends IndexOrBuilder> getIndexesOrBuilderList()
The requested indexes.
repeated .google.firestore.admin.v1.Index indexes = 1;
IndexOrBuilder getIndexesOrBuilder(int index)
The requested indexes.
repeated .google.firestore.admin.v1.Index indexes = 1;
String getNextPageToken()
A page token that may be used to request another page of results. If blank, this is the last page.
string next_page_token = 2;
com.google.protobuf.ByteString getNextPageTokenBytes()
A page token that may be used to request another page of results. If blank, this is the last page.
string next_page_token = 2;
Copyright © 2023 Google LLC. All rights reserved.