public static interface StructuredQuery.ProjectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
StructuredQuery.FieldReference |
getFields(int index)
The fields to return.
|
int |
getFieldsCount()
The fields to return.
|
List<StructuredQuery.FieldReference> |
getFieldsList()
The fields to return.
|
StructuredQuery.FieldReferenceOrBuilder |
getFieldsOrBuilder(int index)
The fields to return.
|
List<? extends StructuredQuery.FieldReferenceOrBuilder> |
getFieldsOrBuilderList()
The fields to return.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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.v1.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.v1.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.v1.StructuredQuery.FieldReference fields = 2;
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.v1.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.v1.StructuredQuery.FieldReference fields = 2;
Copyright © 2023 Google LLC. All rights reserved.