Skip to content

Commit 8165ce4

Browse files
committed
no Fields.ofAll
1 parent 64622b1 commit 8165ce4

File tree

1 file changed

+0
-5
lines changed
  • google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions

1 file changed

+0
-5
lines changed

google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions/Field.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ public static Field of(String path) {
2525
return new Field(FieldPath.fromDotSeparatedString(path));
2626
}
2727

28-
@BetaApi
29-
public static Field ofAll() {
30-
return new Field(FieldPath.of(""));
31-
}
32-
3328
@InternalApi
3429
public Value toProto() {
3530
return Value.newBuilder().setFieldReferenceValue(path.toString()).build();

0 commit comments

Comments
 (0)