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'。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-10。
[[["易于理解","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"]],["最后更新时间 (UTC):2024-09-10。"],[[["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."]]],[]]