public interface ListIndexesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIndexes(int index)
public abstract Index getIndexes(int index)The requested indexes.
 repeated .google.firestore.admin.v1.Index indexes = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Index | 
        |
getIndexesCount()
public abstract int getIndexesCount()The requested indexes.
 repeated .google.firestore.admin.v1.Index indexes = 1;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getIndexesList()
public abstract List<Index> getIndexesList()The requested indexes.
 repeated .google.firestore.admin.v1.Index indexes = 1;
| Returns | |
|---|---|
| Type | Description | 
List<Index> | 
        |
getIndexesOrBuilder(int index)
public abstract IndexOrBuilder getIndexesOrBuilder(int index)The requested indexes.
 repeated .google.firestore.admin.v1.Index indexes = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
IndexOrBuilder | 
        |
getIndexesOrBuilderList()
public abstract List<? extends IndexOrBuilder> getIndexesOrBuilderList()The requested indexes.
 repeated .google.firestore.admin.v1.Index indexes = 1;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.firestore.admin.v1.IndexOrBuilder> | 
        |
getNextPageToken()
public abstract 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;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The nextPageToken.  | 
      
getNextPageTokenBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for nextPageToken.  |