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

Commit 807ff87

Browse files
chore: generate libraries at Fri Feb 27 16:57:38 UTC 2026
1 parent 936adf8 commit 807ff87

1 file changed

Lines changed: 6 additions & 3 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,8 @@ public static Expression type(String fieldName) {
31353135
*
31363136
* @param expr The expression to check the type of.
31373137
* @param type The type to check for.
3138-
* @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of the given type, false otherwise.
3138+
* @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of
3139+
* the given type, false otherwise.
31393140
*/
31403141
@BetaApi
31413142
public static BooleanExpression isType(Expression expr, Type type) {
@@ -3148,7 +3149,8 @@ public static BooleanExpression isType(Expression expr, Type type) {
31483149
*
31493150
* @param fieldName The name of the field to check the type of.
31503151
* @param type The type to check for.
3151-
* @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of the given type, false otherwise.
3152+
* @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of
3153+
* the given type, false otherwise.
31523154
*/
31533155
@BetaApi
31543156
public static BooleanExpression isType(String fieldName, Type type) {
@@ -4827,7 +4829,8 @@ public final Expression type() {
48274829
* Creates an expression that checks if the result of this expression is of the given type.
48284830
*
48294831
* @param type The type to check for.
4830-
* @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of the given type, false otherwise.
4832+
* @return A new {@link BooleanExpression} that evaluates to true if the expression's result is of
4833+
* the given type, false otherwise.
48314834
*/
48324835
@BetaApi
48334836
public final Expression isType(Type type) {

0 commit comments

Comments
 (0)