We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64622b1 commit 8165ce4Copy full SHA for 8165ce4
google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions/Field.java
@@ -25,11 +25,6 @@ public static Field of(String path) {
25
return new Field(FieldPath.fromDotSeparatedString(path));
26
}
27
28
- @BetaApi
29
- public static Field ofAll() {
30
- return new Field(FieldPath.of(""));
31
- }
32
-
33
@InternalApi
34
public Value toProto() {
35
return Value.newBuilder().setFieldReferenceValue(path.toString()).build();
0 commit comments