Lines Matching refs:request
181 def __init__(self, request):
182 self._original_request = request
184 if request.from_progress_marker:
185 for marker in request.from_progress_marker:
196 elif request.HasField("from_timestamp"):
197 for data_type in GetEntryTypesFromSpecifics(request.requested_types):
198 self._state[data_type] = request.from_timestamp
566 commit request.
740 request = sync_pb2.ClientToServerMessage()
741 request.MergeFromString(raw_request)
742 contents = request.message_contents
758 self.HandleCommit(request.commit, response.commit)
761 (log_context, request.get_updates.from_timestamp))
762 self.HandleGetUpdates(request.get_updates, response.get_updates)
768 """Respond to a Commit request by updating the user's account state.
775 of the client's request.
777 to the client request will be written.
812 """Respond to a GetUpdates request by querying the user's account.
816 of the client's request.
818 to the client request will be written.