--- v24/common/criteria.proto 2026-09-23 01:11:54.000000000 +0000 +++ v25/common/criteria.proto 2026-09-23 01:12:01.000000000 +0000 @@ -981,3 +981,10 @@ // a top-level condition. optional string expression_name = 2; } + +// Represents an entity bid criterion. +message EntityBid { + // The ID specifying a particular travel entity, such as a hotel, a thing + // to do, or an event. + optional string item_code = 1; +}
/common/criteria.proto
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2026-09-24 (世界標準時間)。