fieldMask = $fieldMask; } public function getFieldMask() { return $this->fieldMask; } /** * @param Google_Service_Spanner_Instance */ public function setInstance(Google_Service_Spanner_Instance $instance) { $this->instance = $instance; } /** * @return Google_Service_Spanner_Instance */ public function getInstance() { return $this->instance; } }