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.BooleanExpr xor(com.google.firebase.firestore.pipeline.BooleanExpr condition, com.google.firebase.firestore.pipeline.BooleanExpr... conditions);
1260
1261
}
1261
1262
1263
+
public final class GenericOptions extends com.google.firebase.firestore.pipeline.AbstractOptions<com.google.firebase.firestore.pipeline.GenericOptions> {
1264
+
field public static final com.google.firebase.firestore.pipeline.GenericOptions.Companion Companion;
1265
+
field public static final com.google.firebase.firestore.pipeline.GenericOptions DEFAULT;
1266
+
}
1267
+
1268
+
public static final class GenericOptions.Companion {
1269
+
}
1270
+
1271
+
public final class GenericStage extends com.google.firebase.firestore.pipeline.Stage {
1272
+
method public static com.google.firebase.firestore.pipeline.GenericStage of(String name);
1273
+
method public com.google.firebase.firestore.pipeline.GenericStage withArguments(java.lang.Object... arguments);
1274
+
method public com.google.firebase.firestore.pipeline.GenericStage withOptions(com.google.firebase.firestore.pipeline.GenericOptions options);
1275
+
field public static final com.google.firebase.firestore.pipeline.GenericStage.Companion Companion;
1276
+
}
1277
+
1278
+
public static final class GenericStage.Companion {
1279
+
method public com.google.firebase.firestore.pipeline.GenericStage of(String name);
1280
+
}
1281
+
1262
1282
public final class Ordering {
1263
1283
method public static com.google.firebase.firestore.pipeline.Ordering ascending(com.google.firebase.firestore.pipeline.Expr expr);
1264
1284
method public static com.google.firebase.firestore.pipeline.Ordering ascending(String fieldName);
public final class UnnestOptions extends com.google.firebase.firestore.pipeline.AbstractOptions<com.google.firebase.firestore.pipeline.UnnestOptions> {
0 commit comments