public interface ListFieldsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFields(int index)
public abstract Field getFields(int index)The requested fields.
 repeated .google.firestore.admin.v1.Field fields = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Field | 
        |
getFieldsCount()
public abstract int getFieldsCount()The requested fields.
 repeated .google.firestore.admin.v1.Field fields = 1;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getFieldsList()
public abstract List<Field> getFieldsList()The requested fields.
 repeated .google.firestore.admin.v1.Field fields = 1;
| Returns | |
|---|---|
| Type | Description | 
List<Field> | 
        |
getFieldsOrBuilder(int index)
public abstract FieldOrBuilder getFieldsOrBuilder(int index)The requested fields.
 repeated .google.firestore.admin.v1.Field fields = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
FieldOrBuilder | 
        |
getFieldsOrBuilderList()
public abstract List<? extends FieldOrBuilder> getFieldsOrBuilderList()The requested fields.
 repeated .google.firestore.admin.v1.Field fields = 1;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.firestore.admin.v1.FieldOrBuilder> | 
        |
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.  |