Searched refs:_to_json (Results 1 – 6 of 6) sorted by relevance
222 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json234 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json249 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json260 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json
119 def _to_json(self, strip, to_serialize=None): member in ServiceAccountCredentials141 return super(ServiceAccountCredentials, self)._to_json(
243 def _to_json(self, strip, to_serialize=None): member in Credentials285 return self._to_json(self.NON_SERIALIZED_MEMBERS)
352 def _to_json(self, strip=None): member in MediaUpload378 return self._to_json()587 return self._to_json(strip=["_fd"])
69 serialized_str = creds._to_json([], to_serialize.copy())
113 json_payload = credentials._to_json([])129 json_payload = credentials._to_json(to_strip)149 json_payload = credentials._to_json([], to_serialize=to_serialize)