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 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."]]],[]]