Home | History | Annotate | Download | only in proto

Lines Matching full:study

11 // This defines the Protocol Buffer representation of a Chrome Variations study
15 message Study {
16 // The name of the study. Should not contain spaces or special characters.
20 // The expiry date of the study in Unix time format. (Seconds since midnight
23 // A study that has expired will be disabled, which will take precedence over
29 // Consistency setting for a study.
35 // Consistency setting for this study. Optional - defaults to SESSION.
44 // An experiment within the study.
59 // The name of the experiment within the study.
125 // List of experiments in this study. This list should include the default /
163 // Filtering criteria specifying whether this study is applicable to a given
168 // The start date of the study in Unix time format. (Seconds since midnight
173 // The minimum Chrome version for this study, allowing a trailing '*'
180 // The maximum Chrome version for this study; same formatting as
187 // List of channels that will receive this study. If omitted, the study
192 // List of platforms that will receive this study. If omitted, the study
197 // List of locales that will receive this study. If omitted, the study
202 // List of form factors that will receive this study. If omitted, the study
207 // List of ChromeOS hardware classes that will receive this study. Each
210 // omitted, the study applies to all hardware classes unless
216 // study. Each entry is treated as a substring of the actual device
218 // "Device FOOBAR". If omitted, the study applies to all hardware classes
224 // Filtering criteria for this study. A study that is filtered out for a given
225 // client is equivalent to that study not being sent at all.
232 // Specifies whether the study starts as active initially, or whether it
235 // The study will be activated when its state is queried by the client.
238 // The study will be automatically activated when it is created. This
243 // Activation type for this study. Defaults to ACTIVATION_EXPLICIT if omitted.