Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit b2c6ab1

Browse files
committed
format
1 parent 1d19963 commit b2c6ab1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3134,8 +3134,8 @@ public static Expression type(String fieldName) {
31343134
* Creates an expression that checks if the result of an expression is of the given type.
31353135
*
31363136
* <p>Supported values for {@code type} are: "null", "array", "boolean", "bytes", "timestamp",
3137-
* "geo_point", "number", "int32", "int64", "float64", "decimal128", "map", "reference",
3138-
* "string", "vector", "max_key", "min_key", "object_id", "regex", and "request_timestamp".
3137+
* "geo_point", "number", "int32", "int64", "float64", "decimal128", "map", "reference", "string",
3138+
* "vector", "max_key", "min_key", "object_id", "regex", and "request_timestamp".
31393139
*
31403140
* @param expr The expression to check the type of.
31413141
* @param type The type to check for.
@@ -3151,8 +3151,8 @@ public static BooleanExpression isType(Expression expr, String type) {
31513151
* Creates an expression that checks if the value of a field is of the given type.
31523152
*
31533153
* <p>Supported values for {@code type} are: "null", "array", "boolean", "bytes", "timestamp",
3154-
* "geo_point", "number", "int32", "int64", "float64", "decimal128", "map", "reference",
3155-
* "string", "vector", "max_key", "min_key", "object_id", "regex", and "request_timestamp".
3154+
* "geo_point", "number", "int32", "int64", "float64", "decimal128", "map", "reference", "string",
3155+
* "vector", "max_key", "min_key", "object_id", "regex", and "request_timestamp".
31563156
*
31573157
* @param fieldName The name of the field to check the type of.
31583158
* @param type The type to check for.
@@ -4836,8 +4836,8 @@ public final Expression type() {
48364836
* Creates an expression that checks if the result of this expression is of the given type.
48374837
*
48384838
* <p>Supported values for {@code type} are: "null", "array", "boolean", "bytes", "timestamp",
4839-
* "geo_point", "number", "int32", "int64", "float64", "decimal128", "map", "reference",
4840-
* "string", "vector", "max_key", "min_key", "object_id", "regex", and "request_timestamp".
4839+
* "geo_point", "number", "int32", "int64", "float64", "decimal128", "map", "reference", "string",
4840+
* "vector", "max_key", "min_key", "object_id", "regex", and "request_timestamp".
48414841
*
48424842
* @param type The type to check for.
48434843
* @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of

0 commit comments

Comments
 (0)