@@ -2106,7 +2106,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
21062106 AddPropertiesArg_validator ,
21072107 bv .Void (),
21082108 AddPropertiesError_validator ,
2109- {'host' : u'api' ,
2109+ {'auth' : u'user' ,
2110+ 'host' : u'api' ,
21102111 'style' : u'rpc' },
21112112)
21122113properties_overwrite = bb .Route (
@@ -2116,7 +2117,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
21162117 OverwritePropertyGroupArg_validator ,
21172118 bv .Void (),
21182119 InvalidPropertyGroupError_validator ,
2119- {'host' : u'api' ,
2120+ {'auth' : u'user' ,
2121+ 'host' : u'api' ,
21202122 'style' : u'rpc' },
21212123)
21222124properties_remove = bb .Route (
@@ -2126,7 +2128,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
21262128 RemovePropertiesArg_validator ,
21272129 bv .Void (),
21282130 RemovePropertiesError_validator ,
2129- {'host' : u'api' ,
2131+ {'auth' : u'user' ,
2132+ 'host' : u'api' ,
21302133 'style' : u'rpc' },
21312134)
21322135properties_search = bb .Route (
@@ -2136,7 +2139,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
21362139 PropertiesSearchArg_validator ,
21372140 PropertiesSearchResult_validator ,
21382141 PropertiesSearchError_validator ,
2139- {'host' : u'api' ,
2142+ {'auth' : u'user' ,
2143+ 'host' : u'api' ,
21402144 'style' : u'rpc' },
21412145)
21422146properties_search_continue = bb .Route (
@@ -2146,7 +2150,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
21462150 PropertiesSearchContinueArg_validator ,
21472151 PropertiesSearchResult_validator ,
21482152 PropertiesSearchContinueError_validator ,
2149- {'host' : u'api' ,
2153+ {'auth' : u'user' ,
2154+ 'host' : u'api' ,
21502155 'style' : u'rpc' },
21512156)
21522157properties_update = bb .Route (
@@ -2156,7 +2161,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
21562161 UpdatePropertiesArg_validator ,
21572162 bv .Void (),
21582163 UpdatePropertiesError_validator ,
2159- {'host' : u'api' ,
2164+ {'auth' : u'user' ,
2165+ 'host' : u'api' ,
21602166 'style' : u'rpc' },
21612167)
21622168templates_add_for_team = bb .Route (
@@ -2166,7 +2172,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
21662172 AddTemplateArg_validator ,
21672173 AddTemplateResult_validator ,
21682174 ModifyTemplateError_validator ,
2169- {'host' : u'api' ,
2175+ {'auth' : u'team' ,
2176+ 'host' : u'api' ,
21702177 'style' : u'rpc' },
21712178)
21722179templates_add_for_user = bb .Route (
@@ -2176,7 +2183,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
21762183 AddTemplateArg_validator ,
21772184 AddTemplateResult_validator ,
21782185 ModifyTemplateError_validator ,
2179- {'host' : u'api' ,
2186+ {'auth' : u'user' ,
2187+ 'host' : u'api' ,
21802188 'style' : u'rpc' },
21812189)
21822190templates_get_for_team = bb .Route (
@@ -2186,7 +2194,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
21862194 GetTemplateArg_validator ,
21872195 GetTemplateResult_validator ,
21882196 TemplateError_validator ,
2189- {'host' : u'api' ,
2197+ {'auth' : u'team' ,
2198+ 'host' : u'api' ,
21902199 'style' : u'rpc' },
21912200)
21922201templates_get_for_user = bb .Route (
@@ -2196,7 +2205,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
21962205 GetTemplateArg_validator ,
21972206 GetTemplateResult_validator ,
21982207 TemplateError_validator ,
2199- {'host' : u'api' ,
2208+ {'auth' : u'user' ,
2209+ 'host' : u'api' ,
22002210 'style' : u'rpc' },
22012211)
22022212templates_list_for_team = bb .Route (
@@ -2206,7 +2216,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
22062216 bv .Void (),
22072217 ListTemplateResult_validator ,
22082218 TemplateError_validator ,
2209- {'host' : u'api' ,
2219+ {'auth' : u'team' ,
2220+ 'host' : u'api' ,
22102221 'style' : u'rpc' },
22112222)
22122223templates_list_for_user = bb .Route (
@@ -2216,7 +2227,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
22162227 bv .Void (),
22172228 ListTemplateResult_validator ,
22182229 TemplateError_validator ,
2219- {'host' : u'api' ,
2230+ {'auth' : u'user' ,
2231+ 'host' : u'api' ,
22202232 'style' : u'rpc' },
22212233)
22222234templates_remove_for_team = bb .Route (
@@ -2226,7 +2238,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
22262238 RemoveTemplateArg_validator ,
22272239 bv .Void (),
22282240 TemplateError_validator ,
2229- {'host' : u'api' ,
2241+ {'auth' : u'team' ,
2242+ 'host' : u'api' ,
22302243 'style' : u'rpc' },
22312244)
22322245templates_remove_for_user = bb .Route (
@@ -2236,7 +2249,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
22362249 RemoveTemplateArg_validator ,
22372250 bv .Void (),
22382251 TemplateError_validator ,
2239- {'host' : u'api' ,
2252+ {'auth' : u'user' ,
2253+ 'host' : u'api' ,
22402254 'style' : u'rpc' },
22412255)
22422256templates_update_for_team = bb .Route (
@@ -2246,7 +2260,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
22462260 UpdateTemplateArg_validator ,
22472261 UpdateTemplateResult_validator ,
22482262 ModifyTemplateError_validator ,
2249- {'host' : u'api' ,
2263+ {'auth' : u'team' ,
2264+ 'host' : u'api' ,
22502265 'style' : u'rpc' },
22512266)
22522267templates_update_for_user = bb .Route (
@@ -2256,7 +2271,8 @@ def _process_custom_annotations(self, annotation_type, field_path, processor):
22562271 UpdateTemplateArg_validator ,
22572272 UpdateTemplateResult_validator ,
22582273 ModifyTemplateError_validator ,
2259- {'host' : u'api' ,
2274+ {'auth' : u'user' ,
2275+ 'host' : u'api' ,
22602276 'style' : u'rpc' },
22612277)
22622278
0 commit comments