تُحدِّد مقارنة فردية. ستتضمّن معظم الطلبات مقارنات متعددة لكي يقارن التقرير بين المقارنات.
تمثيل 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 أحد القيم التالية فقط:
تاريخ التعديل الأخير: 2024-11-22 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2024-11-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],["The content defines a comparison structure for reporting. Each comparison has a `name` for identification in the response. A comparison can be defined in one of two ways: by a `dimensionFilter` object, which specifies a basic filter criteria; or by referencing a pre-existing saved `comparison` via its resource name. Multiple comparisons are used together to create a report, each comparison generating separate rows in the output.\n"]]