key = $key; } /** * @return Google_Service_Datastore_Key */ public function getKey() { return $this->key; } /** * @param Google_Service_Datastore_Value */ public function setProperties($properties) { $this->properties = $properties; } /** * @return Google_Service_Datastore_Value */ public function getProperties() { return $this->properties; } }