Searched refs:ApiMapConstants (Results 1 – 3 of 3) sorted by relevance
29 class ApiMapConstants(object): class100 ApiMapConstants.API_MAP: gsutil_api_class_map_factory.GetClassMap(),101 ApiMapConstants.SUPPORT_MAP: support_map,102 ApiMapConstants.DEFAULT_MAP: default_map
23 from gslib.cs_api_map import ApiMapConstants68 if not self.api_map[ApiMapConstants.API_MAP]:109 if provider not in self.api_map[ApiMapConstants.API_MAP]:112 if api_selector not in self.api_map[ApiMapConstants.API_MAP][provider]:117 self.api_map[ApiMapConstants.API_MAP][provider][api_selector](139 if (selected_provider not in self.api_map[ApiMapConstants.DEFAULT_MAP] or140 self.api_map[ApiMapConstants.DEFAULT_MAP][selected_provider] not in141 self.api_map[ApiMapConstants.API_MAP][selected_provider]):145 if selected_provider not in self.api_map[ApiMapConstants.SUPPORT_MAP]:149 api = self.api_map[ApiMapConstants.DEFAULT_MAP][selected_provider][all …]
29 from gslib.cs_api_map import ApiMapConstants243 ApiMapConstants.API_MAP: (245 ApiMapConstants.SUPPORT_MAP: {249 ApiMapConstants.DEFAULT_MAP: {