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