Lines Matching refs:stateKey
32 * @param int $stateKey The key for the data to be retrieved.
38 public function clear($stateKey, $optParams = array()) { argument
39 $params = array('stateKey' => $stateKey);
54 * @param int $stateKey The key for the data to be retrieved.
57 public function delete($stateKey, $optParams = array()) { argument
58 $params = array('stateKey' => $stateKey);
66 * @param int $stateKey The key for the data to be retrieved.
70 public function get($stateKey, $optParams = array()) { argument
71 $params = array('stateKey' => $stateKey);
103 * @param int $stateKey The key for the data to be retrieved.
110 public function update($stateKey, Google_UpdateRequest $postBody, $optParams = array()) { argument
111 $params = array('stateKey' => $stateKey, 'postBody' => $postBody);
160 public $stateKey; variable in Google_GetResponse
179 public function setStateKey( $stateKey) { argument
180 $this->stateKey = $stateKey;
183 return $this->stateKey;
234 public $stateKey; variable in Google_WriteResult
247 public function setStateKey( $stateKey) { argument
248 $this->stateKey = $stateKey;
251 return $this->stateKey;