GqlQueryParameter
Stay organized with collections
Save and categorize content based on your preferences.
A binding parameter for a GQL query.
| JSON representation |
{
// Union field parameter_type can be only one of the following:
"value": {
object (Value)
},
"cursor": string
// End of list of possible types for union field parameter_type.
} |
| Fields |
Union field parameter_type. The type of parameter. parameter_type can be only one of the following: |
value |
object (Value)
A value parameter.
|
cursor |
string (bytes format)
A query cursor. Query cursors are returned in query result batches. A base64-encoded string.
|
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-04-30 UTC.
[null,null,["Last updated 2025-04-30 UTC."],[],[]]