Definiuje poszczególne porównanie. Większość żądań będzie zawierać wiele porównań, aby raport mógł je ze sobą porównać.
Zapis 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.}
Pola
name
string
Każde porównanie powoduje utworzenie osobnych wierszy w odpowiedzi. W odpowiedzi porównanie jest identyfikowane za pomocą tej nazwy. Jeśli nazwa nie jest określona, użyjemy wyświetlanej nazwy zapisanych porównań.
Pole unii one_comparison. Wartość porównania one_comparison może mieć jedną z tych wartości:
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-11-22 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."]]],["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"]]