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」。