memoryLayer = $memoryLayer; } /** * @return MemoryLayer */ public function getMemoryLayer() { return $this->memoryLayer; } /** * Optional. The list of fields to update. * * @param string $updateMask */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateMemoryLayerRequest::class, 'Google_Service_BigtableAdmin_UpdateMemoryLayerRequest');