Lines Matching refs:optional
30 optional Type type = 1;
31 optional int32 page_id = 2;
32 optional int32 grid_x = 3;
33 optional int32 grid_y = 4;
36 optional ContainerType container_type = 5;
39 optional ItemType item_type = 6;
41 optional string package_name = 7; // All ItemTypes except UNKNOWN type
42 optional string component = 8; // All ItemTypes except UNKNOWN type
43 optional string item_id = 9; // For Pinned Shortcuts and appWidgetId
45 optional int32 span_x = 10 [default = 1];// Used for ItemType.WIDGET
46 optional int32 span_y = 11 [default = 1];// Used for ItemType.WIDGET
47 optional UserType user_type = 12;