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 。比較値の 1 つである one_comparison は、次のいずれかになります。 |
dimensionFilter |
object (FilterExpression )
基本的な比較。
|
comparison |
string
比較のリソース名で識別される保存済みの比較。例: comparisons/1234。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-19 UTC。
[null,null,["最終更新日 2024-11-19 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."]]],[]]