public interface ListFieldsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Field |
getFields(int index)
The requested fields.
|
int |
getFieldsCount()
The requested fields.
|
List<Field> |
getFieldsList()
The requested fields.
|
FieldOrBuilder |
getFieldsOrBuilder(int index)
The requested fields.
|
List<? extends FieldOrBuilder> |
getFieldsOrBuilderList()
The requested fields.
|
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<Field> getFieldsList()
The requested fields.
repeated .google.firestore.admin.v1.Field fields = 1;
Field getFields(int index)
The requested fields.
repeated .google.firestore.admin.v1.Field fields = 1;
int getFieldsCount()
The requested fields.
repeated .google.firestore.admin.v1.Field fields = 1;
List<? extends FieldOrBuilder> getFieldsOrBuilderList()
The requested fields.
repeated .google.firestore.admin.v1.Field fields = 1;
FieldOrBuilder getFieldsOrBuilder(int index)
The requested fields.
repeated .google.firestore.admin.v1.Field fields = 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.