--- v24/common/criteria.proto 2026-08-13 23:22:21.000000000 +0000 +++ v25/common/criteria.proto 2026-08-13 23:22:28.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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-16 UTC.