Searched refs:resource_uri (Results 1 – 2 of 2) sorted by relevance
/external/python/google-api-python-client/googleapiclient/ |
D | channel.py | 127 def __init__(self, message_number, state, resource_uri, resource_id): argument 139 self.resource_uri = resource_uri 177 resource_uri="", argument 209 self.resource_uri = resource_uri 230 if self.resource_uri: 231 result["resourceUri"] = self.resource_uri 278 resource_uri = headers[X_GOOG_RESOURCE_URI] 280 return Notification(message_number, state, resource_uri, resource_id)
|
/external/python/google-api-python-client/tests/ |
D | test_channel.py | 23 resource_uri="http://example.com/resource_1", 99 self.assertEqual("http://example.org", n.resource_uri) 119 resource_uri="http://example.com/resource_1", 125 self.assertEqual("http://example.com/", n.resource_uri)
|