
oa-test.2.1.0.source-code.com_adgear_avro_Nested.thrift Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anoa-test Show documentation
Show all versions of anoa-test Show documentation
Test module for other Anoa modules, which exposes complex records (OpenRTB bid requests) through
utility classes for use in unit tests within other Anoa modules (anoa-core, for instance).
The newest version!
namespace * thrift.com.adgear.avro
include "com_adgear_avro_BrowserType.thrift"
include "com_adgear_avro_Simple.thrift"
/** */
struct Nested {
/** [1] required id */
1: required i16 id,
/** [2] */
2: optional binary uuid,
/** [3] browser (default = IE) */
3: optional com_adgear_avro_BrowserType.BrowserType browser = BrowserType.IE,
/** [10] */
10: optional set simple_set,
/** [20] */
20: optional i32 count,
/** [30] */
30: optional map other = {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy