Comparison
מגדירה השוואה בודדת. רוב הבקשות יכללו כמה השוואות כדי שניתן יהיה להשוות בין הנתונים בדוח.
ייצוג JSON |
{
"name": string,
// Union field one_comparison can be only one of the following:
"dimensionFilter": {
object (FilterExpression )
},
"comparison": string
// End of list of possible types for union field one_comparison .
} |
שדות |
name |
string
כל השוואה יוצרת שורות נפרדות בתשובה. בתשובה, ההשוואה הזו מזוהה לפי השם הזה. אם לא צויין שם, נשתמש בשם המוצג של ההשוואות שנשמרו.
|
שדה איחוד one_comparison . סוג אחד של ערך השוואה one_comparison יכול להיות רק אחד מהערכים הבאים: |
dimensionFilter |
object (FilterExpression )
השוואה בסיסית.
|
comparison |
string
השוואה שמורה שזוהתה לפי שם המשאב של ההשוואה. לדוגמה, 'comparisons/1234'.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-10 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-10 (שעון UTC)."],[[["JSON representation defines individual comparisons, often used in reports to compare multiple aspects."],["Each comparison has a name for identification and uses either a `dimensionFilter` or a saved `comparison` for defining the comparison logic."],["`dimensionFilter` allows for basic comparisons using FilterExpression, while `comparison` utilizes a saved comparison resource for complex scenarios."],["The response data will present each comparison in separate rows, identified by their respective names."]]],[]]