You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method public com.google.firebase.firestore.pipeline.Field of(String name);
861
875
}
862
876
863
-
public final class FindNearestOptions {
864
-
method public java.util.Map<java.lang.String,error.NonExistentClass> toProto();
877
+
public final class FindNearestOptions extends com.google.firebase.firestore.pipeline.AbstractOptions<com.google.firebase.firestore.pipeline.FindNearestOptions> {
878
+
method public com.google.firebase.firestore.pipeline.FindNearestOptions withDistanceField(com.google.firebase.firestore.pipeline.Field distanceField);
879
+
method public com.google.firebase.firestore.pipeline.FindNearestOptions withDistanceField(String distanceField);
880
+
method public com.google.firebase.firestore.pipeline.FindNearestOptions withLimit(long limit);
881
+
field public static final com.google.firebase.firestore.pipeline.FindNearestOptions.Companion Companion;
882
+
field public static final com.google.firebase.firestore.pipeline.FindNearestOptions DEFAULT;
883
+
}
884
+
885
+
public static final class FindNearestOptions.Companion {
886
+
}
887
+
888
+
public final class FindNearestStage extends com.google.firebase.firestore.pipeline.Stage {
889
+
}
890
+
891
+
public static final class FindNearestStage.DistanceMeasure {
892
+
field public static final com.google.firebase.firestore.pipeline.FindNearestStage.DistanceMeasure.Companion Companion;
893
+
}
894
+
895
+
public static final class FindNearestStage.DistanceMeasure.Companion {
896
+
method public error.NonExistentClass getCOSINE();
897
+
method public error.NonExistentClass getDOT_PRODUCT();
898
+
method public error.NonExistentClass getEUCLIDEAN();
899
+
property public final error.NonExistentClass COSINE;
900
+
property public final error.NonExistentClass DOT_PRODUCT;
901
+
property public final error.NonExistentClass EUCLIDEAN;
865
902
}
866
903
867
904
public class Function extends com.google.firebase.firestore.pipeline.Expr {
method public com.google.firebase.firestore.pipeline.Ordering descending(String fieldName);
1238
1275
}
1239
1276
1277
+
public final class SampleStage extends com.google.firebase.firestore.pipeline.Stage {
1278
+
method public static com.google.firebase.firestore.pipeline.SampleStage withDocLimit(int documents);
1279
+
method public static com.google.firebase.firestore.pipeline.SampleStage withPercentage(double percentage);
1280
+
field public static final com.google.firebase.firestore.pipeline.SampleStage.Companion Companion;
1281
+
}
1282
+
1283
+
public static final class SampleStage.Companion {
1284
+
method public com.google.firebase.firestore.pipeline.SampleStage withDocLimit(int documents);
1285
+
method public com.google.firebase.firestore.pipeline.SampleStage withPercentage(double percentage);
1286
+
}
1287
+
1288
+
public static final class SampleStage.Mode {
1289
+
field public static final com.google.firebase.firestore.pipeline.SampleStage.Mode.Companion Companion;
1290
+
}
1291
+
1292
+
public static final class SampleStage.Mode.Companion {
1293
+
method public error.NonExistentClass getDOCUMENTS();
1294
+
method public error.NonExistentClass getPERCENT();
1295
+
property public final error.NonExistentClass DOCUMENTS;
1296
+
property public final error.NonExistentClass PERCENT;
1297
+
}
1298
+
1240
1299
public abstract class Selectable extends com.google.firebase.firestore.pipeline.Expr {
1241
1300
ctor public Selectable();
1242
1301
}
1243
1302
1244
1303
public abstract class Stage {
1245
1304
}
1246
1305
1306
+
public final class UnnestOptions extends com.google.firebase.firestore.pipeline.AbstractOptions<com.google.firebase.firestore.pipeline.UnnestOptions> {
1307
+
method public com.google.firebase.firestore.pipeline.UnnestOptions withIndexField(String indexField);
1308
+
field public static final com.google.firebase.firestore.pipeline.UnnestOptions.Companion Companion;
1309
+
field public static final com.google.firebase.firestore.pipeline.UnnestOptions DEFAULT;
1310
+
}
1311
+
1312
+
public static final class UnnestOptions.Companion {
0 commit comments