SqlExpression

Query conditions used to filter results.

JSON representation
{
 "email": string,
 "userId": string,
 "phoneNumber": string
}
Fields
email

string

A case insensitive string that the account's email should match. Only one of email, phoneNumber, or userId should be specified in a SqlExpression. If more than one is specified, only the first (in that order) will be applied.

userId

string

A string that the account's local ID should match. Only one of email, phoneNumber, or userId should be specified in a SqlExpression If more than one is specified, only the first (in that order) will be applied.

phoneNumber

string

A string that the account's phone number should match. Only one of email, phoneNumber, or userId should be specified in a SqlExpression. If more than one is specified, only the first (in that order) will be applied.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月30日 UTC.