개별 비교를 정의합니다. 대부분의 요청에는 보고서에서 비교 간에 비교할 수 있도록 여러 비교가 포함됩니다.
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의 한 종류는 다음 중 하나여야 합니다.
[[["이해하기 쉬움","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(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"]]