public static interface StructuredQuery.ProjectionOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StructuredQuery.FieldReference |
getFields(int index)
The fields to return.
|
int |
getFieldsCount()
The fields to return.
|
java.util.List<StructuredQuery.FieldReference> |
getFieldsList()
The fields to return.
|
StructuredQuery.FieldReferenceOrBuilder |
getFieldsOrBuilder(int index)
The fields to return.
|
java.util.List<? extends StructuredQuery.FieldReferenceOrBuilder> |
getFieldsOrBuilderList()
The fields to return.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<StructuredQuery.FieldReference> getFieldsList()
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1beta1.StructuredQuery.FieldReference fields = 2;StructuredQuery.FieldReference getFields(int index)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1beta1.StructuredQuery.FieldReference fields = 2;int getFieldsCount()
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1beta1.StructuredQuery.FieldReference fields = 2;java.util.List<? extends StructuredQuery.FieldReferenceOrBuilder> getFieldsOrBuilderList()
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1beta1.StructuredQuery.FieldReference fields = 2;StructuredQuery.FieldReferenceOrBuilder getFieldsOrBuilder(int index)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1beta1.StructuredQuery.FieldReference fields = 2;