# HG changeset patch # User dclinton@b35c0ba3-1128-0410-9219-0b39014e361d # Date 1248965815 0 # Branch dclinton # Node ID fa53aa14dce846d4d88ed2448f9f13bc62ce17ba # Parent 107dcadcf7e72175bb0dd9bf87a2f3f365a662b8 Added the background_image_url and background_tile fields to the Status.Profile protobuf diff -r 107dcadcf7e72175bb0dd9bf87a2f3f365a662b8 -r fa53aa14dce846d4d88ed2448f9f13bc62ce17ba twitter.proto --- a/twitter.proto Sat Jul 11 19:19:23 2009 +0000 +++ b/twitter.proto Thu Jul 30 14:56:55 2009 +0000 @@ -40,7 +40,7 @@ optional Status status = 18; message Profile { - // location to a user's avatar file + // location of a user's avatar file optional string image_url = 1; // hex RGB value for a user's background color optional string background_color = 2; @@ -52,6 +52,10 @@ optional string sidebar_fill_color = 5; // hex RGB value for a user's border color optional string sidebar_border_color = 6; + // location of a user's background image + optional string background_image_url = 7; + // true if the background image tiles + optional bool background_tile = 8; } } diff -r 107dcadcf7e72175bb0dd9bf87a2f3f365a662b8 -r fa53aa14dce846d4d88ed2448f9f13bc62ce17ba twitter_pb2.py --- a/twitter_pb2.py Sat Jul 11 19:19:23 2009 +0000 +++ b/twitter_pb2.py Thu Jul 30 14:56:55 2009 +0000 @@ -99,6 +99,20 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None), + descriptor.FieldDescriptor( + name='background_image_url', full_name='twitter.User.Profile.background_image_url', index=6, + number=7, type=9, cpp_type=9, label=1, + default_value=unicode("", "utf-8"), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + descriptor.FieldDescriptor( + name='background_tile', full_name='twitter.User.Profile.background_tile', index=7, + number=8, type=8, cpp_type=7, label=1, + default_value=False, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), ], extensions=[ ],