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」。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間: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"]],["上次更新時間: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."]]],[]]